home-server/gitea
2020-12-14 21:34:11 +01:00
..
.env Add gitea configuration 2020-12-14 20:36:50 +01:00
docker-compose.yml [gitea] use stable version 2020-12-14 21:34:11 +01:00
README.md gitea README 2020-12-14 20:53:09 +01:00

Environment

Do not forget to set the host paths for data and db in .env

Secret files content:

db.env.secret examlple:

MYSQL_ROOT_PASSWORD=changeme
MYSQL_PASSWORD=changeme

gitea_conf.env.secret example

DOMAIN=git.example.com
ROOT_URL=https://git.example.com

reverse_proxy.env.secret example

VIRTUAL_HOST=git.example.com
VIRTUAL_PORT=3000
LETSENCRYPT_HOST=git.example.com
LETSENCRYPT_EMAIL=gitea@example.com