App submission: Oak Node (#60)

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
This commit is contained in:
ok300 2022-07-28 21:33:44 +02:00 committed by GitHub
parent ba5ae88fb4
commit 13bd413758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 55 additions and 0 deletions

0
oak-node/data/.gitkeep Normal file
View File

View File

@ -0,0 +1,27 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: $APP_OAK_NODE_IP
APP_PORT: $APP_OAK_NODE_PORT
web:
image: oak-node.net/oak:v0.3.1@sha256:f78f19763705dfb2237fd8a5c78f27052a848a5e56d89b3ffbcdc1edef0ba57e
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
volumes:
- $APP_LIGHTNING_NODE_DATA_DIR:/lnd-dir:ro
- ${APP_DATA_DIR}/data:/data
- ${APP_DATA_DIR}/log:/oak/log
environment:
ROCKET_PORT: $APP_OAK_NODE_PORT
ROCKET_ADDRESS: 0.0.0.0
OAK_DATA_DIR: /data
OAK_LND_REST_API_URL: https://$APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_REST_PORT
OAK_LND_MACAROON_PATH: /lnd-dir/data/chain/bitcoin/$APP_BITCOIN_NETWORK/admin.macaroon
OAK_LND_CERT_PATH: /lnd-dir/tls.cert
networks:
default:
ipv4_address: $APP_OAK_NODE_IP

2
oak-node/exports.sh Normal file
View File

@ -0,0 +1,2 @@
export APP_OAK_NODE_IP="10.21.21.105"
export APP_OAK_NODE_PORT="8100"

0
oak-node/log/.gitkeep Normal file
View File

26
oak-node/umbrel-app.yml Normal file
View File

@ -0,0 +1,26 @@
manifestVersion: 1
id: oak-node
category: Finance
name: Oak Node
version: "0.3.1"
tagline: Do more with your LND node
description: >-
Oak Node gives you Scheduled Payments. Now you can send sats to a Lightning Address on a schedule.
Support your favorite content creators every week, every day, or even every block! Up to you.
Oak Node also includes an optional bot module for more advanced users.
developer: Carlos
website: https://oak-node.net
dependencies:
- lightning
repo: https://oak-node.net
support: https://oak-node.net/forum
port: 8100
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""