Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Tento repozitář je archivovaný. Můžete prohlížet soubory, klonovat, ale nemůžete nahrávat a vytvářet nové úkoly a požadavky na natažení.
 
lub d1f8fcd28e initial permission supprt - fixes #10 před 7 roky
projects implement room joins - closes #14 před 7 roky
.gitignore initial config support před 7 roky
LICENSE.md add license file před 7 roky
README.md Added short bot credentials setup guide před 7 roky
commands.js Fixed handling of non-command messages - fixes #17 před 7 roky
config.sample.yaml add databse to config.sample.yaml před 7 roky
dbtools.js initial permission supprt - fixes #10 před 7 roky
index.js initial permission supprt - fixes #10 před 7 roky
package.json add sqlite3 dependency před 7 roky
permissions.js initial permission supprt - fixes #10 před 7 roky
remoteExec.js make config global with global.config před 7 roky

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.