bfile/resource
blek 9e7c207075
proxied resources
2023-12-14 21:04:20 +10:00
..
.gitignore init repo 2023-12-14 21:04:17 +10:00
README.md init repo 2023-12-14 21:04:17 +10:00
go.mod init repo 2023-12-14 21:04:17 +10:00
go.sum init repo 2023-12-14 21:04:17 +10:00
main.go proxied resources 2023-12-14 21:04:20 +10:00
resourced.toml.example proxied resources 2023-12-14 21:04:20 +10:00

README.md

resourceD

A simple microservice for serving resources

Building

go build .

Running

Either run it the normal way via the provided docker compose file, or go run ..

Also dont forget to create resourced.toml

Configuration

The file resourced.toml.example serves as a both an example and reference, since it has a lot of comments.