Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
lub d1f8fcd28e initial permission supprt - fixes #10 il y a 7 ans
projects implement room joins - closes #14 il y a 7 ans
.gitignore initial config support il y a 7 ans
LICENSE.md add license file il y a 7 ans
README.md Added short bot credentials setup guide il y a 7 ans
commands.js Fixed handling of non-command messages - fixes #17 il y a 7 ans
config.sample.yaml add databse to config.sample.yaml il y a 7 ans
dbtools.js initial permission supprt - fixes #10 il y a 7 ans
index.js initial permission supprt - fixes #10 il y a 7 ans
package.json add sqlite3 dependency il y a 7 ans
permissions.js initial permission supprt - fixes #10 il y a 7 ans
remoteExec.js make config global with global.config il y a 7 ans

README.md

Heimdall

Description

Heimdall is a matrix bot supposed to control and manage services and containers by simple text commands. It is a convenience tool for the own self-hosting empire.

Setup the bot credentials

  1. Create or get access to a matrix account to use as the bot.
  2. Acquire the access token and user id. You can do this in riot by going into the settings and scrolling down to the very end.
  3. Copy config.sample.yaml and name the copy config.yaml.
  4. Replace the placeholder values with your own:
    • Replace the baseurl value with the base url of your home server (e.g. https://example.org).
    • Replace the access token with your own.
    • Replace the user id with your own.