Welcome to algonode
Node based on docker containers running inside LXC.
flowchart TB
host(βοΈ host) -->|π host net<br />ports: 80 443 50002| traefik[π§ traefik];
traefik -->|π net traefik | portainer[π§© portainer];
traefik -->|π net traefik | lnbits[β‘ lnbits];
traefik -->|π net traefik | rtl[π rtl];
traefik -->|π net traefik | albyhub[π§° albyhub];
traefik -->|π net traefik | thunderhub[π§ thunderhub];
traefik -->|π net traefik<br />port: 50001 | electrs[π§ͺ electrs<br />10.21.<b>24</b>.9];
traefik -->|π net traefik| btc-rpc-explorer[π btc-rpc-explorer];
lnbits -->|π net bitcoin<br />10.21.<b>24</b>.0/24| lnd[π lnd<br />10.21.20.10 10.21.24.10];
rtl -->|π net bitcoin<br />10.21.<b>24</b>.0/24 | lnd;
albyhub -->|π net bitcoin<br />10.21.<b>24</b>.0/24| lnd;
thunderhub -->|π net bitcoin<br />10.21.<b>24</b>.0/24| lnd;
thunderhub -->|π net tor<br />10.21.<b>22</b>.0/24| tor;
lnd -->|π net bitcoin<br />10.21.<b>24</b>.0/24| bitcoind[10.21.24.8<br />βΏ bitcoind<br />10.21.22.8 10.21.<b>23</b>.8];
electrs -->|π net bitcoin<br />10.21.<b>24</b>.0/24| bitcoind;
btc-rpc-explorer -->|π net bitcoin<br />10.21.<b>24</b>.0/24| bitcoind;
btc-rpc-explorer -->|π net bitcoin<br />10.21.<b>24</b>.0/24| electrs;
bitcoind -->|π net tor<br />10.21.<b>22</b>.0/24| tor[π§
tor<br />10.21.22.2];
bitcoind -->|π net i2pd<br />10.21.<b>23</b>.0/24| i2pd[πΈοΈ i2pd<br />10.21.23.2];
subgraph lnd.yml
direction TB
lnd
lnd -->|net lnd-tor<br />10.21.<b>20<b>.0/24| lnd-tor[10.21.20.3<br />π§
lnd-tor];
end
subgraph tor-i2pd.yml
direction LR
tor-watchdog[π‘οΈ tor-watchdog<br />10.21.22.3] --> tor
i2pd
end
lnd-tor <-->|π host net| internet(βοΈ internet);
tor <-->|π host net| internet;
i2pd -->|π host net| internet;
click bitcoind href "./bitcoind/"
click btc-rpc-explorer href "./btc-rpc-explorer/"
click electrs href "./electrs/"
click tor href "./tor/"
click rtl href "./rtl/"
click thunderhub href "./thunderhub/"
click lnd href "./lightning/"
click lnbits href "./lnbits/"