Unverified Commit e87f03bc authored by Tom Moulard's avatar Tom Moulard Committed by GitHub
Browse files

feat: add Home Assistant support (#43)

parent 24dc01ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ GITLAB_IMAGE_VERSION=
GITLAB_RUNNER_IMAGE_VERSION=
GRAFANA_IMAGE_VERSION=
HOME=
HOME_ASSISTANT_IMAGE_VERSION=
JACKETT_GPID=
JACKETT_IMAGE_VERSION=
JACKETT_PUID=
+4 −0
Original line number Diff line number Diff line
@@ -40,6 +40,10 @@ jobs:
#   with:
#     sus: 'mkdir -p ./hits/postgresql/data'
#     service_name: 'hits'
  Health-checks-homeassistant:
    uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@master'
    with:
      service_name: 'homeassistant'
# Health-checks-hugo:
#   uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@master'
#   with:
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ include:
  - path: 'gitlab/docker-compose.gitlab.yml'
  - path: 'grafana/docker-compose.grafana.yml'
  - path: 'hits/docker-compose.hits.yml'
  - path: 'homeassistant/docker-compose.homeassistant.yml'
  - path: 'hugo/docker-compose.hugo.yml'
  - path: 'jackett/docker-compose.jackett.yml'
  - path: 'jellyfin/docker-compose.jellyfin.yml'
+9 −0
Original line number Diff line number Diff line
@@ -67,3 +67,12 @@ scrape_configs:
    static_configs:
      - targets:
          - 'alertmanager:9093'
  - honor_timestamps: true
    job_name: 'hass' # home assistant
    metrics_path: '/api/prometheus'
    scheme: 'http'
    scrape_interval: '60s'
    scrape_timeout: '10s'
    static_configs:
      - targets:
          - 'homeassistant:8123'
+1 −0
Original line number Diff line number Diff line
config
Loading