mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-14 09:50:22 +00:00
66 lines
2.3 KiB
YAML
66 lines
2.3 KiB
YAML
# SPDX-FileCopyrightText: 2021 Jonathan Zernik
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
|
|
|
version: 3
|
|
metadata:
|
|
category: Social
|
|
name: Squeaknode
|
|
version: 0.2.23
|
|
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.
|
|
|
|
|
|
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:
|
|
Jonathan Zernik: https://github.com/yzernik
|
|
dependencies:
|
|
- bitcoind
|
|
- lnd
|
|
repo: https://github.com/squeaknode/squeaknode
|
|
support: https://github.com/squeaknode/squeaknode/discussions
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
path: /login?user=citadel
|
|
defaultPassword: $APP_SEED
|
|
containers:
|
|
- name: web
|
|
image: ghcr.io/squeaknode/squeaknode:v0.2.23@sha256:0b950bcc8c733881258628f7a43fa615a0e825fd45cbb455d306405cea5800a6
|
|
stop_grace_period: 1m
|
|
port: 12994
|
|
requiredPorts:
|
|
- 8994
|
|
user: 1000:1000
|
|
environment:
|
|
SQUEAKNODE_BITCOIN_RPC_HOST: $BITCOIN_IP
|
|
SQUEAKNODE_BITCOIN_RPC_PORT: $BITCOIN_RPC_PORT
|
|
SQUEAKNODE_BITCOIN_RPC_USER: $BITCOIN_RPC_USER
|
|
SQUEAKNODE_BITCOIN_RPC_PASS: $BITCOIN_RPC_PASS
|
|
SQUEAKNODE_BITCOIN_ZEROMQ_HASHBLOCK_PORT: $BITCOIN_ZMQ_HASHBLOCK_PORT
|
|
SQUEAKNODE_LND_HOST: $LND_IP
|
|
SQUEAKNODE_LND_RPC_PORT: $LND_GRPC_PORT
|
|
SQUEAKNODE_LND_TLS_CERT_PATH: /lnd/tls.cert
|
|
SQUEAKNODE_LND_MACAROON_PATH: /lnd/data/chain/bitcoin/$BITCOIN_NETWORK/admin.macaroon
|
|
SQUEAKNODE_WEBADMIN_ENABLED: "true"
|
|
SQUEAKNODE_WEBADMIN_USERNAME: citadel
|
|
SQUEAKNODE_WEBADMIN_PASSWORD: ${APP_SEED}
|
|
SQUEAKNODE_NODE_NETWORK: $BITCOIN_NETWORK
|
|
SQUEAKNODE_NODE_SQK_DIR_PATH: /sqk
|
|
SQUEAKNODE_NODE_MAX_SQUEAKS: 10000
|
|
SQUEAKNODE_TOR_PROXY_IP: $TOR_PROXY_IP
|
|
SQUEAKNODE_TOR_PROXY_PORT: $TOR_PROXY_PORT
|
|
SQUEAKNODE_SERVER_EXTERNAL_ADDRESS: $APP_HIDDEN_SERVICE_P2P
|
|
DEBUG: squeaknode:*
|
|
data:
|
|
- sqk:/sqk
|
|
hiddenServicePorts:
|
|
p2p:
|
|
- 8555
|
|
- 18555
|