From 09f353f4e4d797a8c5f145f62bbd1a98a25004be Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 26 Mar 2021 19:33:39 +0700 Subject: [PATCH] Revert "Update sphinx-relay app to v2.0.6" (#679) --- apps/registry.json | 2 +- apps/sphinx-relay/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/registry.json b/apps/registry.json index 8fb3585..ad106da 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -97,7 +97,7 @@ "id": "sphinx-relay", "category": "Messaging", "name": "Sphinx Relay", - "version": "2.0.6", + "version": "2.0.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", diff --git a/apps/sphinx-relay/docker-compose.yml b/apps/sphinx-relay/docker-compose.yml index cb863f6..8a295c7 100644 --- a/apps/sphinx-relay/docker-compose.yml +++ b/apps/sphinx-relay/docker-compose.yml @@ -8,7 +8,7 @@ x-logging: &default-logging services: sphinx-relay: container_name: sphinx-relay - image: sphinxlightning/sphinx-relay:v2.0.6@sha256:fb5e840976048b11d7776bd8f090b0f47a0187dbdd0d78092086f8ce8b61e81e + image: sphinxlightning/sphinx-relay:v2.0.3@sha256:9864925add480da27f04b82226d4dc0144c99941fae8c8e6e748c9705ec3bd36 init: true restart: on-failure stop_grace_period: 1m