mirror of
https://github.com/hassio-addons/addon-prometheus.git
synced 2025-05-05 03:31:25 +00:00
9 lines
367 B
Bash
9 lines
367 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Prometheus
|
|
# Configures Prometheus
|
|
# ==============================================================================
|
|
readonly CONFIG="/etc/prometheus/prometheus.yml"
|
|
|
|
echo "${HASSIO_TOKEN}" > '/run/home-assistant.token'
|
|
|