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.
496 B
496 B
pod-goatcounter
Deploy
Dokku
dokku apps:create goatcounter
dokku config:set --no-restart goatcounter TZ=Europe/Rome
dokku config:set --no-restart goatcounter DATABASE_URL=sqlite3+/data/goatcounter.db
dokku config:set --no-restart goatcounter DOKKU_LETSENCRYPT_EMAIL=example@example.org
dokku storage:mount goatcounter /var/lib/dokku/data/storage/goatcounter:/data
git push dokku main:main
dokku letsencrypt:enable goatcounter
dokku letsencrypt:cron-job --add goatcounter