Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 817 Bytes

setup_simple_notifier.md

File metadata and controls

31 lines (24 loc) · 817 Bytes

Setup de SimpleNotifier

VM LOCAL & PUBLIC

Soft que j'ai créé moi même pour simplifier l'envoi de notifications sur Discord.

Setup de SimpleNotifier

En tant qu'utilisateur root, on télécharge la dernière release présente sur le Github et on la met dans le bon dossier en ajoutant les droits

$ wget https://github.com/oxodao/simple-notifier/XXXXXXXXXXXX
$ mv sn-vX.X.X-linux-amd64 /usr/bin/sn
$ chmod +x /usr/bin/sn

Puis on ajoute la config: /etc/simple_notifier.yaml

locations:
  main_bot:
    type: discord
    bot_name: 'Backup bot'
    webhook: 'URL DE WEBHOOK DE DISCORD'

Enfin on test que ça marche bien:

$ sn -l main_bot -m "Test message"

Page précédente / Page suivante