Set root url of gitea

Changelog: changed
Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
GeorgeRaven
2026-01-17 00:58:05 +00:00
parent 2745f4f6a5
commit 4ddc9e893f
2 changed files with 2 additions and 0 deletions

View File

@@ -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"` | |

View File

@@ -22,6 +22,7 @@ gitea:
server:
LFS_START_SERVER: true
SHOW_REGISTRATION_BUTTON: false
ROOT_URL: "https://gitea.deepcypher.me/"
metrics:
ENABLED: true
openid: