選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
|
8年前 | |
|---|---|---|
| projects | 8年前 | |
| .gitignore | 8年前 | |
| LICENSE.md | 8年前 | |
| README.md | 8年前 | |
| commands.js | 8年前 | |
| config.sample.yaml | 8年前 | |
| dbtools.js | 8年前 | |
| index.js | 8年前 | |
| package.json | 8年前 | |
| permissions.js | 8年前 | |
| remoteExec.js | 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
- Create or get access to a matrix account to use as the bot.
- 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.
- Copy config.sample.yaml and name the copy config.yaml.
- 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.