All checks were successful
/ continuous-deploy (push) Successful in 23s
ingress/public: disabled authentik-forward-auth (problems with phone clients) middlewares/rate-limit: increase values middlewares/security-headers:- added sts - fix nextcloud warning Some headers are not set correctly on your instance - The Strict-Transport-Security HTTP header is not set (should be at least 15552000 seconds). For enhanced security, it is recommended to enable HSTS
28 lines
564 B
YAML
28 lines
564 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: nextcloud-web
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
kubernetes.io/ingress.class: traefik
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
tls:
|
|
secretName: cloud-limbosolutions-com-tls
|
|
domains:
|
|
- main: cloud.limbosolutions.com
|
|
|
|
routes:
|
|
- match: Host(`cloud.limbosolutions.com`)
|
|
kind: Rule
|
|
services:
|
|
- name: nextcloud
|
|
port: 8080
|
|
middlewares:
|
|
- name: nextcloud-security-headers
|
|
- name: rate-limit
|
|
|
|
|
|
|