Zusam

Build a private social hub for friends and family. Share messages, upload videos, create photo albums, and generate rich link previews on a secure server.

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:

  • Rich media sharing: Easily upload videos and images directly to your private feed.
  • Organized photo albums: Group your favorite memories into dedicated albums for easy browsing.
  • Embedded content: Automatically generate rich previews for links and embed content from platforms like YouTube, Vimeo, Imgur, and SoundCloud.
  • Selective public sharing: Generate secure public links for specific messages when you need to share outside your private group.
  • Low server footprint: Run the platform efficiently on minimal hardware requirements.

Directory Structure

zusam
data
.env
docker-compose.yml

docker-compose.yml

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.com

.env

ZUSAM_SECRET_KEY=your_super_secret_random_string_here

Share:

Ad
Favicon

 

  
 

Similar to Zusam

Favicon

 

  
  
Favicon

 

  
  
Favicon