mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-16 16:58:07 +00:00
1.3 KiB
1.3 KiB
Nextcloud
Homepage: https://nextcloud.com
Usage
Set nextcloud_enabled: true
in your inventories/<your_inventory>/nas.yml
file.
Tread carefully.
External access may require that you manually configure your Fully Qualified Domain Name (FQDN) as a trusted domain within the application. There is an evnironment variable set up for this in the "nextcloud task" which will most likely make manual configuration unneccessary. If you get the following screenshot warning when trying to access nextcloud externally you'll need to manually set it up.
This can be accomplished in two commands.
# On the server where the docker containers are running
$ docker exec -it --user www-data nextcloud /bin/bash
$ php occ config:system:set trusted_domains INDEX_FOR_NEW_ENTRY_SEE_DOCS_LINK_BELOW --value=YOUR_FQDN_HERE --update-only
The above commands are documented in the administration guide for Nextcloud: