You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
447 B
447 B
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