Send and manage push notifications securely without relying on dedicated mobile applications. This relay server utilizes a straightforward web API to route your alerts directly through Matrix, keeping your communications centralized and protected. It serves as a highly secure, minimalistic alternative to traditional notification services, ensuring your data remains private.\n\nKey Benefits:\n* No extra apps required: Receive all your system alerts and notifications directly within your existing Matrix client.\n* Strong security focus: Built from the ground up to ensure your relayed messages remain private and protected from unauthorized access.\n* Simple web API: Easily integrate automated alerts, system notifications, and custom messages with minimal configuration.\n* Lightweight architecture: Benefit from a minimalistic design that avoids unnecessary bloat while delivering fast and reliable performance.
services:
pushbits:
image: ghcr.io/pushbits/server:latest
container_name: pushbits
restart: unless-stopped
ports:
- 8080:8080
environment:
- ADMIN_NAME=${ADMIN_NAME}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
volumes:
- ./data:/dataADMIN_NAME=admin
ADMIN_PASSWORD=your_secure_passwordAuto-fetched about 20 hours ago
Auto-fetched about 20 hours ago