initial commit
Some checks failed
Build Go Project / build (push) Failing after 1m31s

This commit is contained in:
Thies Mueller
2024-11-04 16:50:20 +01:00
parent f6f6d0f75e
commit 3943edd52a
5 changed files with 182 additions and 0 deletions

5
config.json.example Normal file
View File

@@ -0,0 +1,5 @@
{
"ntfy_server": "https://ntfy.sh",
"access_token": "your_token",
"channel": "your_channel"
}