14 lines
269 B
Markdown
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
|
|
```
|