rancher-katalog/templates/ffrs-webseite
2019-05-26 14:19:49 +02:00
..
0 update 2018-06-23 17:43:29 +02:00
1 bugfix 2019-05-26 14:19:49 +02:00
catalogIcon-nffrs.png FFRS-Webseite 2018-06-23 17:04:41 +02:00
config.yml FFRS Website v2 2018-08-28 16:16:41 +02:00
README.md FFRS-Webseite 2018-06-23 17:04:41 +02:00

NextCloud

Enterprise File Sync and Share

Configuration

When you start Nextcloud for the first time you will see the Installation Wizard.

1.) Point your Web browser to your Nextcloud Installation and enter your Username / Password.

2.) We persist the Data Directory Location from /var/www/html/data to a Sidekick Container. (If you don't change the location there is nothing else to do. In case you want to use another directory you have to update the volumes entry for the nextcloud-data service in docker-compose.yml.)

3.) The last step is to update the Database Settings and switch from SQLite to MariaDB for better performance.

  • Database: YOUR-DATABASE (default: nextcloud)
  • MySQL Username: YOUR-USER (default: nextcloud)
  • MySQL Password: YOUR-PASSWORD
  • MySQL Hostname: mariadb (Important: Use mariadb instead of localhost)

Read more in the official Nextcloud Documentation.