Simple lightweight python files server. #krash
https://pages.charlesreid1.com/d-python-files
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid
473b497e28
|
6 years ago | |
---|---|---|
docs | 7 years ago | |
files | 7 years ago | |
mkdocs-material@b0c6890853 | 6 years ago | |
.gitignore | 7 years ago | |
.gitmodules | 7 years ago | |
README.md | 6 years ago | |
docker-compose.yml | 7 years ago | |
mkdocs.yml | 6 years ago |
README.md
d-python-files
This container runs a simple lightweight Python HTTP file server for files.charlesreid1.com.
Here's the one-liner:
python3 -m http.simple -b <docker-ip> -p <port>
This binds to the docker network and listens for requests on a port. Requests for files.charlesreid1.com are reverse-proxied by the nginx frontend (see d-nginx-charlesreid1) and passed along to the internal docker network.
This uses jfloff/alpine-python:recent
(see jflof/alpine-python).
Links
documentation: d-python-files container (you are here)
source code on git.charlesreid1.com: d-python-files
source code on github.com: charlesreid1-docker/d-python-files