Răsfoiți Sursa

move photos to photo

Breandan Dezendorf 2 ani în urmă
părinte
comite
4289520344

+ 2 - 2
dezendorf/homelab/k3s/photoprism/ingress.yaml

@@ -8,7 +8,7 @@ spec:
   entryPoints:
     - web
   routes:
-  - match: Host(`photos.dezendorf.net`)
+  - match: Host(`photo.dezendorf.net`)
     kind: Rule
     middlewares:
     - name: redirecthttps
@@ -25,7 +25,7 @@ spec:
   entryPoints:
     - websecure
   routes:
-  - match: Host(`photos.dezendorf.net`)
+  - match: Host(`photo.dezendorf.net`)
     kind: Rule
     services:
     - name: photoprism-service

+ 1 - 1
dezendorf/homelab/k3s/photoprism/photoprism.yaml

@@ -136,7 +136,7 @@ spec:
             - name: PHOTOPRISM_SITE_TITLE
               value: PhotoPrism
             - name: PHOTOPRISM_SITE_URL
-              value: https://photos.dezendorf.net/
+              value: https://photo.dezendorf.net/
             - name: PHOTOPRISM_UPLOAD_NSFW
               value: "true"
             - name: PHOTOPRISM_WORKERS