This needs : dockerhost + nginx-proxy-manager
git clone https://github.com/ariadata/dc-nextcloud.git && cd dc-nextcloud && rm -rf .git
docker-compose up -d
Domain :
Your-FQDN
you must pointed it before!Schema :
http
Name or IP :
nextcloud
Port :
80
Config SSL Part
set default user/pass for admin
unckeck
Install recommended apps
click finish setup
6- according to this article , edit config file for https
using:
sudo nano ~/dc-nextcloud/data/config/config.php
add this line to end element of php array :
'overwriteprotocol' => 'https'
Done!