deadbeef.codes-publicfilese.../README.md

15 lines
674 B
Markdown

[![Build Status](https://drone.deadbeef.codes/api/badges/steven/deadbeef.codes-publicfileserver/status.svg)](https://drone.deadbeef.codes/steven/deadbeef.codes-publicfileserver)
# 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
```shell
git clone https://deadbeef.codes/steven/deadbeef.codes-publicfileserver.git
docker-compose up -d
```