Create a truly private space for your friends and family with a lightweight, self-hosted social platform. Designed to replace privacy-invasive social networks, this tool provides a secure environment where you control the data and the server. It features a responsive, mobile-friendly web application backed by a robust REST API, ensuring smooth access across all your devices.
Key features include:
services:
zusam:
image: zusam/zusam:latest
container_name: zusam
restart: unless-stopped
ports:
- "4000:4000"
volumes:
- ./data:/app/data
environment:
- ZUSAM_SECRET_KEY=${ZUSAM_SECRET_KEY}
# Optional: Define the base URL if running behind a reverse proxy
# - ZUSAM_BASE_URL=https://your-domain.comZUSAM_SECRET_KEY=your_super_secret_random_string_hereAuto-fetched about 23 hours ago
Auto-fetched about 23 hours ago