1
0
Fork 0
pod-forgejo/README.md

569 B

pod-gitea

A gitea image with pandoc support.

Deploy

Dokku

dokku apps:create gitea

dokku config:set --no-restart gitea 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