Use cgit as a simple frontend to gitea

This commit is contained in:
Jake Howard
2020-02-17 21:46:50 +00:00
parent be3a571d2c
commit d290f2f68f
4 changed files with 69 additions and 4 deletions

View File

@ -15,7 +15,7 @@ TEMP_PATH = /data/gitea/uploads
APP_DATA_PATH = /data/gitea
SSH_DOMAIN = git.theorangeone.net
HTTP_PORT = 3000
ROOT_URL = https://git.theorangeone.net/
ROOT_URL = https://git.theorangeone.net/gitea/
DISABLE_SSH = false
SSH_PORT = 22
SSH_LISTEN_PORT = 3022