small lil fix
Add apikey support
webproc: update to latest and pin version
go get git.sr.ht/~amk/bleck/...
config.toml
with your detailsartistwatch -config config.toml
as a normal process:
bleck:
build: ${THIS_REPO}
volumes:
- ./config:/config
with a webproc interface and bleck config editor:
bleck:
build:
context: ${THIS_REPO}
dockerfile: Dockerfile-webproc
environment:
- HTTP_USER=admin
- HTTP_PASS=password
expose:
- 80
volumes:
- ./config:/config
Please send patches to the mailing list Send any issues/requests to the issue tracker