Photoprism defaults (#689)

This commit is contained in:
Stavros Kois
2021-07-13 18:19:58 +03:00
committed by GitHub
parent 52d96a942b
commit b3b069f176
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ name: photoprism
sources:
- https://github.com/photoprism/photoprism
- https://hub.docker.com/r/photoprism/photoprism
version: 1.2.0
version: 1.2.1
@@ -120,16 +120,16 @@ questions:
description: "Photoprism storage path"
schema:
type: string
default: "002"
default: "/photoprism/storage"
- variable: PHOTOPRISM_ORIGINALS_PATH
label: "PHOTOPRISM_ORIGINALS_PATH"
description: "Photoprism originals path"
schema:
type: string
default: "002"
default: "/photoprism/originals"
- variable: PHOTOPRISM_ADMIN_PASSWORD
label: "PHOTOPRISM_ADMIN_PASSWORD"
description: " Initial admin password. **BE SURE TO CHANGE THIS!**"
description: "Initial admin password. **BE SURE TO CHANGE THIS!**"
schema:
type: string
required: true
@@ -138,8 +138,8 @@ questions:
label: "PHOTOPRISM_PUBLIC"
description: "Disable authentication / password protection"
schema:
type: string
default: "002"
type: boolean
default: false
# Configure Enviroment Variables
- variable: envList
label: "Image environment"