Skip to content

Commit

Permalink
Merge pull request #21 from di5cord20/Filebrowser-1
Browse files Browse the repository at this point in the history
Enhanced Filebrowser with NOAUTH option
  • Loading branch information
azukaar authored Aug 7, 2023
2 parents b5727a5 + c008ca5 commit 4331236
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions servapps/Filebrowser/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"label": "Do you want to make this service admin only?",
"initialValue": false,
"type": "checkbox"
},
{
"name": "noAuth",
"label": "Uncheck to enable Filebrowser authentication (defaults to using Cosmos authentication)",
"initialValue": true,
"type": "checkbox"
}
],
"post-install": [
Expand All @@ -34,6 +40,9 @@
"PUID=1000",
"PGID=1000",
"TZ=auto"
{if Context.noAuth}
, "NO_AUth=noauth"
{/if}
],
"post_install": [
"filebrowser config init",
Expand Down

0 comments on commit 4331236

Please sign in to comment.