this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(forgejo): use global domain

Khue Doan cd8ce6db 4ed0fd95

+4 -3
+4 -3
platform/production/forgejo.yaml
··· 37 37 TYPE: level 38 38 server: 39 39 LANDING_PAGE: explore 40 - ROOT_URL: https://code.cloudlab.khuedoan.com 40 + ROOT_URL: https://code.khuedoan.com 41 41 OFFLINE_MODE: true 42 42 repository: 43 43 DISABLED_REPO_UNITS: repo.wiki,repo.projects,repo.packages ··· 60 60 className: nginx 61 61 annotations: 62 62 cert-manager.io/cluster-issuer: letsencrypt-prod 63 + nginx.ingress.kubernetes.io/proxy-body-size: "0" 63 64 hosts: 64 - - host: code.cloudlab.khuedoan.com 65 + - host: code.khuedoan.com 65 66 paths: 66 67 - path: / 67 68 pathType: Prefix 68 69 tls: 69 70 - hosts: 70 - - code.cloudlab.khuedoan.com 71 + - code.khuedoan.com 71 72 secretName: forgejo-tls-certificate 72 73 valkey-cluster: 73 74 enabled: false