# Deploy Spacebin with Easypanel

URL: /templates/spacebin

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.

## Configuration

- `appServiceName` (App Service Name, required): spacebin

- `appServiceImage` (App Service Image, required): spacebinorg/spirit:v1.1.1

## Services

- spacebin: app (spacebinorg/spirit:v1.1.1)

- spacebin-db: postgres

## Resources

- [Website](https://spaceb.in/)

- [Documentation](https://github.com/lukewhrit/spacebin#documentation)

- [Github](https://github.com/lukewhrit/spacebin)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/spacebin)