Update forgejo config
This commit is contained in:
parent
521b044bc5
commit
d725832c82
2 changed files with 6 additions and 2 deletions
|
@ -4,4 +4,5 @@ forgejo_os_supported: False
|
||||||
forgejo_version: 1.18.0-1
|
forgejo_version: 1.18.0-1
|
||||||
forgejo_ssh_port: 2222
|
forgejo_ssh_port: 2222
|
||||||
forgejo_repositories_path: /home/git/repos
|
forgejo_repositories_path: /home/git/repos
|
||||||
forgejo_lfs_path: /home/git/lfs
|
forgejo_lfs_path: /home/git/lfs
|
||||||
|
forgejo_storage_path: /home/git/storage
|
|
@ -30,10 +30,13 @@ ROOT_URL = https://{{ forgejo_domain }}/
|
||||||
DISABLE_SSH = false
|
DISABLE_SSH = false
|
||||||
SSH_PORT = {{ forgejo_ssh_port }}
|
SSH_PORT = {{ forgejo_ssh_port }}
|
||||||
LFS_START_SERVER = true
|
LFS_START_SERVER = true
|
||||||
LFS_CONTENT_PATH = {{ forgejo_lfs_path }}
|
|
||||||
LFS_JWT_SECRET = {{ forgejo_lfs_jwt_secret }}
|
LFS_JWT_SECRET = {{ forgejo_lfs_jwt_secret }}
|
||||||
OFFLINE_MODE = false
|
OFFLINE_MODE = false
|
||||||
|
|
||||||
|
[storage]
|
||||||
|
STORAGE_TYPE = local
|
||||||
|
PATH = {{ forgejo_storage_path }}
|
||||||
|
|
||||||
[mailer]
|
[mailer]
|
||||||
ENABLED = false
|
ENABLED = false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue