Merge branch 'v3-dev' into v4-tmpl

This commit is contained in:
AaronDewes 2022-08-18 11:39:06 +00:00
commit bda664d79d
10 changed files with 22 additions and 28 deletions

View File

@ -9,7 +9,7 @@ citadel_version: 4
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
@ -37,7 +37,7 @@ metadata:
services:
main:
port: 3000
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.1
version: 4.5.2
tagline: Run VS Code on your Citadel
description: This app doesn't have a description yet.
developers:
@ -23,8 +23,9 @@ metadata:
defaultPassword: $APP_SEED
containers:
- name: server
image: codercom/code-server:4.5.1@sha256:351e27e72ee4d60a976ed947c902d4e95fa5cea42d0f388be0e5f688b3014a52
image: codercom/code-server:4.5.2@sha256:98c374514bb8560b1005ae8ffa4f5f65a553d2b49f8787e4af76210596b9c7e1
user: 1000:1000
port: 8080
environment:
PASSWORD: $APP_SEED
data:

View File

@ -9,7 +9,7 @@ citadel_version: 4
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
@ -17,11 +17,11 @@ 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
permissions:
- bitcoind
repo:
Public: https://github.com/joinmarket-webui/joinmarket-webui
Public: https://github.com/joinmarket-webui/jam
support: https://t.me/JoinMarketWebUI
gallery:
- 1.jpg
@ -33,7 +33,7 @@ metadata:
services:
main:
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
@ -47,12 +47,6 @@ services:
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_rpc_host: $BITCOIN_IP
jm_rpc_port: $BITCOIN_RPC_PORT
jm_rpc_user: $BITCOIN_RPC_USER

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

View File

@ -8,7 +8,7 @@ version: 3
metadata:
category: Files
name: Nextcloud
version: 24.0.3
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.3@sha256:ea93bc8897302fdf5026e9762d5f089edfddd5886190414e1b499cb7578887ea
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.3@sha256:ea93bc8897302fdf5026e9762d5f089edfddd5886190414e1b499cb7578887ea
- 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.1
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.1@sha256:c07156c78286cff347aae68d240dca17217a47c256448d410709e8e3ef61bc43
image: nodered/node-red:3.0.2@sha256:524316b9b84cb5bbfe006c117f3dad31ee806804b12e4b866047a65e2080e92d
stop_grace_period: 1m
data:
- data:/data

View File

@ -9,7 +9,7 @@ citadel_version: 4
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 description yet for this, sorry.
developers:

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

@ -10,7 +10,7 @@ citadel_version: 4
metadata:
category: Password Managers
name: Vaultwarden
version: 1.25.1
version: 1.25.2
tagline: Unofficial Bitwarden® compatible server
description: >-
Vaultwarden (formerly known as Bitwarden_RS) is an alternative
@ -49,7 +49,7 @@ metadata:
services:
main:
image: vaultwarden/server:1.25.1@sha256:09b7c56d8224e5d6ecd1a0d940aba658cab5ed4f3f89ca92a4bc7a1edde4b8d3
image: vaultwarden/server:1.25.2@sha256:39f34c5159a27dc9a16b2b7c07cec031622cdb174b4d99f09c8efefcd847d887
user: 1000:1000
port: 3000
environment: