From 77108a5d14492b7214789794d496bb3110590d4b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Apr 2024 23:18:20 +0000 Subject: [PATCH 1/2] chore(deps): update joseluisq/static-web-server docker tag to v2.30 --- 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 ba8d35f..bd09886 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -42,7 +42,7 @@ influxdb_init_password: "{{ vault_influxdb_init_password }}" jabber_host_port: 8086 prosody_domain_name: jabber.n39.eu prosody_image: netz39/prosody:0.11 -prosody_web_image: joseluisq/static-web-server:2.28 +prosody_web_image: joseluisq/static-web-server:2.30 prosody_config_dir: "/etc/prosody" prosody_data_dir: "{{ data_dir }}/prosody" From edc9f4955079dec27f3e003bdd6f1ec9a385c07f Mon Sep 17 00:00:00 2001 From: David Kilias Date: Mon, 29 Apr 2024 08:28:43 +0200 Subject: [PATCH 2/2] add tags to prosody-web tasks --- host-pottwal.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host-pottwal.yml b/host-pottwal.yml index 8b09710..c609ee6 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -269,6 +269,8 @@ - "127.0.0.1:{{ jabber_host_port }}:80" volumes: - "{{ prosody_data_dir }}/var/www:/public:ro" + tags: + - prosody-web - name: Setup proxy site {{ prosody_domain_name }} # point to static website for now @@ -277,6 +279,8 @@ vars: site_name: "{{ prosody_domain_name }}" proxy_port: "{{ jabber_host_port }}" + tags: + - prosody-web - name: Check if hedgedoc data dir exists ansible.builtin.stat: