Serves files to the public, static content host, etc.
Go to file
Steven Polley 53cd28e816
continuous-integration/drone/push Build is passing Details
add production step to pipeline
2019-11-02 11:50:31 -06:00
.drone.yml add production step to pipeline 2019-11-02 11:50:31 -06:00
Dockerfile Initial commit 2019-01-05 20:09:32 -07:00
README.md Add build badge to readme 2019-11-02 11:46:28 -06: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

Build Status

deadbeef.codes-publicfileserver

Serves files to the public, static content to any files in ./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