mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-14 09:50:22 +00:00
Update apps
This commit is contained in:
parent
a9908c78b2
commit
8886ee1e5c
|
@ -5,11 +5,10 @@
|
||||||
# yaml-language-server: $schema=../../app-standard-v3.yml
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
||||||
|
|
||||||
version: 3
|
version: 3
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
category: Social
|
category: Social
|
||||||
name: Squeaknode
|
name: Squeaknode
|
||||||
version: 0.2.16
|
version: 0.2.17
|
||||||
tagline: A peer-to-peer status feed with Lightning monetization
|
tagline: A peer-to-peer status feed with Lightning monetization
|
||||||
description: >-
|
description: >-
|
||||||
The Squeaknode app allows you to create, view, buy, and sell squeaks. A
|
The Squeaknode app allows you to create, view, buy, and sell squeaks. A
|
||||||
|
@ -17,7 +16,7 @@ metadata:
|
||||||
|
|
||||||
|
|
||||||
The Squeaknode timeline is ordered by the height of the block hash 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.
|
The Squeaknode timeline is ordered by the height of the block hash 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.
|
||||||
developers:
|
developers:
|
||||||
Jonathan Zernik: https://github.com/yzernik
|
Jonathan Zernik: https://github.com/yzernik
|
||||||
dependencies:
|
dependencies:
|
||||||
- bitcoind
|
- bitcoind
|
||||||
|
@ -32,7 +31,7 @@ metadata:
|
||||||
defaultPassword: $APP_SEED
|
defaultPassword: $APP_SEED
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: ghcr.io/squeaknode/squeaknode:v0.2.16@sha256:25d9bd4ce22b4265979d64ce9a2417c883492cd8dce7f171fc5488d27db6c809
|
image: ghcr.io/squeaknode/squeaknode:v0.2.17@sha256:f0da3506ba693788cafdfc3763e7af418e553a6454fa52fca61677fcfc540baf
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
port: 12994
|
port: 12994
|
||||||
requiredPorts:
|
requiredPorts:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user