Initial import

This commit is contained in:
Lucas Gabriel Vuotto 2023-12-31 15:14:19 +00:00
commit b1552cb7a8
2 changed files with 214 additions and 0 deletions

10
damntfy.conf.example Normal file
View file

@ -0,0 +1,10 @@
{
ntfy_default_topic => "alerts",
ntfy_token => "tk_s3kr1tt0k3n",
ntfy_url => "https://ntfy.example.com",
app_secrets => [
# Generate with "openssl rand -base64 33".
"t0ps3kr1t",
],
}