Find a file
Ari Archer bf7a6856d9
make the toggle command !st
Signed-off-by: Ari Archer <ari@ari.lt>
2024-05-21 06:02:05 +03:00
.clang-format init 2024-04-29 23:01:45 +03:00
.editorconfig init 2024-04-29 23:01:45 +03:00
.eslintrc.js init 2024-04-29 23:01:45 +03:00
.gitignore init 2024-04-29 23:01:45 +03:00
config.example.mjs init 2024-04-29 23:01:45 +03:00
docker-compose.yml init 2024-04-29 23:01:45 +03:00
Dockerfile init 2024-04-29 23:01:45 +03:00
index.mjs make the toggle command !st 2024-05-21 06:02:05 +03:00
LICENSE init 2024-04-29 23:01:45 +03:00
package-lock.json init 2024-04-29 23:01:45 +03:00
package.json init 2024-04-29 23:01:45 +03:00
README.md Fix the deployment instructions (#1) 2024-04-30 18:17:07 +03:00

SSH(-Chat) bot

A matrix bot to bridge https://ssh.chat/ :)

Join us at #root:ari.lt

Running

cp config.example.mjs config.mjs
editor config.mjs  # Configure it
docker-compose build --no-cache
docker-compose up -d