Spacebin
1-Click installation template for Spacebin on Easypanel
Description
Spacebin is a modern, fast, and reliable pastebin server implemented in Go. Text sharing for the final frontier with features like syntax highlighting, password-protected encrypted pastes, configurable expiration, QR codes, reader view mode, and full API support. 99% self-contained requiring only a database to run, making it perfect for self-hosting.
Benefits
- Modern & Reliable: Built in Go for performance and reliability, avoiding common problems of many pastebin servers. 99% self-contained requiring only a database to run.
- JavaScript-Free UI: Modern user interface that works perfectly without JavaScript, while still providing syntax highlighting and advanced features when JS is enabled.
- Highly Configurable: Extensive configuration options including rate limiting, expiration settings, custom document sizes, authentication, and multiple database support (SQLite, MySQL, PostgreSQL).
Features
- Text & Code Sharing: Upload raw text and code with syntax highlighting for popular languages. Support for custom named documents, phrase and random string identifiers.
- Security & Privacy: Password-protected encrypted pastes, configurable rate limiting, basic auth for private instances, and configurable document expiration.
- Advanced Features: QR code generation for easy sharing, reader view mode with markdown formatting, paste collections, and comprehensive REST API for automation.
- Database Flexibility: Support for SQLite, MySQL, and PostgreSQL databases. Easy deployment with Docker or manual installation with configurable connection strings.
Links
Options
Name | Description | Required | Default Value |
---|---|---|---|
App Service Name | - | yes | spacebin |
App Service Image | - | yes | spacebinorg/spirit:v1.0.3 |
Screenshots
Change Log
- 2025-06-12 – First Release