Browse Source

config gitea to not make backups of authorized_keys file

feature/startup-from-labels
Mario Alegre 4 years ago
parent
commit
5774583d8d
  1. 3
      gitea/assets/app.ini.esh

3
gitea/assets/app.ini.esh

@ -31,7 +31,8 @@ ROOT_URL = https://git.alemor.org/
HTTP_PORT = 80
START_SSH_SERVER = false
SSH_PORT = 4323
SSH_LISTEN_PORT = 22
SSH_CREATE_AUTHORIZED_KEYS_FILE = true
SSH_AUTHORIZED_KEYS_BACKUP = false
LFS_START_SERVER = true
LFS_CONTENT_PATH = /vol/git/lfs
LFS_JWT_SECRET = <%= $(gitea generate secret JWT_SECRET) %>

Loading…
Cancel
Save