mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-15 10:19:53 +00:00
9 lines
214 B
Bash
Executable File
9 lines
214 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Update configs
|
|
/filebrowser config init
|
|
/filebrowser config set --branding.name "Agora Admin"
|
|
/filebrowser users add citadel ${APP_PASSWORD}
|
|
|
|
exec /filebrowser -p 8080 --baseurl "/admin/files"
|