Telnyx messages to ntfy notifications
Go to file
2024-09-05 09:14:09 -06:00
.env.sample feat: Telnyx webhook signature validation 2024-09-04 16:21:26 -06:00
.gitignore feat: 🚧 Add environment 2024-09-02 12:24:14 -06:00
docker-compose.override.sample refactor: 🏗️ Replace all instances of SIP with ntfy 2024-09-03 20:29:47 -06:00
docker-compose.yml style: 🎨 Added newline 2024-09-03 10:12:22 -06:00
Dockerfile fix: 👷 Fix permissions 2024-09-02 16:32:49 -06:00
index.js fix: 🚑 Broken text messages 2024-09-05 09:14:09 -06:00
LICENSE docs: 📄 Added MIT license 2024-09-02 12:25:12 -06:00
package-lock.json feat: Telnyx webhook signature validation 2024-09-04 16:21:26 -06:00
package.json feat: Telnyx webhook signature validation 2024-09-04 16:21:26 -06:00
README.md docs: 📝 Remove documetation references to matrix 2024-09-03 21:50:54 -06:00

Telnyx Ntfy

Forward SMS/MMS from Telnyx to ntfy

Configuration

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