1.4 KiB
1.4 KiB
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 nodelnd/- Lightning Network Daemoncore-lightning/- Core Lightning (CLN)btcpay-server/- BTCPay Server payment processormempool/- Mempool blockchain explorer
Web5 & Decentralized Protocols
nostr-rs-relay/- High-performance Nostr relay (Rust)strfry/- Nostr relay (C++)web5-dwn/- Decentralized Web Nodedid-wallet/- Web5 wallet with DID support
Mesh Networking & Routing
meshtastic/- Meshtastic LoRa mesh networkingrouter/- Mesh routing and local network managementcjdns/- Encrypted mesh networking (cjdns)
Self-Hosted Services
homeassistant/- Home automationgrafana/- Monitoring and dashboardssearxng/- Privacy-respecting search engineonlyoffice/- Office suiteollama/- Local AI modelspenpot/- Design tool
Other
fedimint/- Federated e-cash mintmorphos-server/- MorphOS servera-b/- A to B protocol
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.