this repo has no description
0
fork

Configure Feed

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

feat(homelab-docs): use custom 404 error page

+3
+3
apps/homelab-docs/ingress.yaml
··· 5 5 namespace: homelab-docs 6 6 annotations: 7 7 cert-manager.io/cluster-issuer: letsencrypt-prod 8 + nginx.ingress.kubernetes.io/custom-http-errors: '404' 9 + nginx.ingress.kubernetes.io/configuration-snippet: | 10 + error_page 404 https://homelab.khuedoan.com/404.html; 8 11 spec: 9 12 rules: 10 13 - host: &host homelab.khuedoan.com