diff --git a/.gitignore b/.gitignore index 7483c60..f44da18 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,5 @@ gitea/* !gitea/gitea/ gitea/gitea/* -!gitea/gitea/conf/ !gitea/gitea/templates/ !gitea/gitea/public/ diff --git a/README.md b/README.md index 3d142fd..145c654 100644 --- a/README.md +++ b/README.md @@ -1 +1,27 @@ # Server Config + + +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 +```