From 6822d3c4b4ad70e4c8a24b644aad797ada4622f8 Mon Sep 17 00:00:00 2001 From: Ryan Holt Date: Tue, 1 Dec 2020 08:41:31 -0500 Subject: [PATCH] add a link to photoprism documentation within values Signed-off-by: Ryan Holt --- charts/photoprism/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/photoprism/values.yaml b/charts/photoprism/values.yaml index 0858c9d5..b28e4fb5 100644 --- a/charts/photoprism/values.yaml +++ b/charts/photoprism/values.yaml @@ -13,6 +13,7 @@ service: port: 2342 env: {} + ## See other config options from PhotoPrism documentation: https://docs.photoprism.org/getting-started/config-options/ # PHOTOPRISM_ADMIN_PASSWORD: "please-change" # Initial admin password: PLEASE CHANGE! # PHOTOPRISM_DEBUG: "false" # Run in debug mode (shows additional log messages) # PHOTOPRISM_PUBLIC: "false" # No authentication required (disables password protection)