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.
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# No sensitive credentials required for the default SQLite configuration.
# If using PostgreSQL, you would define DATABASE_URL here.Auto-fetched about 12 hours ago
Auto-fetched about 12 hours ago