Bridge for Telnyx SMS/MMS to/from Matrix
Go to file
2024-09-02 17:05:41 -06:00
.env.sample refactor: 🚧 Added basic functionality 2024-09-02 16:16:03 -06:00
.gitignore feat: 🚧 Add environment 2024-09-02 12:24:14 -06:00
docker-compose.override.sample feat: 🚧 Dockerized 2024-09-02 12:24:43 -06:00
docker-compose.yml feat: 🚧 Dockerized 2024-09-02 12:24:43 -06:00
Dockerfile fix: 👷 Fix permissions 2024-09-02 16:32:49 -06:00
index.js fix: 💚 Make package a module 2024-09-02 16:42:28 -06:00
LICENSE docs: 📄 Added MIT license 2024-09-02 12:25:12 -06:00
package-lock.json build: ⬇️ Remove orphaned dep 2024-09-02 17:00:39 -06:00
package.json style: ⚰️ No need for test 2024-09-02 17:05:41 -06:00
README.md docs: 📝 Added README 2024-09-02 12:25:30 -06:00

Telnyx-Matrix bridge

Forward SMS/MMS from Telnyx to Matrix and forward matrix messages to SMS/MMS through Telnyx

Configuration

cp docker-compose.override.sample docker-compose.override.yml
cp .env.sample .env
$EDITOR .env
$EDITOR docker-compose.override.yml