this repo has no description
0
fork

Configure Feed

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

paperless: external ingress for just shares

+20 -1
+20 -1
k8s/nebula/apps/default/paperless/app/helm-release.yaml
··· 136 136 137 137 ingress: 138 138 main: 139 - enabled: true 139 + className: "external-nginx" 140 + annotations: 141 + nginx.ingress.kubernetes.io/force-ssl-redirect: "true" 142 + external-dns.alpha.kubernetes.io/cloudflare-proxied: "true" 143 + external-dns.alpha.kubernetes.io/target: ingress-cf.skylab.fi 144 + hosts: 145 + - host: "${HOSTNAME}" 146 + paths: 147 + - path: /share/ 148 + service: 149 + identifier: main 150 + port: http 151 + - path: /favicon.ico 152 + service: 153 + identifier: main 154 + port: http 155 + tls: 156 + - hosts: 157 + - "${HOSTNAME}" 158 + int: 140 159 className: "internal-nginx" 141 160 hosts: 142 161 - host: "${HOSTNAME}"