2026-04-21 06:50:14 +02:00
2026-04-21 06:50:14 +02:00
2026-04-21 06:00:03 +02:00
2026-04-21 06:00:03 +02:00
2026-04-21 06:07:18 +02:00
2026-04-21 06:00:03 +02:00
2026-04-21 06:37:19 +02:00
2026-04-21 06:15:10 +02:00
2026-04-21 06:15:10 +02:00
2026-04-21 06:23:08 +02:00
2026-04-21 06:37:19 +02:00
2026-04-21 06:20:16 +02:00
2026-04-21 06:20:16 +02:00
2026-04-21 06:00:03 +02:00
2026-04-21 06:05:38 +02:00
2026-04-21 06:02:31 +02:00
2026-04-21 06:15:10 +02:00

pastebin

Go Version Docker Image

A minimalist, high-performance paste service written in Go.

Deployment

Docker Compose

services:
  pastebin:
    image: ghcr.io/skidoodle/pastebin:latest
    container_name: pastebin
    restart: unless-stopped
    ports:
      - "3000:3000"
    volumes:
      - ./data:/data

Manual Installation

Requires Go 1.25 or higher.

go build -o pastebin .
./pastebin -addr :3000 -db-path pastebin.db

Configuration

Flag Description Default
-addr Socket address to bind to. :3000
-db-path Path to the BoltDB database file. pastebin.db
-max-size Maximum allowed paste size in bytes. 10485760
-ttl Time to live for pastes before expiration. 168h0m0s

License

This project is licensed under the Zero-Clause BSD.

S
Description
No description provided
Readme 0BSD 216 KiB
Languages
Go 73.7%
CSS 11.8%
JavaScript 6.2%
HTML 5.8%
Just 1.5%
Other 1%