Skip to content

Commit

Permalink
Added no-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Feb 16, 2024
1 parent b064fdd commit 4e65f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve-filemanager/startup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/ash

/filebrowser config init
/filebrowser users add test test
/filebrowser users add $FB_USERNAME $FB_PASSWORD
/filebrowser config set --branding.name "Serve File Manager" --branding.files "/home/serve/branding" --branding.disableExternal
/filebrowser config set --auth.method=noauth
/filebrowser

0 comments on commit 4e65f9e

Please sign in to comment.