mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
9 lines
213 B
Bash
9 lines
213 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
# Update configs
|
||
|
/filebrowser config init
|
||
|
/filebrowser config set --branding.name "Agora Admin"
|
||
|
/filebrowser users add umbrel ${APP_PASSWORD}
|
||
|
|
||
|
exec /filebrowser -p 8080 --baseurl "/admin/files"
|