From 8b2ec0c7d7f7acf6a7a7785eb3479c7341a8b6fe Mon Sep 17 00:00:00 2001 From: voidarc Date: Tue, 30 Jun 2026 00:09:17 +0100 Subject: [PATCH] changed endpoint becuase people are using my dotfiles It was a known issue that the notification triggers on all my devices because of how the automation is set up, but it also tells me that OTHER PEOPLE ARE USING MY DOTFILES!!!!! THATS INSANE!!!! If you're reading this because you use them too, thank you so much for validating my work, it means alot. Just stop triggering my automations lol --- modules/events.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/events.lua b/modules/events.lua index 6d5d9e4..d2ee18f 100644 --- a/modules/events.lua +++ b/modules/events.lua @@ -2,7 +2,7 @@ local appList = { "wpaperd -d", "syncthing -home=/home/user01/.config/syncthing -no-browser", "gotify-desktop", - 'sleep 5 && curl -X POST -H "Content-Type: application/json" -d "{\\"ref\\":\\"$(git -C ~/.dotfiles rev-parse HEAD)\\", \\"status\\":\\"$(git -C ~/.dotfiles diff --quiet && echo "clean" || echo "dirty")\\"}" https://n8n.voidarc.co.uk/webhook/config-checker', + 'sleep 5 && curl -X POST -H "Content-Type: application/json" -d "{\\"ref\\":\\"$(git -C ~/.dotfiles rev-parse HEAD)\\", \\"status\\":\\"$(git -C ~/.dotfiles diff --quiet && echo "clean" || echo "dirty")\\"}" https://192.168.1.180:5678/webhook/config-checker', } local localAppList