1
0
Fork 0
Go to file
2021-04-27 15:53:30 +02:00
Dockerfile Check sha256sum of pandoc tarball 2021-04-24 03:05:35 +02:00
LICENSE Add LICENSE 2021-04-27 15:53:30 +02:00
README.md Use the generic name while setting options 2021-04-17 03:06:39 +02:00

pod-gitea

Deploy

Dokku

dokku apps:create gitea

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

dokku postgres:create gitea
dokku postgres:link gitea gitea

dokku storage:mount gitea /var/lib/dokku/data/storage/gitea:/data/gitea
dokku storage:mount gitea /var/lib/dokku/data/storage/gitea/git:/data/git/repositories

git push dokku main:main

dokku letsencrypt gitea
dokku letsencrypt:cron-job --add gitea