mirror of
https://github.com/acaloiaro/camply-searches
synced 2026-07-21 18:29:12 +00:00
feat: change to ntfy for notifications
This commit is contained in:
parent
05acbc696e
commit
525a083a8d
2 changed files with 2 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
FROM juftin/camply:0.32.9
|
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"]
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,7 @@ job "alice_lake_2025" {
|
||||||
|
|
||||||
template {
|
template {
|
||||||
data = <<EOF
|
data = <<EOF
|
||||||
{{ with nomadVar "nomad/jobs" }}PUSHOVER_PUSH_USER={{ .PUSHOVER_PUSH_USER }}
|
NTFY_TOPIC=adriano-camply
|
||||||
PUSHOVER_PUSH_TOKEN={{ .PUSHOVER_PUSH_TOKEN}}{{ end }}
|
|
||||||
EOF
|
EOF
|
||||||
destination = "local/env"
|
destination = "local/env"
|
||||||
env = true
|
env = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue