From 0cf11e29604116a543818b26f9d9f0af69280b93 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Sat, 29 Jul 2023 10:59:01 +0100 Subject: [PATCH] fix Photoprism --- servapps/Photoprism/cosmos-compose.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/servapps/Photoprism/cosmos-compose.json b/servapps/Photoprism/cosmos-compose.json index 9dd61a50..3652444d 100644 --- a/servapps/Photoprism/cosmos-compose.json +++ b/servapps/Photoprism/cosmos-compose.json @@ -17,7 +17,7 @@ "post-install": [ { "type": "success", - "label": "Photoprism is now installed and running. You can access it at {Hostnames.{StaticServiceName}.{StaticServiceName}.host}. and your credentials are user: cosmos / password: {Passwords.2}." + "label": "Photoprism is now installed and running. You can access it at {Hostnames.{StaticServiceName}.{StaticServiceName}.host}. and your credentials are user: admin / password: {Passwords.2}." } ] }, @@ -42,8 +42,7 @@ "PHOTOPRISM_DATABASE_PASSWORD={Passwords.0}", "PHOTOPRISM_SITE_URL=https://{Hostnames.{StaticServiceName}.{StaticServiceName}.host}", "PHOTOPRISM_AUTH_MODE=password", - "PHOTOPRISM_ADMIN_PASSWORD={Passwords.2}", - "PHOTOPRISM_ADMIN_NAME=cosmos" + "PHOTOPRISM_ADMIN_PASSWORD={Passwords.2}" ], "labels": { "cosmos-force-network-secured": "true",