dst/README.md

27 lines
724 B
Markdown
Raw Normal View History

2020-03-14 10:25:27 +00:00
# Docker Status
Simple status page using Docker sdk and healthcheck.
## Options
Environment variable | Description | Default
--- | --- | ---
DOCKER_* | Docker client options | [Doc](https://docker-py.readthedocs.io/en/stable/client.html#docker.client.from_env)
2020-03-14 14:48:59 +00:00
DST_PATH | Files output | `/data`
2020-03-14 10:25:27 +00:00
DST_INTERVAL | Update interval is seconds | `30`
DST_FILTER_LABEL | Filter visible containers with label | `False`
DST_NAME_LABEL | Override container name with label | `False`
DST_URL_LABEL | Provide url with label | `False`
2020-03-14 14:48:59 +00:00
DST_TITLE | Page title | `Docker Status`
DST_CAPTION | Page caption
2020-03-14 10:25:27 +00:00
## TODO
[x] Json periodic static
[ ] Static Front
[ ] Groups
[ ] Events
2020-03-14 10:28:59 +00:00
[ ] Gotify
## Licence
Distributed under the GPL3 license.