Compare commits

...

1 Commits

Author SHA1 Message Date
ddf2db90e9 fixed fucked url that isnt actually https 2026-07-02 09:01:39 +01:00

View File

@@ -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://192.168.1.180:5678/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")\\"}" http://192.168.1.180:5678/webhook/config-checker',
} }
local localAppList local localAppList