Browse Source

Update sphinx-relay app to 2.2.3 (#1135)

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
docker-auto-recover
Michael Henke 3 years ago
committed by GitHub
parent
commit
63e9cd40a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/registry.json
  2. 2
      apps/sphinx-relay/docker-compose.yml

2
apps/registry.json

@ -358,7 +358,7 @@
"id": "sphinx-relay",
"category": "Social",
"name": "Sphinx Relay",
"version": "2.2.0",
"version": "2.2.3",
"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 Umbrel.\n\nCommunication 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.\n\nYou 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",

2
apps/sphinx-relay/docker-compose.yml

@ -3,7 +3,7 @@ version: "3.7"
services:
sphinx-relay:
container_name: sphinx-relay
image: sphinxlightning/sphinx-relay:v2.2.0@sha256:1a13a3c43d59225fd1b9663bc161a3d1b923454d9b1b274675117ac41bd1eb87
image: sphinxlightning/sphinx-relay:v2.2.3@sha256:d72093d7faac4b94b752ce7ae445180ba286df851c4d3b7da514aa4ba5f8bafb
init: true
restart: on-failure
stop_grace_period: 1m

Loading…
Cancel
Save