mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Set root url of gitea
Changelog: changed Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
@@ -58,6 +58,7 @@ A Helm chart for Kubernetes
|
||||
| gitea.gitea.config.openid.ENABLE_OPENID_SIGNIN | bool | `false` | |
|
||||
| gitea.gitea.config.openid.ENABLE_OPENID_SIGNUP | bool | `false` | |
|
||||
| gitea.gitea.config.server.LFS_START_SERVER | bool | `true` | |
|
||||
| gitea.gitea.config.server.ROOT_URL | string | `"https://gitea.deepcypher.me/"` | |
|
||||
| gitea.gitea.config.server.SHOW_REGISTRATION_BUTTON | bool | `false` | |
|
||||
| gitea.gitea.config.service.DISABLE_REGISTRATION | bool | `true` | |
|
||||
| gitea.gitea.oauth[0].autoDiscoverUrl | string | `"https://auth.deepcypher.me/realms/deepcypher/.well-known/openid-configuration"` | |
|
||||
|
||||
@@ -22,6 +22,7 @@ gitea:
|
||||
server:
|
||||
LFS_START_SERVER: true
|
||||
SHOW_REGISTRATION_BUTTON: false
|
||||
ROOT_URL: "https://gitea.deepcypher.me/"
|
||||
metrics:
|
||||
ENABLED: true
|
||||
openid:
|
||||
|
||||
Reference in New Issue
Block a user