Loading .env.default +1 −0 Original line number Diff line number Diff line Loading @@ -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= Loading .github/workflows/dockerpublish.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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: Loading docker-compose.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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' Loading grafana/prometheus/prometheus.yml +9 −0 Original line number Diff line number Diff line Loading @@ -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' homeassistant/.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line config Loading
.env.default +1 −0 Original line number Diff line number Diff line Loading @@ -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= Loading
.github/workflows/dockerpublish.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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: Loading
docker-compose.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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' Loading
grafana/prometheus/prometheus.yml +9 −0 Original line number Diff line number Diff line Loading @@ -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'