•  

CORE LIGHTNING - 3 Ride The Lightning

0
0
Ride The Lightning Github:
https://github.com/Ride-The-Lightning

Web Server NGINX reverse-proxy configuration:
https://bitcointv.com/w/gmedeEXmMPidgRTd4uW3hi?start=2m48s

-----

## Fix npm permission issue:
mkdir ~/.npm-global
npm config set prefix '~/.npm-global'
export PATH="$HOME/.npm-global/bin:$PATH" ### Append to ~/.profile
source ~/.profile

## Fix dependencies issues when building RTL:
npm install --only-prod --legacy-peer-deps

### Create self-signed SSL certificate:
openssl req -x509 -newkey rsa:4096 -days 365 -keyout /etc/ssl/private/nginx.key -out /etc/ssl/certs/nginx.crt -nodes -subj "/CN=localhost"

### NGINX config file for reverse-proxy:
user www-data;
worker_processes 1;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;

events {
worker_connections 768;
}

stream {
ssl_certificate /etc/ssl/certs/nginx.crt;
ssl_certificate_key /etc/ssl/private/nginx.key;
ssl_session_cache shared:SSL:1m;
ssl_session_timeout 4h;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on;

include /etc/nginx/streams-enabled/*.conf;

}

### NGINX RTL reverse-proxy:
upstream rtl {
server 127.0.0.1:3000;
}
server {
listen 3002 ssl;
proxy_pass rtl;
}

### C-LIGHTNING-REST API Server configuration file:
{
"PORT": 3001,
"DOCPORT": 4001,
"PROTOCOL": "https",
"EXECMODE": "production",
"RPCCOMMANDS": ["*"],
"DOMAIN": "localhost"
}

### Ride The Lightning configuration file:
{
"multiPass": "my-random-password",
"port": "3000",
"defaultNodeIndex": 1,
"SSO": {
"rtlSSO": 0,
"rtlCookiePath": "",
"logoutRedirectLink": ""
},
"nodes": [
{
"index": 1,
"lnNode": "my-cln-node",
"lnImplementation": "CLN",
"Authentication": {
"macaroonPath": "/path/to/my/home/c-lightning-REST-X.X.X/certs",
"configPath": "/path/to/my/home/.lightning/config"
},
"Settings": {
"userPersona": "OPERATOR",
"themeMode": "NIGHT",
"themeColor": "PURPLE",
"channelBackupPath": "path/to/my/backup/folder",
"logLevel": "ERROR",
"lnServerUrl": "https://localhost:3001",
"fiatConversion": false
}
}
]
}

-----
bc1qny4am3clu0gcsq3hvja4vcdhwd529hgmnlavfh
No comments yet...
Log in to comment
0 0 0
2024-02-08

Self-Hosted SimpleX Chat

00:55 PART 1 - Building SimpleX From Source 07:23 PART 2 - Configuring the SMP & XFTP Servers 16:07 …
0 0 0
2023-10-07

LINUX TUTORING

Don´t even know how or where to install Linux? That's OK. Absolute beginners welcome! Contact: 402P…
0 0 0
2023-09-14

Keet Peer as Data Relay

02:13 PART 1 - Preparing The Raspberry Pi 09:38 PART 2 - Install Keet 16:32 PART 3 - Remote Access …
0 0 0
2023-08-12

SOCKS5 Proxies

12:08 PART 1 - VPS SETUP 13:50 PART 2 - INSTALL DANTE 18:41 PART 3 - CLIENT AUTHENTICATION 21:12 PAR…
0 0 0
2023-07-28

Tor Snowflake Proxy

1:24 PART 1 - Server Setup 3:42 PART 2 - Snowflake Proxy Snowflake https://snowflake.torproject.org…
0 0 0
2023-07-22

Shadowsocks

01:45 PART 1 - Server Setup 03:37 PART 2 - Cliet Setup 04:50 PART 3 - Firefox & Tor Browser 09:30 PA…

402 Payment Required

Security. Privacy. Digital self-sovereignty. Bitcoin. Don't trust. Verify. A786 CA10 5A72 50D7 96BF…

Log in to Follow

More episodes from 402 Payment Required

Top Podcasts Top rated Podcasts