Favicon of Paaster

Paaster

Share code snippets securely using a privacy-first pastebin. Features include end-to-end encryption and paste history to keep your data safe and accessible.

Share and store your code snippets with complete peace of mind using a privacy-focused pastebin application. Designed for developers and teams who handle sensitive information, this platform ensures that your data remains strictly confidential from the moment you paste it.

Key features include:

  • End-to-end encryption: Protects your code so that only you and your intended recipients can read it.
  • Paste history: Easily access and manage your previously saved snippets without losing track of important work.
  • User-friendly interface: Navigate a clean, simple design that makes saving and sharing text fast and intuitive.
  • Privacy-first architecture: Built from the ground up to prioritize the security of your data over everything else.

Whether you are collaborating on a private project, storing configuration files, or sharing quick fixes, you get a reliable and secure environment for all your text-sharing needs.

Directory Structure

paaster
mongo-data
.env
docker-compose.yml

docker-compose.yml

services:
  paaster:
    image: wardpearce/paaster:latest
    container_name: paaster
    restart: unless-stopped
    ports:
      - 8000:80
    environment:
      - MONGO_URI=mongodb://mongo:27017/paaster
      - SECRET_KEY=${SECRET_KEY}
    depends_on:
      - mongo

  mongo:
    image: mongo:latest
    container_name: paaster_mongo
    restart: unless-stopped
    volumes:
      - ./mongo-data:/data/db

.env

SECRET_KEY=change_this_to_a_secure_random_string
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Paaster

Favicon

 

  
  
Favicon

 

  
  
Favicon