Changes between Version 3 and Version 4 of nextcloud-admin
- Timestamp:
- Jul 22, 2017, 1:56:49 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nextcloud-admin
v3 v4 9 9 * The code is in /var/www/nextcloud. 10 10 * The data (files) are in /var/lib/nextcloud/data. 11 * Our configuratio is in /etc/nextcloud (symlinked from /var/www/nextcloud/config)11 * Our configuration is in /etc/nextcloud (symlinked from /var/www/nextcloud/config) 12 12 * We're using the postgres package not the mysql package. If you want to muck around in the database: `su - www-data` and then `psql nextcloud` 13 13 * We're authenticating using the [wiki:login-service login-service] (web api). … … 20 20 * [https://apps.nextcloud.com/apps/contacts Contacts] 21 21 * [https://apps.nextcloud.com/apps/bookmarks Bookmarks] (see #10696) 22 * [https://github.com/nextcloud/apps/tree/master/user_external External user authentication] 22 23 * Collobora editing 23 24