Favicon of PushBits

PushBits

Route push notifications through a simple web API directly to your Matrix client. Enjoy a highly secure, minimalistic alternative to dedicated alert apps.

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.

Directory Structure

pushbits
data
.env
docker-compose.yml

docker-compose.yml

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:/data

.env

ADMIN_NAME=admin
ADMIN_PASSWORD=your_secure_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to PushBits

Favicon

 

  
  
Favicon

 

  
  
Favicon