docker
{% if docker == None %}Couldn't access the docker API. Is sherpa running?
{% else %}{{name}} | {% if status == "running" %}{{status}} | {% else %}{{status}} | {% endif %}
transmission
{% if trans == None %}Couldn't access the transmission API. Is docker container running?
{% else %}downloaded | {{trans["bytes_dl"]}} |
uploaded | {{trans["bytes_up"]}} |
torrents | {{trans["num"]}} |
ratio | {{trans["ratio"]}} |
active for | {{trans["active_for"]}} |
statistics of some old torrent clients which were shut down recently ;_;



pihole
{% if pihole == None %}Couldn't access the pihole API. Is docker container running?
{% else %}status | {% if pihole["status"] == "enabled" %}{{pihole["status"]}} | {% else %}{{pihole["status"]}} | {% endif %}
queries | {{pihole["queries"]}} | |
clients | {{pihole["clients"]}} | |
percentage blocked | {{pihole["percentage"]}}% | |
blocked requests | {{pihole["blocked"]}} | |
domains in blocklist | {{pihole["domains"]}} | |
last updated | {{pihole["last_updated"]}} |