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
This commit is contained in:
@@ -2,7 +2,7 @@ local appList = {
|
|||||||
"wpaperd -d",
|
"wpaperd -d",
|
||||||
"syncthing -home=/home/user01/.config/syncthing -no-browser",
|
"syncthing -home=/home/user01/.config/syncthing -no-browser",
|
||||||
"gotify-desktop",
|
"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
|
local localAppList
|
||||||
|
|||||||
Reference in New Issue
Block a user