feat: change to ntfy for notifications

This commit is contained in:
Adriano Caloiaro 2025-07-26 15:43:38 -07:00
parent 05acbc696e
commit 525a083a8d
No known key found for this signature in database
GPG key ID: C2BC56DE73CE3F75
2 changed files with 2 additions and 3 deletions

View file

@ -1,3 +1,3 @@
FROM juftin/camply:0.32.9
CMD ["camply", "--provider", "GoingToCamp", "campsites", "--start-date", "2025-08-27", "--end-date", "2025-09-01", "--equipment", "trailer 25", "--continuous", "--rec-area", "12", "--campground", "-2147483647", "--notifications", "pushover"]
CMD ["camply", "--provider", "GoingToCamp", "campsites", "--start-date", "2025-08-27", "--end-date", "2025-09-01", "--equipment", "trailer 25", "--continuous", "--rec-area", "12", "--campground", "-2147483647", "--notifications", "ntfy"]

View file

@ -29,8 +29,7 @@ job "alice_lake_2025" {
template {
data = <<EOF
{{ with nomadVar "nomad/jobs" }}PUSHOVER_PUSH_USER={{ .PUSHOVER_PUSH_USER }}
PUSHOVER_PUSH_TOKEN={{ .PUSHOVER_PUSH_TOKEN}}{{ end }}
NTFY_TOPIC=adriano-camply
EOF
destination = "local/env"
env = true