Skip to content

1.0.2 — Lightweight standalone node (Nostr offloaded)

Latest

Choose a tag to compare

@besoeasy besoeasy released this 27 Aug 19:56
· 1 commit to main since this release

Originless 1.0.2

Lightweight standalone node

  • Nostr integration offloaded: In-node Nostr scraping and mirroring has been removed and moved to the dedicated nostr-backup integration.
  • Removed internal archiver: Removed /archive filesystem volume, SQLite tables (archive, archive_events, nostr_cursors, archive_attempts), and the background crawler worker.
  • Cleaned API & Telemetry: Removed /archive and /archive.html endpoints; removed Nostr relay/npub payload from GET /status and archive counters from GET /metrics.
  • Trimmed dependencies: Removed github.com/gorilla/websocket and Nostr Bech32 encoding utilities from the node binary.
  • Simplified container: Streamlined Dockerfile and docker-compose.yml to focus purely on fast, reliable IPFS storage, pinning, anonymized media uploading, and gateway proxying.

Full Changelog: v1.0.1...v1.0.2