fix: Filebrowser and stuff

This commit is contained in:
sauravdhakal12
2026-04-01 06:27:59 +00:00
parent 251cb1aa2a
commit 32b90be079
4 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@ data/
caddy/data/
caddy/config/
filebrowser/

View File

@@ -9,8 +9,6 @@ include:
- services/portainer.yml
- services/watchtower.yml
- services/uptime-kuma.yml
- services/dozzle.yml
- services/glances.yml
networks:
caddy_net:

View File

@@ -4,9 +4,10 @@ services:
restart: unless-stopped
user: "1000:1000"
ports:
- "127.0.0.1:8083:80"
- "127.0.0.1:8083:8080"
command: --address 0.0.0.0 --port 8080 --database /filebrowser.db --root /srv
volumes:
- /home/saurav/hetzner_self/data:/srv/data
- /home/saurav:/srv
- /home/saurav/cloud:/srv/cloud
- /home/saurav/hetzner_self/filebrowser/filebrowser.db:/database/filebrowser.db
- /home/saurav/hetzner_self/filebrowser/filebrowser.db:/filebrowser.db
- /home/saurav/hetzner_self/filebrowser/settings.json:/config/settings.json

View File

@@ -5,4 +5,5 @@ services:
ports:
- "127.0.0.1:3001:3001"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/saurav/hetzner_self/data/uptime-kuma:/app/data