This package can be installer before or after any user provider like nethserver-dc and nethserver-directory.
If nethserver-dc or nethserver-directory are installed, the nethserver-nextcloud-save event will automatically enable all local users.
The package does the following:
- create
nextcloud
mysql database - create default database credentials: user nextcloud and password stored in
/var/lib/nethserver/secrets/nextcloud
- add trusted domains to use with web access
- create default credentials for web login: user "admin" and password "Nethesis,1234"
- set english as the default language
- set the user data directory as
/var/lib/nethserver/nextcloud
The configuration is stored inside the configuration
db, under the nextcloud
key.
Properties:
TrustedDomains
: list of trusted domains added to Nextcloud config file
After installation the application is accesible using the following credentials:
- User: admin
- Password: Nethesis,1234
Please, remember to change the default password after the first login!
The ownCloud backup includes the configuration file and all data of the users:
/var/lib/nethserver/nextcloud /var/www/html/nextcloud/config/config.php
The database is automatically saved by nethserver-mysql
.