Serves files to the public, static content host, etc.
Go to file
Steven Polley ff9e8220c0
continuous-integration/drone/push Build is passing Details
Trigger CICD
2019-06-15 18:32:51 +00:00
.drone.yml Initial commit 2019-01-05 20:09:32 -07:00
Dockerfile Initial commit 2019-01-05 20:09:32 -07:00
README.md Trigger CICD 2019-06-15 18:32:51 +00:00
docker-compose.yml Update docker-compose.yml example 2019-01-05 20:27:16 -07:00
main.go server at root - fixed 2019-01-05 20:58:40 -07:00

README.md

deadbeef.codes-publicfileserver

Serves files to the public, static content host from /data/public.

This is meant to be a spot for non-changing content, to host files to allow me to share with others. In most cases it'll be best practice to keep project-related files within the project directory and serve public static content from a webserver within that project.

Usage

git clone https://deadbeef.codes/steven/deadbeef.codes-publicfileserver.git
docker-compose up -d