Image of Lufi (Let's Upload that FIle) based on alpine.
6.7K
What is lufi ?
Lufi means Let's Upload that FIle.
It stores files and allows you to download them.
Is that all? No. All the files are encrypted by the browser! It means that your files never leave your computer unencrypted. The administrator of the Lufi instance you use will not be able to see what is in your file, neither will your network administrator, or your ISP.
This image does not contain root processes
docker run -d -p 8081:8081 victorrds/lufi
URI access : http://localhost:8081
docker run -d -p 8181:8081 \
-v /docker/config/lufi/data:/usr/lufi/data \
-v /docker/data/lufi:/usr/lufi/files \
-e UID=1001 \
-e GID=1001 \
-e WEBROOT=/lufi \
-e SECRET=$(date +%s | md5sum | head -c 32) \
-e [email protected] \
-e MAX_FILE_SIZE=250000000 \
victorrds/lufi
URI access : http://localhost:8181/lufi
Any contributions are very welcome !
Content type
Image
Digest
Size
26.9 MB
Last updated
about 6 years ago
docker pull victorrds/lufi