feat: remove forgejo-runner
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run

This commit is contained in:
cătălin 2026-04-02 01:09:47 +02:00
commit 1fa6ee3028
No known key found for this signature in database
2 changed files with 2 additions and 48 deletions

View file

@ -17,7 +17,7 @@ config:
server:
port: 8086
host: "0.0.0.0"
baseUrl: "http://cloud.example.com"
baseUrl: "https://cloud.example.com"
features:
enableAuth: "true"
enableSharing: "true"
@ -44,11 +44,9 @@ wopi:
admin:
username: admin
password: "wopi_admin_password"
# In production behind an ingress, you'd likely enable SSL termination.
extraParams: "--o:ssl.enable=false --o:ssl.termination=false --o:net.frame_ancestors=http://* https://*"
secrets:
# If existingSecret is set, the chart will NOT create a Secret and will use this one instead.
existingSecret: ""
jwtSecret: ""
oidcClientSecret: ""
@ -59,7 +57,7 @@ service:
ingress:
enabled: true
className: "nginx" # Adjust to your ingress controller (e.g., traefik)
className: "traefik"
annotations: {}
hosts:
- host: cloud.example.com
@ -67,6 +65,3 @@ ingress:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: oxicloud-tls
# hosts:
# - cloud.example.com