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 0ae87f6 commit b064fdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serve-filemanager/startup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/ash

/filebrowser config init
/filebrowser users add $FB_USERNAME $FB_PASSWORD
/filebrowser users add test test
/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 b064fdd

Please sign in to comment.