git server configuration
Find a file
2022-08-14 20:29:46 +00:00
gitea/gitea server configuration 2022-08-14 20:13:45 +00:00
.gitignore add notes about ini 2022-08-14 20:29:46 +00:00
Caddyfile server configuration 2022-08-14 20:13:45 +00:00
docker-compose.yml server configuration 2022-08-14 20:13:45 +00:00
README.md add notes about ini 2022-08-14 20:29:46 +00:00

Server Config

Important Changes to app.ini

APP_NAME = Daylin's Git Server
RUN_MODE = prod
RUN_USER = git

[server]
DOMAIN           = https://git.dayl.in
SSH_DOMAIN       = git.dayl.in
ROOT_URL         = https://git.dayl.in/

[service]
DISABLE_REGISTRATION              = true
NO_REPLY_ADDRESS                  = noreply.git.dayl.in

[ui]
DEFAULT_THEME = arc-green
THEMES        = auto,gitea,arc-green

[openid]
ENABLE_OPENID_SIGNIN = false
ENABLE_OPENID_SIGNUP = false