apps/forge: enable git lfs

This commit is contained in:
xeruf 2024-04-04 19:11:08 +02:00
parent d6eda322de
commit e9204a27ba
2 changed files with 3 additions and 2 deletions

View File

@ -7,5 +7,6 @@ metadata:
spec: spec:
fields: fields:
- fieldName: forgejo_admin_password - fieldName: forgejo_admin_password
- fieldName: lfs_jwt
- fieldName: postgresql_password - fieldName: postgresql_password
- fieldName: postgresql_admin_password - fieldName: postgresql_admin_password

View File

@ -59,8 +59,8 @@ data:
server: server:
LANDING_PAGE: login LANDING_PAGE: login
ROOT_URL: "https://${forgejo_domain}" ROOT_URL: "https://${forgejo_domain}"
# PROTOCOL: "https" LFS_START_SERVER: true
# DOMAIN: LFS_JWT_SECRET: "${lfs_jwt}"
openid: openid:
ENABLE_OPENID_SIGNUP: true ENABLE_OPENID_SIGNUP: true
service: service: