refactor(rust): Rewrite everything in rust

This commit is contained in:
Félix MARQUET
2025-06-12 19:40:54 +02:00
parent 1430d39b5c
commit d2ba0e510a
20 changed files with 1543 additions and 1147 deletions

View File

@@ -6,5 +6,5 @@ echo -n "$USERNAME:$PASSWORD" | base64 > /auth.txt
# Démarrer nginx en arrière-plan
nginx -g 'daemon off;' &
# Exécute le script Python
exec python ./ntfy.py
# Exécute l'application Rust
exec /usr/local/bin/github-ntfy