feat(dgn-notify): use nfty-sh to push notification #443
No reviewers
Labels
No labels
awaiting
awaiting-author
awaiting
awaiting-reviewer
bot
deployed
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/infrastructure#443
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ntfy-monitoring"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
need to generate a real secret, not an empty one
a4bf16a309
tocba0b7a4cc
cba0b7a4cc
to31f75adef6
f13f2f37c2
to891517cf38
891517cf38
todc6a6b88c0
dc6a6b88c0
to3b3b61d795
3b3b61d795
toea45d0b09c
ea45d0b09c
to7d917bbc30
7d917bbc30
to26255ca0f5
a168945f4d
toec050d0323
Waiting for https://git.hubrecht.ovh/hubrecht/nix-modules/pulls/4
b96c32ff6a
to125c59b7f8
58e6107a7d
to43243b07c5
43243b07c5
toee8437747f
ee8437747f
tob96b2d7917
b96b2d7917
toc39533f7d6
c39533f7d6
to69141b8903
WIP: feat(dgn-notify): use nfty-sh to push notificationto feat(dgn-notify): use nfty-sh to push notificationfeat(dgn-notify): use nfty-sh to push notificationto WIP: feat(dgn-notify): use nfty-sh to push notificationOn a besoin de nixos-25.05 sur web01 pour avoir ça
69141b8903
to94d09a76ec
94d09a76ec
tod18eb93e20
WIP: feat(dgn-notify): use nfty-sh to push notificationto feat(dgn-notify): use nfty-sh to push notificationb4eec6f560
to02f19e6f64
@ -12,0 +34,4 @@
if meta.nodes."web01".nixpkgs.version == "25.05" then
throw "This overlay should be removed"
else
[ (_: _: { inherit (nixpkgs.nixos."25.05") ntfy-sh replaceVarsWith; }) ];
Un peu cursed, on utilise directement nixpkgs.nixos."25.05" en général
@ -66,2 +67,4 @@
$(systemctl status --full "$1")
ERRMAIL
${getExe pkgs.jq} \
Imo il faut rendre
systemd-notify
plus versatile pour avoir unemail@%i
et unntfy-sh@%i
de sorte que si l'envoi du mail fail, on ait la notif#505
@ -0,0 +46,4 @@
src = ./ntfy-acl.py;
name = "ntfy-acl";
dir = "bin";
isExecutable = true;
Si tu es très motivé tu peux mettre un static analyser mais c'est vraiment du nit pick x1000
fdc80e65d4
to57d644f455
57d644f455
to5727961b0d
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.