FileShelter
FileShelter is a self-hosted software that allows you to easily share files over the Internet.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3'
services:
app:
image: epoupon/fileshelter
volumes:
- ./files:/var/fileshelter
ports:
- 5091:5091
restart unless-stoppedResources
Website: https://fileshelter-demo.poupon.dev/
GitHub: https://github.com/epoupon/fileshelter
Docker Hub: https://hub.docker.com/r/epoupon/fileshelter
Configuration: https://github.com/epoupon/fileshelter/blob/master/INSTALL.md