forgejo_settings
This commit is contained in:
@@ -8,80 +8,80 @@ spec:
|
|||||||
namespace: forgejo
|
namespace: forgejo
|
||||||
server: {{ $.Values.spec.destination.server }}
|
server: {{ $.Values.spec.destination.server }}
|
||||||
project: homelab
|
project: homelab
|
||||||
source:
|
sources:
|
||||||
path: .
|
- path: .
|
||||||
repoURL: oci://code.forgejo.org/forgejo-helm/forgejo
|
repoURL: oci://code.forgejo.org/forgejo-helm/forgejo
|
||||||
targetRevision: 17.0.1
|
targetRevision: 17.0.1
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
gitea:
|
gitea:
|
||||||
admin:
|
admin:
|
||||||
username: 'mh-admin'
|
username: 'mh-admin'
|
||||||
password: 'start123'
|
password: 'start123'
|
||||||
email: 'matthias@hnrx.de'
|
email: 'matthias@hnrx.de'
|
||||||
oauth:
|
oauth:
|
||||||
- name: 'Authentik'
|
- name: 'Authentik'
|
||||||
provider: 'openidConnect'
|
provider: 'openidConnect'
|
||||||
key: 'SFcyq6DYywWMcG2VxFjC6bAcsC5BSHmlUaDIvSan'
|
key: 'SFcyq6DYywWMcG2VxFjC6bAcsC5BSHmlUaDIvSan'
|
||||||
secret: 'AZNCzbYDFExH8EUIBUOtRqv3MClA83N87TzQKJ2sAmNNdwbrU0pKVXJq4cOkxWugoG7AnizcAdlzl4n5FicIUWxPUvRRhkRchRqRoiimLg20KNqRjmll2SUoPsE0RhxK'
|
secret: 'AZNCzbYDFExH8EUIBUOtRqv3MClA83N87TzQKJ2sAmNNdwbrU0pKVXJq4cOkxWugoG7AnizcAdlzl4n5FicIUWxPUvRRhkRchRqRoiimLg20KNqRjmll2SUoPsE0RhxK'
|
||||||
autoDiscoverUrl: 'https://auth.hnrx.net/application/o/githnrxnet/.well-known/openid-configuration'
|
autoDiscoverUrl: 'https://auth.hnrx.net/application/o/githnrxnet/.well-known/openid-configuration'
|
||||||
config:
|
config:
|
||||||
actions:
|
actions:
|
||||||
ENABLED: true
|
ENABLED: true
|
||||||
LOG_RETENTION_DAYS: 365
|
LOG_RETENTION_DAYS: 365
|
||||||
ARTIFACT_RETENTION_DAYS: 90
|
ARTIFACT_RETENTION_DAYS: 90
|
||||||
api:
|
api:
|
||||||
MAX_RESPONSE_ITEMS: 100
|
MAX_RESPONSE_ITEMS: 100
|
||||||
mailer:
|
mailer:
|
||||||
ENABLED: true
|
ENABLED: true
|
||||||
SMTP_ADDR: 'smtp.gmail.com'
|
SMTP_ADDR: 'smtp.gmail.com'
|
||||||
SMTP_PORT: "465"
|
SMTP_PORT: "465"
|
||||||
FROM: 'matthias.hinrichs@gmail.com'
|
FROM: 'matthias.hinrichs@gmail.com'
|
||||||
USER: 'matthias.hinrichs'
|
USER: 'matthias.hinrichs'
|
||||||
PASSWD: "kuid ogzo mnej hbvj"
|
PASSWD: "kuid ogzo mnej hbvj"
|
||||||
PROTOCOL: smtps
|
PROTOCOL: smtps
|
||||||
migrations:
|
migrations:
|
||||||
ALLOWED_DOMAINS: "*.hnrx.net"
|
ALLOWED_DOMAINS: "*.hnrx.net"
|
||||||
ALLOW_LOCALNETWORKS: true
|
ALLOW_LOCALNETWORKS: true
|
||||||
openid:
|
openid:
|
||||||
ENABLE_OPENID_SIGNIN: false
|
ENABLE_OPENID_SIGNIN: false
|
||||||
database:
|
database:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
HOST: postgresql-test1-pgbouncer.everest-db.svc:5432
|
HOST: postgresql-test1-pgbouncer.everest-db.svc:5432
|
||||||
NAME: postgres
|
NAME: postgres
|
||||||
USER: postgres
|
USER: postgres
|
||||||
PASSWD: 3yZ64SU8sLqS-MijJh.aPJ59
|
PASSWD: 3yZ64SU8sLqS-MijJh.aPJ59
|
||||||
SSL_MODE: require
|
SSL_MODE: require
|
||||||
picture:
|
picture:
|
||||||
GRAVATAR_SOURCE: gravatar
|
GRAVATAR_SOURCE: gravatar
|
||||||
server:
|
server:
|
||||||
LANDING_PAGE: explore
|
LANDING_PAGE: explore
|
||||||
OFFLINE_MODE: false
|
OFFLINE_MODE: false
|
||||||
service:
|
service:
|
||||||
ENABLE_NOTIFY_MAIL: true
|
ENABLE_NOTIFY_MAIL: true
|
||||||
service.explore:
|
service.explore:
|
||||||
DISABLE_USERS_PAGE: true
|
DISABLE_USERS_PAGE: true
|
||||||
DISABLE_ORGANIZATIONS_PAGE: true
|
DISABLE_ORGANIZATIONS_PAGE: true
|
||||||
webhook:
|
webhook:
|
||||||
ALLOWED_HOST_LIST: "*.hnrx.net"
|
ALLOWED_HOST_LIST: "*.hnrx.net"
|
||||||
SKIP_TLS_VERIFY: true
|
SKIP_TLS_VERIFY: true
|
||||||
DELIVER_TIMEOUT: 30
|
DELIVER_TIMEOUT: 30
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: nfs-csi
|
storageClass: nfs-csi
|
||||||
existingClaim: gitea-shared-storage
|
existingClaim: gitea-shared-storage
|
||||||
|
|
||||||
|
|
||||||
httpRoute:
|
httpRoute:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostnames:
|
hostnames:
|
||||||
- forgejo.k8s.hnrx.net
|
- forgejo.k8s.hnrx.net
|
||||||
parentRefs:
|
parentRefs:
|
||||||
- name: shared-gateway
|
- name: shared-gateway
|
||||||
namespace: default
|
namespace: default
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|||||||
Reference in New Issue
Block a user