Difference between revisions of "ownCloud/server"
< ownCloud
Jump to navigation
Jump to search
(dev console link) |
(occ) |
||
| Line 1: | Line 1: | ||
==Notes== | ==Notes== | ||
| + | * Advanced configuration of the server can be done via the occ command (in the owncloud server's top folder). | ||
| + | ** "sudo -u www-data ./occ help" for a directory of commands, replacing "www-data" with whatever user your web server uses | ||
* Remote storage configuration guides: [https://doc.owncloud.org/server/8.0/admin_manual/configuration_files/external_storage_configuration_gui.html 8.0] [https://doc.owncloud.org/server/8.1/admin_manual/configuration_files/external_storage_configuration_gui.html 8.1] | * Remote storage configuration guides: [https://doc.owncloud.org/server/8.0/admin_manual/configuration_files/external_storage_configuration_gui.html 8.0] [https://doc.owncloud.org/server/8.1/admin_manual/configuration_files/external_storage_configuration_gui.html 8.1] | ||
** [[Google Drive]] notes: | ** [[Google Drive]] notes: | ||
Revision as of 20:47, 13 April 2016
Notes
- Advanced configuration of the server can be done via the occ command (in the owncloud server's top folder).
- "sudo -u www-data ./occ help" for a directory of commands, replacing "www-data" with whatever user your web server uses
- Remote storage configuration guides: 8.0 8.1
- Google Drive notes:
- The instructions here are out of date:
- The Developer Console where you do the necessary configuration is now here.
- There does not appear to be a separate GDrive SDK; all of the fields from that are now in the GDrive API.
- The client gave errors on two folders that had been shared with me. When I unchecked them, it was able to synchronize everything else.
- The instructions here are out of date:
- http://ownclouden.blogspot.de/2014/11/owncloud-https-external-mount.html
- Wasn't able to get an ownCloud-to-ownCloud connection to work with 8.0.2 on both ends. Some fields are ambiguous, and why isn't there an error message or log to make diagnosis possible?
- http://blog.gapinthecloud.com/2012/06/10/configuring-external-storage-for-owncloud/
- https://apps.owncloud.com/content/show.php/External+storage+support+-+RapidShare?content=157453 - the External Storage app
- Google Drive notes: