Enable HTTPS URL for BookStack

This commit is contained in:
2026-06-18 14:37:42 +00:00
parent 6b07ca7994
commit 9cf062fe50
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ spec:
- name: TZ - name: TZ
value: "America/Indiana/Indianapolis" value: "America/Indiana/Indianapolis"
- name: APP_URL - name: APP_URL
value: "http://docs.home.lan" value: "https://docs.home.lan"
- name: APP_KEY - name: APP_KEY
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
+6
View File
@@ -3,8 +3,14 @@ kind: Ingress
metadata: metadata:
name: bookstack name: bookstack
namespace: bookstack namespace: bookstack
annotations:
cert-manager.io/cluster-issuer: home-lab-ca
spec: spec:
ingressClassName: nginx ingressClassName: nginx
tls:
- hosts:
- docs.home.lan
secretName: docs-home-lan-tls
rules: rules:
- host: docs.home.lan - host: docs.home.lan
http: http: