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 Update mkdocs.yml for mkdocs 1.0 6 years ago
docs housekeeping 6 years ago
files add the basic docker-compose and some sample files 6 years ago
mkdocs-material@b0c6890853 Update mkdocs-material for mkdocs 1.0 6 years ago
.gitignore housekeeping 6 years ago
.gitmodules add init version of docs 6 years ago
README.md updating readme and mkdocs, updating footer 6 years ago
docker-compose.yml update to ues jfloff/alpine-python 6 years ago
mkdocs.yml Update mkdocs.yml for mkdocs 1.0 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).

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