feat: add filebrowser

Merge pull request #18 from sudo-kraken/features/filebrowser
This commit is contained in:
rbm 2024-12-05 14:06:30 -06:00 committed by GitHub
commit c11ecd16f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,19 @@
[Unit]
Description=Filebrowser Quadlet
[Service]
Restart=always
TimeoutStartSec=900
[Install]
WantedBy=multi-user.target default.target
[Container]
Image=docker.io/hurlenko/filebrowser:latest
ContainerName=filebrowser
Volume=/path/to/what/you/want/to/share:/data:z
Volume=fb-config:/config:z
Volume=fb-branding:/branding:z
PublishPort=8008:8080

View file

@ -0,0 +1,3 @@
[Volume]
VolumeName=fb-config
VolumeName=fb-branding