Simple go & chi based default backend for handling errors and not founds.
Default template and errors definitions included is included, but you can mount your own.
[!NOTE] see template.tmpl for the html template and errors.yaml for the error definitions.
By default, these should be mounted to the root of the container. on the following paths:
template.tmlp mount to /template.tmpl
errors.yaml mount to /errors.yaml
You can also override the location of the template and errors file by setting the following environment variables:
TEMPLATE=template.tmpl
ERRORS=errors.yaml
You can also set a custom bind port and log level(debug/info) by setting the following environment variables:
LOGLEVEL=info
PORT=8080
Images are prebuilt and available on quay.io/mkaplan/opps:<version>
or quay.io/mkaplan/opps:latest
somewhat stable.
Apache License 2.0