Nathan Fretz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
15 additions and
5 deletions
-
sphinx-relay/docker-compose.yml
-
sphinx-relay/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
server: |
|
|
|
image: sphinxlightning/sphinx-relay:v2.3.2@sha256:8713f9f5febb606fe39fb8c88d9877ac48bf01865e5a395ea51e26a34c077c3f |
|
|
|
image: sphinxlightning/sphinx-relay:v2.5.2@sha256:d37e2b72756cff670b759036fea6d4faad4cc10952256afd93f901ea36d652e2 |
|
|
|
init: true |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: sphinx-relay |
|
|
|
category: social |
|
|
|
name: Sphinx Relay |
|
|
|
version: "2.3.2" |
|
|
|
version: "2.5.2" |
|
|
|
tagline: Chat and pay over the Lightning Network |
|
|
|
description: >- |
|
|
|
Sphinx Relay turns your Lightning node into a personal |
|
|
@ -32,7 +32,17 @@ defaultPassword: "" |
|
|
|
submitter: Stakwork |
|
|
|
submission: https://github.com/getumbrel/umbrel/pull/341 |
|
|
|
releaseNotes: >- |
|
|
|
This release updates Sphinx Relay from version 2.2.13 to 2.3.2. |
|
|
|
This release updates Sphinx Relay to version 2.5.2. |
|
|
|
|
|
|
|
|
|
|
|
Key improvements in this update include: |
|
|
|
- Enhanced invoice handling and payment processing |
|
|
|
- Improved MQTT subscription handling after network reconnection |
|
|
|
- Added threading functionality for messages |
|
|
|
- Implemented rate limiting for better performance |
|
|
|
- Improved direct messaging between users on the same relay |
|
|
|
- Enhanced spam protection measures |
|
|
|
- Various bug fixes and performance optimizations |
|
|
|
|
|
|
|
|
|
|
|
Full release notes and detailed information is available at https://github.com/stakwork/sphinx-relay/releases |