feat: add filebrowser
Merge pull request #18 from sudo-kraken/features/filebrowser
This commit is contained in:
commit
c11ecd16f4
2 changed files with 22 additions and 0 deletions
19
quadlets/filebrowser/filebrowser.container
Normal file
19
quadlets/filebrowser/filebrowser.container
Normal 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
|
3
quadlets/filebrowser/filebrowser.volume
Normal file
3
quadlets/filebrowser/filebrowser.volume
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=fb-config
|
||||||
|
VolumeName=fb-branding
|
Loading…
Add table
Reference in a new issue