Skip to content

Commit

Permalink
added default commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Feb 19, 2024
1 parent ccad6de commit 730b546
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 $FB_USERNAME $FB_PASSWORD
/filebrowser users add $FB_USERNAME $FB_PASSWORD --commands "mv,ls,mkdir,cp,rm,touch,cd,gzip"
/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 730b546

Please sign in to comment.