apps/forge: enable git lfs
This commit is contained in:
parent
d6eda322de
commit
e9204a27ba
|
@ -7,5 +7,6 @@ metadata:
|
|||
spec:
|
||||
fields:
|
||||
- fieldName: forgejo_admin_password
|
||||
- fieldName: lfs_jwt
|
||||
- fieldName: postgresql_password
|
||||
- fieldName: postgresql_admin_password
|
||||
|
|
|
@ -59,8 +59,8 @@ data:
|
|||
server:
|
||||
LANDING_PAGE: login
|
||||
ROOT_URL: "https://${forgejo_domain}"
|
||||
# PROTOCOL: "https"
|
||||
# DOMAIN:
|
||||
LFS_START_SERVER: true
|
||||
LFS_JWT_SECRET: "${lfs_jwt}"
|
||||
openid:
|
||||
ENABLE_OPENID_SIGNUP: true
|
||||
service:
|
||||
|
|
Loading…
Reference in New Issue