forked from michael.heier/umbrel-apps
Update Sphinx Relay to v2.2.13 (#404)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
1f7bfb8a99
commit
014a31fd0a
|
@ -8,7 +8,7 @@ services:
|
||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: sphinxlightning/sphinx-relay:v2.2.12@sha256:96778f56fc3b2c7703ec6d0d3162a9fe4c82b0d57179819c90efc479cdc1620a
|
image: sphinxlightning/sphinx-relay:v2.2.13@sha256:42453b6a7fff467fc93e5adc761452d8b0a44aa8fa7bc7284896dde387ef148d
|
||||||
init: true
|
init: true
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||||
id: sphinx-relay
|
id: sphinx-relay
|
||||||
category: Social
|
category: Social
|
||||||
name: Sphinx Relay
|
name: Sphinx Relay
|
||||||
version: "2.2.12"
|
version: "2.2.13"
|
||||||
tagline: Chat and pay over the Lightning Network
|
tagline: Chat and pay over the Lightning Network
|
||||||
description: >-
|
description: >-
|
||||||
Sphinx Relay turns your Lightning node into a personal
|
Sphinx Relay turns your Lightning node into a personal
|
||||||
|
@ -32,10 +32,16 @@ defaultPassword: ""
|
||||||
submitter: Stakwork
|
submitter: Stakwork
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/341
|
submission: https://github.com/getumbrel/umbrel/pull/341
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
- Fix person uuid forwarded in tribes
|
- Fix: made the bot message seen as false
|
||||||
|
|
||||||
- Action history
|
- Fix: lower limit amount for /feeds
|
||||||
|
|
||||||
- Tribe leaderboard stuff
|
- Fix: removed deprecated auth code that was not used in codebase
|
||||||
|
|
||||||
- DB config from env
|
- Fix: we updated to a new workflow id
|
||||||
|
|
||||||
|
- Fix: call recoding length
|
||||||
|
|
||||||
|
- And much much more...
|
||||||
|
|
||||||
|
Full changelog can be found here: https://github.com/stakwork/sphinx-relay/releases/tag/v2.2.13
|
||||||
|
|
Loading…
Reference in New Issue
Block a user