2021-10-12 20:46:35 +00:00
|
|
|
# SPDX-FileCopyrightText: Gonzalo Aune
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
# yaml-language-server: $schema=../../app-standard-v1.json
|
|
|
|
|
|
|
|
version: 1
|
|
|
|
|
|
|
|
metadata:
|
|
|
|
category: Social
|
|
|
|
name: Sphinx Relay
|
2021-11-27 18:47:39 +00:00
|
|
|
version: 2.2.3
|
2021-10-12 20:46:35 +00:00
|
|
|
tagline: Chat and pay over the Lightning Network
|
|
|
|
description: 'Sphinx Relay turns your Lightning node into a personal communication
|
|
|
|
server. Messages are end-to-end encrypted and transmitted over the Bitcoin Lightning
|
|
|
|
Network. Download Sphinx on your phone from https://sphinx.chat and pair it with
|
|
|
|
Sphinx Relay on Citadel.
|
|
|
|
|
|
|
|
|
|
|
|
Communication between Sphinx Relay nodes takes place entirely on the Lightning
|
|
|
|
Network, so it is decentralized, untraceable, and encrypted. Messages are encrypted
|
|
|
|
using client public keys on the Sphinx app.
|
|
|
|
|
|
|
|
|
|
|
|
You can join tribes at https://tribes.sphinx.chat. If you join a podcast tribe,
|
|
|
|
you can listen to the podcast in Sphinx and stream donations to the host.'
|
|
|
|
developer: Stakwork
|
|
|
|
website: https://sphinx.chat
|
|
|
|
dependencies:
|
|
|
|
- lnd
|
|
|
|
repo: https://github.com/stakwork/sphinx-relay
|
|
|
|
support: https://t.me/joinchat/Fb4OcRo4LrRD6NXfsNdeeQ
|
|
|
|
gallery:
|
|
|
|
- 1.jpg
|
|
|
|
- 2.jpg
|
|
|
|
- 3.jpg
|
|
|
|
path: /connect
|
|
|
|
containers:
|
2021-10-15 18:28:31 +00:00
|
|
|
- name: web
|
2021-11-27 18:47:39 +00:00
|
|
|
image: sphinxlightning/sphinx-relay:v2.2.3@sha256:d72093d7faac4b94b752ce7ae445180ba286df851c4d3b7da514aa4ba5f8bafb
|
2021-10-12 20:46:35 +00:00
|
|
|
init: true
|
|
|
|
environment:
|
2021-11-21 18:07:26 +00:00
|
|
|
PUBLIC_URL: $APP_HIDDEN_SERVICE:80
|
2021-10-12 20:46:35 +00:00
|
|
|
LND_IP: $LND_IP
|
|
|
|
CONNECT_UI: 'true'
|
|
|
|
LND_PORT: $LND_GRPC_PORT
|
|
|
|
TLS_LOCATION: /lnd/tls.cert
|
|
|
|
MACAROON_LOCATION: /lnd/data/chain/bitcoin/${BITCOIN_NETWORK}/admin.macaroon
|
|
|
|
LND_LOG_LOCATION: /lnd/logs/bitcoin/${BITCOIN_NETWORK}/lnd.log
|
2021-10-15 18:09:27 +00:00
|
|
|
port: 3300
|
2021-10-12 20:46:35 +00:00
|
|
|
data:
|
|
|
|
- data:/relay/.lnd/
|
|
|
|
permissions:
|
|
|
|
- lnd
|