2021-08-23 00:03:11 +07:00
|
|
|
gitea:
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
2021-11-29 21:16:27 +07:00
|
|
|
className: nginx
|
2021-08-23 03:18:00 +07:00
|
|
|
annotations:
|
2021-12-26 12:36:14 +07:00
|
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
2022-05-04 08:55:41 +07:00
|
|
|
hajimari.io/appName: Gitea
|
|
|
|
hajimari.io/icon: git
|
2021-08-23 00:03:11 +07:00
|
|
|
hosts:
|
2021-12-16 21:02:13 +07:00
|
|
|
- host: &host git.khuedoan.com
|
2021-08-23 00:09:40 +07:00
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
2021-08-23 03:18:00 +07:00
|
|
|
tls:
|
2021-12-26 12:36:14 +07:00
|
|
|
- secretName: gitea-tls-certificate
|
|
|
|
hosts:
|
|
|
|
- *host
|
2021-09-03 16:13:50 +07:00
|
|
|
gitea:
|
2021-12-25 15:30:58 +07:00
|
|
|
admin:
|
2022-02-26 10:43:35 +07:00
|
|
|
existingSecret: gitea-admin-secret
|
2021-09-03 16:13:50 +07:00
|
|
|
config:
|
|
|
|
server:
|
|
|
|
LANDING_PAGE: explore
|
2022-01-30 21:29:42 +07:00
|
|
|
ROOT_URL: https://git.khuedoan.com
|
2024-01-08 12:24:31 +07:00
|
|
|
OFFLINE_MODE: true
|
|
|
|
repository:
|
|
|
|
DISABLED_REPO_UNITS: repo.wiki,repo.projects,repo.packages
|
|
|
|
DISABLE_STARS: true
|
|
|
|
DEFAULT_BRANCH: master
|
2024-01-17 01:08:06 +07:00
|
|
|
# TODO it's not reading the username from Dex correctly for now, related issues:
|
|
|
|
# https://github.com/go-gitea/gitea/issues/25725
|
|
|
|
# https://github.com/go-gitea/gitea/issues/24957
|
|
|
|
# oauth2_client:
|
|
|
|
# ENABLE_AUTO_REGISTRATION: true
|
|
|
|
# USERNAME: userid
|
2024-01-08 12:24:31 +07:00
|
|
|
service.explore:
|
|
|
|
DISABLE_USERS_PAGE: true
|
|
|
|
actions:
|
|
|
|
ENABLED: false
|
2023-01-24 22:29:20 +07:00
|
|
|
webhook:
|
|
|
|
ALLOWED_HOST_LIST: private
|