Fix wiki docs accuracy (#110) #111
@@ -1,20 +1,17 @@
|
|||||||
# Palette
|
# Palette
|
||||||
|
|
||||||
Palette is a fast, self-hosted pastebin. One Go binary, a SQLite database, and
|
Palette is a fast, self-hosted pastebin. One Go binary, a SQLite database, and
|
||||||
a web UI for sharing code and text with links that expire on your terms.
|
a web UI for sharing text and small files
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Paste cans — bundle notes, text, and files into one shareable page, with password/expiry/custom-slug parity and a `can` badge in listings
|
- Multiple files in one paste
|
||||||
- Password lock — protect individual pastes with a password
|
- Password protected pastes
|
||||||
- Custom expiry — from 1 minute up to 1 year, or never
|
- Expir after a specified time
|
||||||
- Burn after N reads — a paste that vanishes after a chosen number of reads
|
- Burn after a number of views
|
||||||
- Custom URLs — reserve `/my-snippet` instead of a random slug
|
- Custom URLs
|
||||||
- Syntax highlighting with language auto-detection (go-enry)
|
- Syntax highlighting with language auto-detection (go-enry)
|
||||||
- Rate limiting on create and unlock
|
- Local cookie based submission history
|
||||||
- Saved page — see and manage everything created from your browser
|
|
||||||
- API-first — every UI action is also a plain HTTP call
|
|
||||||
- Single binary — templates and assets are embedded; no external deps
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user