apps/forge: enable git lfs
This commit is contained in:
parent
d6eda322de
commit
e9204a27ba
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue