Sign inSign up

leenzhu/fs

By leenzhu

Updated over 4 years ago

like caddy fs, but supports files searching

Image
0

284

leenzhu/fs repository overview

Install

prepare config file

touch /home/config/fs.toml

Edit content as follow:

[web]
webroot="/tmp"
listen=":8080"
password="yourpass"
maxsearch=10000

start docker

docker pull leenzhu/fs:1.0.0

docker run -d \
--restart unless-stopped \
--name efs \
-p 2022:8080 \ 
-v host1:docker1 \
-v host2:docker2 \
leenzhu/fs:1.0.0

Tag summary

Content type

Image

Digest

Size

58.8 MB

Last updated

over 4 years ago

docker pull leenzhu/fs:1.0.3