1
0
Fork 0
Go to file
Daniele Tricoli fe9a05d8a6 Bump gitea to 1.14.6 2021-08-06 21:40:14 +02:00
Dockerfile Bump gitea to 1.14.6 2021-08-06 21:40:14 +02:00
LICENSE Add LICENSE 2021-04-27 15:53:30 +02:00
README.md Add a minimal description 2021-04-27 15:56:31 +02:00

README.md

pod-gitea

A gitea image with pandoc support.

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