This commit is contained in:
eric
2026-05-16 19:24:30 -05:00
parent 19beec12a5
commit 75a0ca4e31
260 changed files with 51345 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"address": "0.0.0.0",
"port": 80,
"baseURL": "",
"log": "stdout"
}

View File

@@ -0,0 +1,22 @@
version: "3.3"
services:
filebrowser:
image: filebrowser/filebrowser:latest
container_name: live-filebrowser
restart: unless-stopped
ports:
- "${FILEBROWSER_PORT:-8082}:80"
volumes:
- ./database:/database
- ./config:/config
- ../..:/srv/app
- "${SHELLCRASH_DIR:-/etc/ShellCrash}:/srv/shellcrash"
- /home/live:/srv/home-live
command:
- --database
- /database/filebrowser.db
- --config
- /config/settings.json
- --root
- /srv