From 1d6d54e9a48e1b7ff6f8a03deb5598b424129700 Mon Sep 17 00:00:00 2001 From: AaronDewes Date: Sun, 15 May 2022 15:16:52 +0000 Subject: [PATCH] Add ringtools --- apps/ringtools/app.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 apps/ringtools/app.yml diff --git a/apps/ringtools/app.yml b/apps/ringtools/app.yml new file mode 100644 index 0000000..5cf4ced --- /dev/null +++ b/apps/ringtools/app.yml @@ -0,0 +1,33 @@ +# SPDX-FileCopyrightText: Citadel and contributors +# +# SPDX-License-Identifier: AGPL-3.0-only + +# yaml-language-server: $schema=../../app-standard-v3.yml + +version: 3 +metadata: + category: Lightning Node Management + name: Ringtools + version: 0.0.1 + tagline: Build your Ring of Fire + description: Ringtools is a set of tools which help to set up and manage Rings of Fire, a concept of Bitcoin Lightning Networks. + developers: + Djuri Baars: https://rof.tools/ + dependencies: + - lnd + repo: https://github.com/ringtools/ringtools-server-ts + support: https://t.me/ringtools_support + gallery: + - 1.jpg + - 2.jpg + - 3.jpg + defaultPassword: $APP_SEED +containers: + - name: main + image: ghcr.io/runcitadel/ringtools:main@sha256:9dca53ae92b962299bd26fe7855d7cc3810975fc42d8c3039ea256404811813d + environment: + PORT: $APP_RINGTOOLS_MAIN_PORT + LND_REST_API_WS: wss://$LND_IP:$LND_REST_PORT + LND_REST_API: https://$LND_IP:$LND_REST_PORT + MACAROON_FILE: /lnd/data/chain/bitcoin/$BITCOIN_NETWORK/readonly.macaroon + TLS_CERT_FILE: /lnd/tls.cert