From 21f1659c6d5abd7d40c9a5a5408969c4a998c165 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 17 Mar 2025 06:27:30 -0400 Subject: [PATCH] Fixes for Multi-Scrobbler notifications. --- ansible/app-configs/multi-scrobbler_config.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/app-configs/multi-scrobbler_config.json.j2 b/ansible/app-configs/multi-scrobbler_config.json.j2 index 027c9ba1..8475c9fd 100644 --- a/ansible/app-configs/multi-scrobbler_config.json.j2 +++ b/ansible/app-configs/multi-scrobbler_config.json.j2 @@ -96,7 +96,7 @@ { "name": "Gotify", "type": "gotify", - "url": "http://gotify:8070", + "url": "http://gotify", "token": "{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['MULTI_SCROBBLER_GOTIFY_TOKEN'] }}", "priorities": { "info": 5,