mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
9 lines
226 B
Bash
Executable File
9 lines
226 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Update configs
|
|
/filebrowser config init
|
|
/filebrowser config set --branding.name "Agora Admin File Browser"
|
|
/filebrowser users add umbrel ${APP_PASSWORD}
|
|
|
|
exec /filebrowser -p 8080 --baseurl "/admin/files"
|