You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Peery 8a38753413 Added commands.js and editDistance function
Created commands.js for command related functions. Also
added edit distance calculation for error correction.
преди 8 години
.gitignore initial config support преди 8 години
LICENSE.md add license file преди 8 години
README.md Added short bot credentials setup guide преди 8 години
commands.js Added commands.js and editDistance function преди 8 години
config.sample.yaml create matrix config subsection преди 8 години
index.js remove missing semicolons cause lub messed up преди 8 години
package.json initial ssh support - closes #5 преди 8 години
rebuild.sh add placeholder notice to rebuild.sh преди 8 години

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.