mirror of
https://github.com/BreizhHardware/ntfy_alerts.git
synced 2026-01-18 16:37:28 +01:00
refactor(rust): Rewrite everything in rust
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user