Browse Source

Update the squeaknode app to v0.1.159 (#997)

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
thunderhub-0.12.30
Jonathan Zernik 3 years ago
committed by GitHub
parent
commit
ff17fcf8a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/registry.json
  2. 2
      apps/squeaknode/docker-compose.yml

2
apps/registry.json

@ -480,7 +480,7 @@
"id": "squeaknode", "id": "squeaknode",
"category": "Social", "category": "Social",
"name": "Squeaknode", "name": "Squeaknode",
"version": "0.1.152", "version": "0.1.159",
"tagline": "A peer-to-peer status feed with Lightning monetization", "tagline": "A peer-to-peer status feed with Lightning monetization",
"description": "The Squeaknode app allows you to create, view, buy, and sell squeaks. A squeak is a single post that can contain up to 280 characters.\n\nThe Squeaknode timeline is ordered by the timestamp/blockhash embedded in each squeak. Each squeak is signed with a digital signature of the private key of the author. Squeaks can be downloaded from any peer to any peer, but they remain locked until the downloader makes a Lightning payment to decrypt the content.", "description": "The Squeaknode app allows you to create, view, buy, and sell squeaks. A squeak is a single post that can contain up to 280 characters.\n\nThe Squeaknode timeline is ordered by the timestamp/blockhash embedded in each squeak. Each squeak is signed with a digital signature of the private key of the author. Squeaks can be downloaded from any peer to any peer, but they remain locked until the downloader makes a Lightning payment to decrypt the content.",
"developer": "Jonathan Zernik", "developer": "Jonathan Zernik",

2
apps/squeaknode/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services: services:
web: web:
image: yzernik/squeaknode:v0.1.152@sha256:9d4859bed472314e88ec8ad76e45b60872db61267d4f1bd52937b8a5107814c8 image: yzernik/squeaknode:v0.1.159@sha256:a6b9bd68f5d45015ef437a6b315ac79372bc273fcd9a7957c228b3a4a4908b7c
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
ports: ports:

Loading…
Cancel
Save