A containerized selfhost version of https://bashupload.com/
The template can be downloaded here
https://github.com/Mainfrezzer/UnRaid-Templates/blob/main/bashupload.xml
docker run --name bashupload\
--restart unless-stopped\
-v /my/own/appdir:/app\
-v /my/own/appfiledir:/app/files `#optional`\
-e UPLOADSIZE=128M `#Use 128M, 1G or 10G to set the size`\
-e UID=99 \
-e GID=100 \
-p 80:80/tcp \
-d mainfrezzer/bashupload
Content type
Image
Digest
sha256:6838c1c73…
Size
13.4 MB
Last updated
11 days ago
docker pull mainfrezzer/bashupload