A lightweight PHP app for quick and easy file sharing.
- Docker
-
Clone the repository:
git clone https://github.com/dGilli/filedispo-www.git
-
Place the files you want to share in the
/public
directory. -
Start the Docker container and open the app at
http://localhost:8000
:make start
Refer to the Makefile
for additional commands.
- Parameterize app during build (eg.: shared files, page titles, password, etc.).
- Support more filetypes.
- Create direct DL links.
- Add shared files directly from my terminal.
- Bake in composer install when building for prod.