Skip to content

Commit

Permalink
fix Photoprism
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Jul 29, 2023
1 parent 07f6eea commit 0cf11e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions servapps/Photoprism/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}."
}
]
},
Expand All @@ -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",
Expand Down

0 comments on commit 0cf11e2

Please sign in to comment.