ssh-bot/README.md
2024-04-30 18:17:07 +03:00

14 lines
269 B
Markdown

# SSH(-Chat) bot
> A matrix bot to bridge <https://ssh.chat/> :)
Join us at [#root:ari.lt](https://matrix.to/#/#root:ari.lt)
# Running
```sh
cp config.example.mjs config.mjs
editor config.mjs # Configure it
docker-compose build --no-cache
docker-compose up -d
```