1
0
Fork 0
Go to file
Daniele Tricoli 9263df2daa Bump gitea to 1.15.10 2022-01-16 16:19:45 +01:00
Dockerfile Bump gitea to 1.15.10 2022-01-16 16:19:45 +01:00
LICENSE Add LICENSE 2021-04-27 15:53:30 +02:00
README.md Use the CLI format specified in help 2021-08-27 19:38:46 +02:00

README.md

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