python file upload server
Find a file
2023-10-01 03:39:06 +02:00
data add basic upload/download 2023-10-01 03:39:06 +02:00
pyles add basic upload/download 2023-10-01 03:39:06 +02:00
.dockerignore init 2023-09-29 22:32:58 +02:00
.env.example add basic upload/download 2023-10-01 03:39:06 +02:00
.gitignore add basic upload/download 2023-10-01 03:39:06 +02:00
docker-compose.yml init 2023-09-29 22:32:58 +02:00
Dockerfile add basic upload/download 2023-10-01 03:39:06 +02:00
entry.sh add basic upload/download 2023-10-01 03:39:06 +02:00
LICENSE add basic upload/download 2023-10-01 03:39:06 +02:00
poetry.lock add basic upload/download 2023-10-01 03:39:06 +02:00
pyproject.toml add basic upload/download 2023-10-01 03:39:06 +02:00
README.md add basic upload/download 2023-10-01 03:39:06 +02:00

pyles

(pun on python and files) (it's not a very good pun)

Requirements

  • libmagic (libmagic on Alpine, libmagic1 on Debian) for file type identification

License

Licensed under the Apache License 2.0, found in the LICENSE file in this repository.