2024-10-30 20:26:28 +01:00

41 lines
800 B
YAML

---
name: Promtail
url: https://mezgit.duckdns.org/mezned/HAddons
version: edge
slug: promtail
arch:
- aarch64
- amd64
- armv7
- armhf
description: Promtail for Home Assistant
codenotary: codenotary@degatano.com
init: false
journald: true
map:
- config
- share
- ssl
watchdog: http://[HOST]:[PORT:9080]/ready
ports:
9080/tcp:
ports_description:
9080/tcp: Promtail web server
options:
client:
url: http://39bd2704-loki:3100/loki/api/v1/push
log_level: info
schema:
client:
url: str
username: str?
password: password?
cafile: str?
servername: str?
certfile: str?
keyfile: str?
additional_pipeline_stages: str?
additional_scrape_configs: str?
skip_default_scrape_config: bool?
log_level: list(trace|debug|info|notice|warning|error|fatal)?