Merge branch 'v3-dev' into v3-stable

This commit is contained in:
AaronDewes 2022-08-18 11:42:30 +00:00
commit c99117a6bb
11 changed files with 26 additions and 33 deletions

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Payments
name: BTCPay Server
version: 1.6.2
version: 1.6.8
tagline: Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin
payment processor.
description: "BTCPay Server is a free and open-source Bitcoin payment processor
@ -26,7 +26,7 @@ metadata:
- 3.jpg
containers:
- name: nbxplorer
image: nicolasdorier/nbxplorer:2.3.19@sha256:f12c8fddef6a8a1faf2ad16e0b0e0120e85520695f6b6c2dd55d61461dce0bb6
image: nicolasdorier/nbxplorer:2.3.28@sha256:62333c578aa85487f8f8e292b4a434272fd919ce8f2e58b2d23af6342dd92778
user: 1000:1000
environment:
NBXPLORER_DATADIR: /data
@ -47,7 +47,7 @@ containers:
data:
- data/nbxplorer:/data
- name: main
image: btcpayserver/btcpayserver:1.6.2@sha256:7dd9787c2a7d1fe5c74ead76aa3fe152c6a41625536f5b8079700f39e748c3b7
image: btcpayserver/btcpayserver:1.6.8@sha256:d01cd5c43541d9a502e284452d4767d4bd2211dd0d6af0949e872a7c04a06eb5
depends_on:
- nbxplorer
- postgres

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Development
name: code-server
version: 4.5.0
version: 4.5.2
tagline: Run VS Code on your Citadel
description: This app doesn't have a description yet.
developers:
@ -23,7 +23,7 @@ metadata:
defaultPassword: $APP_SEED
containers:
- name: server
image: codercom/code-server:4.5.0@sha256:7f8ba3e52cef1ea675b32062f045bcecbb59a5d0c657474dde18d6b2e9c3f96e
image: codercom/code-server:4.5.2@sha256:98c374514bb8560b1005ae8ffa4f5f65a553d2b49f8787e4af76210596b9c7e1
user: 1000:1000
port: 8080
environment:

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Wallets
name: JAM
version: 0.0.9
version: 0.0.10
tagline: JoinMarket's awesome, man
description: JAM (JoinMarket's awesome, man) is a web-interface for JoinMarket
with focus on user-friendliness. It's time for top-notch privacy for your
@ -16,10 +16,10 @@ metadata:
privacy for all. The app provides sensible defaults and is easy to use for
beginners while still providing the features advanced users expect.
developers:
JAM developers: https://github.com/joinmarket-webui/joinmarket-webui
JAM developers: https://github.com/joinmarket-webui/jam
dependencies:
- bitcoind
repo: https://github.com/joinmarket-webui/joinmarket-webui
repo: https://github.com/joinmarket-webui/jam
support: https://t.me/JoinMarketWebUI
gallery:
- 1.jpg
@ -30,7 +30,7 @@ metadata:
defaultPassword: $APP_SEED
containers:
- name: joinmarket-webui
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.9-clientserver-v0.9.6
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.10-clientserver-v0.9.6
restart: on-failure
stop_grace_period: 1m
init: true
@ -43,17 +43,11 @@ containers:
ENSURE_WALLET: "true"
APP_USER: citadel
APP_PASSWORD: ${APP_SEED}
jm_tor_control_host: $TOR_PROXY_IP
jm_tor_control_port: 29051
jm_onion_socks5_host: $TOR_PROXY_IP
jm_onion_socks5_port: $TOR_PROXY_PORT
jm_socks5_host: $TOR_PROXY_IP
jm_socks5_port: $TOR_PROXY_PORT
jm_network: $BITCOIN_NETWORK
jm_rpc_host: $BITCOIN_IP
jm_rpc_port: $BITCOIN_RPC_PORT
jm_rpc_user: $BITCOIN_RPC_USER
jm_rpc_password: ${BITCOIN_RPC_PASS}
jm_rpc_wallet_file: jm_webui_default
jm_network: $BITCOIN_NETWORK
jm_max_cj_fee_abs: 300000
jm_max_cj_fee_rel: 0.0003

View File

@ -24,7 +24,7 @@ metadata:
- 3.jpg
defaultPassword: $APP_SEED
containers:
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f484cf3531d1bb14d95159fe2e7596f738e0991163190a7a346d594ec9bb80e5
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:ceb068a58eb0877235b43e0047a294634964b4057abda0ca8b9255310d914a27
command: sh -c 'uvicorn lnbits.__main__:app --port 5000 --proxy-headers --host
0.0.0.0 --forwarded-allow-ips "*"'
user: 1000:1000
@ -47,7 +47,7 @@ containers:
restart: on-failure
requires:
- lnd
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f484cf3531d1bb14d95159fe2e7596f738e0991163190a7a346d594ec9bb80e5
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:ceb068a58eb0877235b43e0047a294634964b4057abda0ca8b9255310d914a27
command: sh -c 'uvicorn lnbits.__main__:app --port 5000 --proxy-headers --host
0.0.0.0 --forwarded-allow-ips "*"'
user: 1000:1000

View File

@ -5,7 +5,6 @@
# yaml-language-server: $schema=../../app-standard-v3.yml
version: 3
metadata:
category: Explorers
name: Mempool
@ -41,7 +40,7 @@ metadata:
- Multiple languages support
- JSON APIs
developers:
developers:
mempool.space: https://mempool.space/about
dependencies:
- electrum

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Files
name: Nextcloud
version: 24.0.2
version: 24.0.4
tagline: Your personal cloud
description: No description yet.
developers:
@ -44,7 +44,7 @@ containers:
data:
- data/redis:/data
- name: web
image: nextcloud:24.0.2@sha256:b319922a34539cfe7894000e635318634eb044b69e6c0182e8eea8957f3b42e9
image: nextcloud:24.0.4@sha256:69a52f571dc72f9ebbe222fc810f09d016173ec94f4423ea5e3d628496c1a5d5
port: 80
environment:
MYSQL_HOST: ${APP_NEXTCLOUD_DB_IP}
@ -60,7 +60,7 @@ containers:
- redis
data:
- data/nextcloud:/var/www/html
- image: nextcloud:24.0.2@sha256:b319922a34539cfe7894000e635318634eb044b69e6c0182e8eea8957f3b42e9
- image: nextcloud:24.0.4@sha256:69a52f571dc72f9ebbe222fc810f09d016173ec94f4423ea5e3d628496c1a5d5
entrypoint: /cron.sh
depends_on:
- db

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Automation
name: Node-RED
version: 3.0.0
version: 3.0.2
tagline: Wire together the Internet of Things
description: >-
Node-RED is a visual programming tool for wiring together hardware devices,
@ -38,7 +38,7 @@ metadata:
torOnly: false
containers:
- name: web
image: nodered/node-red:3.0.0@sha256:d3637803bcaeb8c53a3976c0db766f784ce1c9cb6eef759cf1d44f8b4ccf26a0
image: nodered/node-red:3.0.2@sha256:524316b9b84cb5bbfe006c117f3dad31ee806804b12e4b866047a65e2080e92d
stop_grace_period: 1m
data:
- data:/data

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Lightning Node Management
name: Ride The Lightning
version: 0.12.3
version: 0.13.0
tagline: Manage lightning node operations better
description: Haven't written a desription yet for this, sorry.
developers:
@ -26,7 +26,7 @@ metadata:
defaultPassword: $APP_SEED
containers:
- name: main-lnd
image: shahanafarooqui/rtl:0.12.3@sha256:b1327ecfddae5f40c4c985e31c2bc158c4697a274b61bf84acfb27486d05c5bf
image: shahanafarooqui/rtl:0.13.0@sha256:65f0ba6a978bcf26c0e43a86c256abac1d8bfda80016327880b1dec2d39c538b
user: 1000:1000
port: 3000
environment:

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Wallets
name: Specter Desktop
version: 1.10.3
version: 1.10.5
tagline: Multisig with hardware wallets made easy
description: >-
Specter Desktop connects to the Bitcoin Core running on your Citadel and
@ -46,7 +46,7 @@ metadata:
- 2.jpg
- 3.jpg
containers:
- image: lncm/specter-desktop:v1.10.3@sha256:00be87ab89dd68587b61aceb073acd84fc3009c137c2dbb8ef155c5e22305562
- image: lncm/specter-desktop:v1.10.5@sha256:36eaa06f99f44e77d8fbffcbcd9c8b9d6ce9be24d060589ed05ad487d5b2f34b
stop_signal: SIGINT
command:
- --host=0.0.0.0

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Lightning Node Management
name: ThunderHub
version: 0.13.14
version: 0.13.15
tagline: Take full control of your Lightning node
description: >-
ThunderHub allows you to take full control of your Lightning node with a
@ -31,7 +31,7 @@ metadata:
- 3.jpg
defaultPassword: $APP_SEED
containers:
- image: apotdevin/thunderhub:v0.13.14@sha256:6ee592a8335ec203f9c7056ddd22f286f8135b5888005d84db70787a91e3e72f
- image: apotdevin/thunderhub:v0.13.15@sha256:38189f0ec3df0d56980b0595f7d8eaa446dac922f937d2cda04a88dfc1866a51
environment:
NO_VERSION_CHECK: "true"
LOG_LEVEL: debug

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Password Managers
name: Vaultwarden
version: 1.25.0
version: 1.25.2
tagline: Unofficial Bitwarden® compatible server
description: >-
Vaultwarden (formerly known as Bitwarden_RS) is an alternative
@ -44,7 +44,7 @@ metadata:
- 3.jpg
torOnly: true
containers:
- image: vaultwarden/server:1.25.0@sha256:f3ebede27f1cf5e78373c3c4a429cf1fdd8d6b13528a2b9ca4fb3cb7cc681ba9
- image: vaultwarden/server:1.25.2@sha256:39f34c5159a27dc9a16b2b7c07cec031622cdb174b4d99f09c8efefcd847d887
user: 1000:1000
port: 3000
environment: