Favicon of YABin

YABin

Share code snippets and text securely using encrypted, self-destructing links. Set expiration dates, protect with passwords, and access features via API.

Share text and code snippets securely with a minimalist, privacy-focused pastebin tool. Whether you need to send sensitive information or quickly share notes, this platform offers robust features to keep your data safe. Password encryption ensures that only intended recipients can access your pastes, adding a crucial layer of security. For highly sensitive data, utilize the burn after read feature, which automatically destroys the message once it has been viewed. You can also set specific expiration dates, giving you full control over how long your information remains accessible online. Developers can take advantage of the built-in API to integrate text sharing directly into their workflows. With a simple interface that supports quick keyboard shortcuts, saving and sharing plain text is highly efficient and secure.

Directory Structure

yabin
data
.env
docker-compose.yml

docker-compose.yml

services:
  yabin:
    image: yureien/yabin:latest
    container_name: yabin
    restart: unless-stopped
    ports:
      - "8088:8088"
    volumes:
      - ./data:/data
    environment:
      - DATABASE_URL=sqlite:///data/yabin.db
      - RUST_LOG=info

.env

# No sensitive credentials required for the default SQLite configuration.
# If using PostgreSQL, you would define DATABASE_URL here.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to YABin

Favicon

 

  
  
Favicon

 

  
  
Favicon