danb35 / freenas-iocage-nextcloud

Script to create an iocage jail on FreeNAS for the latest Nextcloud 28 release, including Caddy, MariaDB or PostgreSQL, and Let's Encrypt
GNU General Public License v3.0
258 stars 71 forks source link

Move .well-known outside Nextcloud root #27

Closed danb35 closed 6 years ago

danb35 commented 6 years ago

If the .well-known directory (used for HTTP validation for Let's Encrypt) is present inside the Nextcloud directory, the built-in Nextcloud updater will throw an error. Better to add an alias to the nextcloud.conf file telling it to look elsewhere for that path, and update the acme.sh command correspondingly.

danb35 commented 6 years ago

Fixed in #30