Dorian 7a05e11834 Refactor Indeehub integration and enhance deployment documentation
- Updated Indeehub references throughout the codebase, changing the name from "IndeedHub" to "Indeehub" for consistency.
- Implemented a virtual app structure for Indeehub, allowing it to open an external URL without requiring a container.
- Enhanced deployment scripts and documentation to clarify SSH access and password management for Indeehub.
- Improved error handling and retry logic in various components to ensure better user experience during onboarding and app interactions.
- Updated CSS for visual enhancements and added new buttons for improved navigation in the AppLauncherOverlay.
2026-03-01 17:53:18 +00:00
..
2026-01-24 23:18:24 +00:00
2026-01-24 23:18:24 +00:00
2026-01-24 23:18:24 +00:00
2026-01-28 00:47:00 +00:00
2026-01-28 00:47:00 +00:00
2026-01-24 23:18:24 +00:00
2026-01-24 23:18:24 +00:00
2026-01-24 23:18:24 +00:00
2026-01-24 23:18:24 +00:00
2026-01-24 23:18:24 +00:00
2026-01-24 23:18:24 +00:00
2026-01-28 00:47:00 +00:00
2026-01-24 23:18:24 +00:00
2026-01-24 23:20:54 +00:00
2026-01-24 23:20:54 +00:00
2026-01-24 23:20:54 +00:00
2026-01-28 00:47:00 +00:00
2026-01-24 23:20:54 +00:00
2026-01-24 23:18:24 +00:00
2026-01-28 00:47:00 +00:00
2026-01-24 23:18:24 +00:00
2026-01-24 23:20:54 +00:00
2026-01-24 23:20:54 +00:00
2026-01-24 23:18:24 +00:00
2026-01-24 23:20:54 +00:00

Archipelago App Manifests

This directory contains app manifest definitions for containerized applications in the Archipelago Bitcoin Node OS.

App Categories

Bitcoin & Lightning

  • bitcoin-core/ - Bitcoin Core full node (v24.0.0)
  • lnd/ - Lightning Network Daemon
  • core-lightning/ - Core Lightning (CLN)
  • lightning-stack/ - Complete Lightning implementation (v0.12.0)
  • btcpay-server/ - BTCPay Server payment processor (v1.12.0)
  • mempool/ - Mempool blockchain explorer (v2.5.0)
  • fedimint/ - Federated Bitcoin minting (v0.3.0)

Web5 & Decentralized Protocols

  • nostr-rs-relay/ - High-performance Nostr relay (Rust)
  • strfry/ - Nostr relay (C++)
  • web5-dwn/ - Decentralized Web Node
  • did-wallet/ - Web5 wallet with DID support

Self-Hosted Services

  • home-assistant/ - Home automation (v2024.1.0)
  • grafana/ - Monitoring and dashboards (v10.2.0)
  • ollama/ - Local AI models (v0.1.0)
  • searxng/ - Privacy-respecting search engine (v2024.1.0)
  • onlyoffice/ - Office suite (v7.5.0)
  • penpot/ - Design platform (v2.0.0)

Custom Applications

  • endurain/ - Endurain application platform (v1.0.0)
  • morphos-server/ - MorphOS server (v1.0.0)

Mesh Networking & Routing

  • meshtastic/ - Meshtastic LoRa mesh networking
  • router/ - Mesh routing and local network management

Manifest Format

Each app has a manifest.yml file defining:

  • Container image and version
  • Resource requirements
  • Dependencies
  • Security policies
  • Health checks
  • Network configuration

See docs/app-manifest-spec.md for the complete specification.

Quick Start

Build All Apps

./build.sh

Build Specific App

./build.sh <app-id>

Development

See DEVELOPMENT.md for development guide and QUICKSTART.md for quick start instructions.

Port Assignments

See PORTS.md for complete port mapping. All apps use unique ports and are automatically offset in development mode.