Update forgejo config

This commit is contained in:
Philip (a-0) 2023-11-26 17:26:10 +01:00
parent 521b044bc5
commit d725832c82
2 changed files with 6 additions and 2 deletions

View file

@ -4,4 +4,5 @@ forgejo_os_supported: False
forgejo_version: 1.18.0-1
forgejo_ssh_port: 2222
forgejo_repositories_path: /home/git/repos
forgejo_lfs_path: /home/git/lfs
forgejo_lfs_path: /home/git/lfs
forgejo_storage_path: /home/git/storage

View file

@ -30,10 +30,13 @@ ROOT_URL = https://{{ forgejo_domain }}/
DISABLE_SSH = false
SSH_PORT = {{ forgejo_ssh_port }}
LFS_START_SERVER = true
LFS_CONTENT_PATH = {{ forgejo_lfs_path }}
LFS_JWT_SECRET = {{ forgejo_lfs_jwt_secret }}
OFFLINE_MODE = false
[storage]
STORAGE_TYPE = local
PATH = {{ forgejo_storage_path }}
[mailer]
ENABLED = false