14 lines
303 B
YAML
14 lines
303 B
YAML
|
|
# Public endpoint and package registry settings for Forgejo on railiance01.
|
||
|
|
service:
|
||
|
|
http:
|
||
|
|
type: ClusterIP
|
||
|
|
|
||
|
|
gitea:
|
||
|
|
config:
|
||
|
|
packages:
|
||
|
|
ENABLED: true
|
||
|
|
LIMIT_SIZE_CONTAINER: -1
|
||
|
|
repository:
|
||
|
|
DISABLED_REPO_UNITS: ""
|
||
|
|
server:
|
||
|
|
ROOT_URL: "https://forgejo.coulomb.social/"
|