Error loading plugin twofactorgoogleauth
Error: Class "dokuwiki\plugin\twofactor\Provider" not found
More info is available in the error log.

Linux-Chatbot

Der Linux-Chatbot ist ein kleiner Helfer, welchen ich für Push-Notifications auf entfernten Linux-Geräten nutze.

#! /bin/bash
 
wget --output-document="/tmp/install-and-configure-chatbot-sendxmpp-jabber.sh" https://neuhaus-it.de/chatbot \
&& chmod a+x "/tmp/install-and-configure-chatbot-sendxmpp-jabber.sh" \
&& /tmp/install-and-configure-chatbot-sendxmpp-jabber.sh

Hinweis: Der Chatbot muss separat je Konto (also ggf. auch für root) konfiguriert werden.

  • linux-chatbot.txt
  • Zuletzt geändert: 20.10.2022
  • von Till Neuhaus