apps
This commit is contained in:
+27
-14
@@ -5,10 +5,13 @@ This directory contains all prepackaged containerized applications for Archipela
|
||||
## App Overview
|
||||
|
||||
### Bitcoin & Lightning
|
||||
- **bitcoin-core**: Full Bitcoin node (ports: 8332, 8333)
|
||||
- **bitcoin-core**: Full Bitcoin node (ports: 8332, 8333) - v24.0.0
|
||||
- **lnd**: Lightning Network Daemon (ports: 9735, 10009, 8080)
|
||||
- **core-lightning**: Core Lightning implementation (ports: 9736, 9835)
|
||||
- **btcpay-server**: Bitcoin payment processor (ports: 80, 443)
|
||||
- **lightning-stack**: Complete Lightning implementation (ports: 9737, 10010, 8087) - v0.12.0
|
||||
- **btcpay-server**: Bitcoin payment processor (ports: 80, 443) - v1.12.0
|
||||
- **mempool**: Blockchain explorer (port: 4080) - v2.5.0
|
||||
- **fedimint**: Federated Bitcoin minting (ports: 8173, 8174) - v0.3.0
|
||||
|
||||
### Nostr Relays
|
||||
- **nostr-rs-relay**: High-performance Rust relay (port: 8081)
|
||||
@@ -18,6 +21,18 @@ This directory contains all prepackaged containerized applications for Archipela
|
||||
- **web5-dwn**: Decentralized Web Node (port: 3000)
|
||||
- **did-wallet**: Web5 DID Wallet (port: 8083)
|
||||
|
||||
### Self-Hosted Services
|
||||
- **home-assistant**: Home automation (port: 8123) - v2024.1.0
|
||||
- **grafana**: Monitoring and dashboards (port: 3001) - v10.2.0
|
||||
- **ollama**: Local AI models (port: 11434) - v0.1.0
|
||||
- **searxng**: Privacy search engine (port: 8888) - v2024.1.0
|
||||
- **onlyoffice**: Office suite (port: 8088) - v7.5.0
|
||||
- **penpot**: Design platform (port: 8089) - v2.0.0
|
||||
|
||||
### Custom Applications
|
||||
- **endurain**: Application platform (port: 8085) - v1.0.0
|
||||
- **morphos-server**: MorphOS server (port: 8086) - v1.0.0
|
||||
|
||||
### Mesh Networking
|
||||
- **router**: Mesh routing and network management (ports: 8084, 5353, 1900)
|
||||
- **meshtastic**: LoRa mesh networking (ports: 4403, 1883)
|
||||
@@ -26,18 +41,16 @@ This directory contains all prepackaged containerized applications for Archipela
|
||||
|
||||
All apps use unique base ports. In development mode, ports are offset by 10000 (configurable).
|
||||
|
||||
| App | Base Ports | Dev Ports (offset +10000) |
|
||||
|-----|------------|---------------------------|
|
||||
| bitcoin-core | 8332, 8333 | 18332, 18333 |
|
||||
| lnd | 9735, 10009, 8080 | 19735, 20009, 18080 |
|
||||
| core-lightning | 9736, 9835 | 19736, 19835 |
|
||||
| btcpay-server | 80, 443 | 10080, 10443 |
|
||||
| nostr-rs-relay | 8081 | 18081 |
|
||||
| strfry | 8082 | 18082 |
|
||||
| did-wallet | 8083 | 18083 |
|
||||
| router | 8084, 5353, 1900 | 18084, 15353, 11900 |
|
||||
| web5-dwn | 3000 | 13000 |
|
||||
| meshtastic | 4403, 1883 | 14403, 11883 |
|
||||
See [PORTS.md](./PORTS.md) for complete port mapping.
|
||||
|
||||
Key apps:
|
||||
- **bitcoin-core**: 8332, 8333 → 18332, 18333
|
||||
- **btcpay-server**: 80, 443 → 10080, 10443
|
||||
- **home-assistant**: 8123 → 18123
|
||||
- **grafana**: 3001 → 13001
|
||||
- **mempool**: 4080 → 14080
|
||||
- **ollama**: 11434 → 21434
|
||||
- **lightning-stack**: 9737, 10010, 8087 → 19737, 20010, 18087
|
||||
|
||||
## Building Apps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user