Skip to content

Commit

Permalink
Fixed noauth (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
di5cord20 authored Nov 24, 2023
1 parent 3aa20c1 commit f123ca4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions servapps/Filebrowser/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
"initialValue": true,
"type": "checkbox"
}
],
"post-install": [
]
{if not Context.noAuth}
, "post-install": [
{
"type": "warning",
"label": "A default account has been created with admin / admin as credentials. Please change them"
}
]
{/if}
},
"services": {
"{ServiceName}": {
Expand All @@ -41,7 +43,7 @@
"PGID=1000",
"TZ=auto"
{if Context.noAuth}
, "NO_AUth=noauth"
, "FB_NOAUTH=true"
{/if}
],
"post_install": [
Expand Down

0 comments on commit f123ca4

Please sign in to comment.