From 1d9a5d8a3c8c1d41deb8238e6738dc022b9dbf38 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Oct 2023 17:18:09 +0000 Subject: [PATCH 1/2] chore(deps): update ghcr.io/hay-kot/homebox docker tag to v0.10.1 --- host_vars/pottwal.n39.eu/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml index 1263456..414f745 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -57,7 +57,7 @@ grafana_admin_password: "{{ vault_grafana_admin_password }}" homebox_host_port: 8092 homebox_domain_name: inventory.n39.eu -homebox_image: ghcr.io/hay-kot/homebox:v0.9.2 +homebox_image: ghcr.io/hay-kot/homebox:v0.10.1 renovate_image: renovate/renovate:37.31.5 renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}" From 0a8f86ef3603c84b3ee019ca18447283b0101105 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Tue, 24 Oct 2023 18:08:24 +0200 Subject: [PATCH 2/2] feat: add homebox tag to ansible jobs --- host-pottwal.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/host-pottwal.yml b/host-pottwal.yml index a6da2e6..57a8020 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -544,6 +544,8 @@ mode: "0755" - path: "{{ data_dir }}/homebox/data" mode: "0755" + tags: + - homebox - name: Ensure container for homebox is running docker_container: @@ -562,6 +564,8 @@ HBOX_LOG_LEVEL: "info" HBOX_LOG_FORMAT: "text" HBOX_WEB_MAX_UPLOAD_SIZE: "10" + tags: + - homebox - name: Setup proxy site {{ homebox_domain_name }} include_role: @@ -570,6 +574,8 @@ site_name: "{{ homebox_domain_name }}" proxy_port: "{{ homebox_host_port }}" proxy_preserve_host: "On" + tags: + - homebox - name: Setup proxy site spaceapi.n39.eu template: