mirror of
https://github.com/hassio-addons/addon-prometheus.git
synced 2025-05-04 19:21:35 +00:00
* 🚑 Fix GitLab CI to have the right base images * ✏️ Docs cleanup * 👕 Dockerfile tweaks * 🔥 Remove unused variable from proemetheus init * 👕 Prettier on JSON & YAML files * 👕 Other minor styling * 🔥 Removal of disabled shellcheck rule * 👕 Fix shellcheck linter warning * ✏️ Small tweak to Python code * 🔨 Reduce resulting image with 68Mb
6 lines
316 B
Bash
6 lines
316 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Prometheus
|
|
# Configures Prometheus
|
|
# ==============================================================================
|
|
echo "${HASSIO_TOKEN}" > '/run/home-assistant.token'
|