arc-paste

command
v0.13.0-rc9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2026 License: MIT Imports: 12 Imported by: 0

README

arc-paste

A tiny standalone binary that exposes the arc paste API and serves the embedded SvelteKit SPA. Designed for public deployment as a zero-knowledge paste service for sharing arc plan reviews.

Building

make build-paste

Produces ./bin/arc-paste.

Running

./bin/arc-paste

Starts the server on port 7433 by default.

Configuration

  • ARC_PASTE_ADDR: Listen address (default: :7433)
  • ARC_PASTE_DB: SQLite database path (default: ./arc-paste.db)

API

The binary serves:

  • /api/paste/* — Paste HTTP handlers (create, retrieve, update, delete pastes)
  • / — Embedded SPA (with index.html fallback for SPA routing)

CORS is enabled for all origins.

Docker

make docker-build
docker run -p 7433:7433 arc-paste:latest

License

See the main arc repository.

Documentation

Overview

Package main is arc-paste, a tiny standalone binary that exposes only the paste API and serves the SvelteKit SPA. Designed for public deployment as a zero-knowledge paste service for arc plan reviews.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL