chore(photoprism): move temp outside of photoprism folder (#5776)

* chore(photoprism): allow use of ram-disk on temp

* update UI

* bump
This commit is contained in:
Stavros Kois 2022-12-25 11:51:55 +02:00 committed by GitHub
parent 1d0e344bfe
commit fb7e3bda97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 4 deletions

View File

@ -26,7 +26,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/photoprism
- https://github.com/photoprism/photoprism
- https://hub.docker.com/r/photoprism/photoprism
version: 13.0.12
version: 13.0.13
annotations:
truecharts.org/catagories: |
- media

View File

@ -22,7 +22,7 @@ questions:
type: string
required: true
private: true
default: "REPLACETHIS"
default: ""
- variable: env
group: "App Configuration"
label: "Image Environment"
@ -84,6 +84,14 @@ questions:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: temp
label: "App Temp Files"
description: "Stores the Application Temp Files."
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}

View File

@ -13,7 +13,7 @@ env:
HOME: "/photoprism"
PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals"
PHOTOPRISM_IMPORT_PATH: "/photoprism/import"
PHOTOPRISM_TEMP_PATH: "/photoprism/temp"
PHOTOPRISM_TEMP_PATH: "/photoprism_temp"
PHOTOPRISM_STORAGE_PATH: "/assets/storage"
PHOTOPRISM_SIDECAR_PATH: "/assets/sidecar"
PHOTOPRISM_CACHE_PATH: "/assets/cache"
@ -48,7 +48,7 @@ persistence:
mountPath: "/assets"
temp:
enabled: true
mountPath: "/photoprism/temp"
mountPath: "/photoprism_temp"
type: emptyDir
mariadb: