From 815635a973ed3036ded3f6c3f2d2cc4c3f3f19b9 Mon Sep 17 00:00:00 2001 From: poslop Date: Wed, 9 Sep 2026 23:42:06 +0000 Subject: [PATCH] Update README.md --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9963ee9..8f11c1e 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,17 @@ # Palette 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 -- Paste cans — bundle notes, text, and files into one shareable page, with password/expiry/custom-slug parity and a `can` badge in listings -- Password lock — protect individual pastes with a password -- Custom expiry — from 1 minute up to 1 year, or never -- Burn after N reads — a paste that vanishes after a chosen number of reads -- Custom URLs — reserve `/my-snippet` instead of a random slug +- Multiple files in one paste +- Password protected pastes +- Expir after a specified time +- Burn after a number of views +- Custom URLs - Syntax highlighting with language auto-detection (go-enry) -- Rate limiting on create and unlock -- 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 +- Local cookie based submission history ## Screenshots