β’Ά AnarchySpace - Git Code

Code. Create. Rebel.

SOVEREIGN-NETWORK node

Matt

This stripped down version of https://github.com/SOVEREIGN-NET/The-Sovereign-Network

Created: 2025-10-20 04:05:31

πŸ”— Repository Access

HTTPS URL https://zhtp.anarchyspace.com/git_code/Matt/sovereign_network_node.git

Use the AnarchySpace token system or browser-based pushes.

SSH URL ssh://Matt@anarchyspace.com:22/var/www/html/git_code/Matt/sovereign_network_node.git

Quick login: ssh Matt@anarchyspace.com -p 22 (restricted to /var/www/html/git_code)

Use your AnarchySpace password. Contributors can push updates to other repos, but only the creator can delete or remove them.

Repo created 2025-10-20 05:59:41

πŸ“˜ Repository README

# Sovereign Network Node (AnarchySpace VPS Edition)

This repository contains the ZHTP node running on AnarchySpace VPS infrastructure.
It is a lean Axum-based service tuned for production: stable identity, atomic state,
peer exchange endpoints, and Apache proxy integration. It differs from the GitHub
PC/Web4 orchestrator in scope and security posture.

Highlights
- Stable node identity persisted at `/opt/anarchy-zhtp-node/data/identity.json`
- Atomic writes for `peers.json` and `chain.json`
- Peer interconnect APIs: `GET /zhtp/peers/export`, `POST /zhtp/peers/add`
- UI proxied at `https://www.anarchyspace.com/zhtp` (Apache ProxyPass)
- Lite client for user devices: `/zhtp/downloads/zhtp-lite-client.js`

Differences vs GitHub Web4/PC version
- This edition prioritizes VPS security and operational simplicity.
- It omits heavy Web4 orchestration; focuses on continuity/federation endpoints.
- Bridges/shims run loopback-only; public port 4820 can be restricted as needed.

Deploy notes
- Systemd: `anarchy-zhtp-node.service`
- Sources: `/opt/anarchy-zhtp-node`
- UI: `/opt/anarchy-zhtp-node/webui` (proxied under /zhtp)

πŸ—‚ Repository Files

πŸ“‚ Project Snippets

No snippets uploaded yet.

πŸ’¬ Comments

No comments yet.