1
0
Fork 0
 
Go to file
Daniele Tricoli f900eb23d3 Bump nextcloud to 25.0.9 2023-08-05 23:39:16 +02:00
Dockerfile Bump nextcloud to 25.0.9 2023-08-05 23:39:16 +02:00
README.md Add dokku deploy instructions 2021-12-23 20:15:13 +01:00

README.md

pod-nextcloud

Deploy

Dokku

dokku apps:create nextcloud

dokku config:set --no-restart nextcloud TZ=Europe/Rome
dokku config:set --no-restart nextcloud DOKKU_LETSENCRYPT_EMAIL=example@example.org

mkdir /var/lib/dokku/data/storage/nextcloud
dokku storage:mount nextcloud /var/lib/dokku/data/storage/nextcloud:/var/www/html

git push dokku main:main

dokku letsencrypt:enable nextcloud
dokku letsencrypt:cron-job --add nextcloud