git-server/README.md

28 lines
491 B
Markdown
Raw Normal View History

2022-08-14 15:11:53 -05:00
# Server Config
2022-08-14 15:16:12 -05:00
Important Changes to `app.ini`
```dosini
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
```