Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.
 
lub d1f8fcd28e initial permission supprt - fixes #10 pirms 7 gadiem
projects implement room joins - closes #14 pirms 7 gadiem
.gitignore initial config support pirms 7 gadiem
LICENSE.md add license file pirms 7 gadiem
README.md Added short bot credentials setup guide pirms 7 gadiem
commands.js Fixed handling of non-command messages - fixes #17 pirms 7 gadiem
config.sample.yaml add databse to config.sample.yaml pirms 7 gadiem
dbtools.js initial permission supprt - fixes #10 pirms 7 gadiem
index.js initial permission supprt - fixes #10 pirms 7 gadiem
package.json add sqlite3 dependency pirms 7 gadiem
permissions.js initial permission supprt - fixes #10 pirms 7 gadiem
remoteExec.js make config global with global.config pirms 7 gadiem

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.