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
/archivefilesystem volume, SQLite tables (archive,archive_events,nostr_cursors,archive_attempts), and the background crawler worker. - Cleaned API & Telemetry: Removed
/archiveand/archive.htmlendpoints; removed Nostr relay/npub payload fromGET /statusand archive counters fromGET /metrics. - Trimmed dependencies: Removed
github.com/gorilla/websocketand Nostr Bech32 encoding utilities from the node binary. - Simplified container: Streamlined
Dockerfileanddocker-compose.ymlto focus purely on fast, reliable IPFS storage, pinning, anonymized media uploading, and gateway proxying.
Full Changelog: v1.0.1...v1.0.2