Merge branch 'v3-beta' into v3-stable

This commit is contained in:
AaronDewes 2022-07-16 08:21:30 +00:00
commit 21f6a58fa8
13 changed files with 35 additions and 36 deletions

View File

@ -8,7 +8,7 @@ version: 3
metadata: metadata:
category: Payments category: Payments
name: BTCPay Server name: BTCPay Server
version: 1.5.4 version: 1.6.2
tagline: Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin tagline: Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin
payment processor. payment processor.
description: "BTCPay Server is a free and open-source Bitcoin payment processor description: "BTCPay Server is a free and open-source Bitcoin payment processor
@ -47,7 +47,7 @@ containers:
data: data:
- data/nbxplorer:/data - data/nbxplorer:/data
- name: main - name: main
image: btcpayserver/btcpayserver:1.5.4@sha256:2c1338e14cda481a738f900f1684167d435618db3890bcfed6e51cd7e8d7674c image: btcpayserver/btcpayserver:1.6.2@sha256:7dd9787c2a7d1fe5c74ead76aa3fe152c6a41625536f5b8079700f39e748c3b7
depends_on: depends_on:
- nbxplorer - nbxplorer
- postgres - postgres

View File

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

View File

@ -8,7 +8,7 @@ version: 3
metadata: metadata:
category: Wallets category: Wallets
name: JAM name: JAM
version: 0.0.6 version: 0.0.9
tagline: JoinMarket's awesome, man tagline: JoinMarket's awesome, man
description: JAM (JoinMarket's awesome, man) is a web-interface for JoinMarket 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 with focus on user-friendliness. It's time for top-notch privacy for your
@ -30,7 +30,7 @@ metadata:
defaultPassword: $APP_SEED defaultPassword: $APP_SEED
containers: containers:
- name: joinmarket-webui - name: joinmarket-webui
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.6-clientserver-v0.9.6 image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.9-clientserver-v0.9.6
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true
@ -38,8 +38,9 @@ containers:
data: data:
- data/joinmarket:/root/.joinmarket - data/joinmarket:/root/.joinmarket
environment: environment:
ENSURE_WALLET: 1 RESTORE_DEFAULT_CONFIG: "true"
RESTORE_DEFAULT_CONFIG: 1 REMOVE_LOCK_FILES: "true"
ENSURE_WALLET: "true"
APP_USER: citadel APP_USER: citadel
APP_PASSWORD: ${APP_SEED} APP_PASSWORD: ${APP_SEED}
jm_tor_control_host: $TOR_PROXY_IP jm_tor_control_host: $TOR_PROXY_IP

View File

@ -8,7 +8,7 @@ version: 3
metadata: metadata:
category: Lightning Node Management category: Lightning Node Management
name: Lightning Terminal name: Lightning Terminal
version: 0.6.7-alpha version: 0.7.0-alpha
tagline: A browser-based interface for managing channel liquidity tagline: A browser-based interface for managing channel liquidity
description: >- description: >-
With Lightning Terminal, you can With Lightning Terminal, you can
@ -37,7 +37,7 @@ metadata:
defaultPassword: $APP_SEED defaultPassword: $APP_SEED
containers: containers:
- name: web - name: web
image: lightninglabs/lightning-terminal:v0.6.7-alpha@sha256:aba02fc2e41e9e2397d019e2d358e4bb0c518a80dd758bdfe888feeeb7aac28d image: lightninglabs/lightning-terminal:v0.7.0-alpha@sha256:7b8ac4774d6a604c1f325975885e47d8f476c2b9235db97fb6927314ab723851
user: 1000:1000 user: 1000:1000
environment: environment:
HOME: /data HOME: /data

View File

@ -8,7 +8,7 @@ version: 3
metadata: metadata:
category: Lightning Node Management category: Lightning Node Management
name: LNDg name: LNDg
version: 1.1.1 version: 1.2.1
tagline: Lite GUI web interface to analyze LND data and manage your node with tagline: Lite GUI web interface to analyze LND data and manage your node with
automation. automation.
description: LNDg is your command center for running a profitable and efficient description: LNDg is your command center for running a profitable and efficient
@ -28,7 +28,7 @@ metadata:
defaultPassword: $APP_SEED defaultPassword: $APP_SEED
containers: containers:
- name: web - name: web
image: ghcr.io/cryptosharks131/lndg:v1.1.1@sha256:fd975e4d6ee2de6da932eb8e93648b13ad7de9b71ec2a35eac19d2845d7a5f31 image: ghcr.io/cryptosharks131/lndg:v1.2.1@sha256:4c06dcf97b0b80324d775acdb6272a12559fbb318fe7b0fb4549e29dd0b2a7a5
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
mounts: mounts:

View File

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

View File

@ -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: Automation category: Automation
name: Node-RED name: Node-RED
version: 2.2.2 version: 3.0.0
tagline: Wire together the Internet of Things tagline: Wire together the Internet of Things
description: >- description: >-
Node-RED is a visual programming tool for wiring together hardware devices, Node-RED is a visual programming tool for wiring together hardware devices,
@ -39,7 +38,7 @@ metadata:
torOnly: false torOnly: false
containers: containers:
- name: web - name: web
image: nodered/node-red:2.2.1@sha256:8a668a56151705ea30603ea00fc5c009de412d100238dfdfe399d4cd2d62e28e image: nodered/node-red:3.0.0@sha256:d3637803bcaeb8c53a3976c0db766f784ce1c9cb6eef759cf1d44f8b4ccf26a0
stop_grace_period: 1m stop_grace_period: 1m
data: data:
- data:/data - data:/data

View File

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

View File

@ -8,7 +8,7 @@ version: 3
metadata: metadata:
category: Social category: Social
name: Squeaknode name: Squeaknode
version: 0.3.3 version: 0.3.5
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
@ -31,7 +31,7 @@ metadata:
defaultPassword: $APP_SEED defaultPassword: $APP_SEED
containers: containers:
- name: web - name: web
image: ghcr.io/squeaknode/squeaknode:v0.3.3@sha256:021688519fc112bdec5d3e614719a80192065dae569fb85d8f5cd377ee1f9d65 image: ghcr.io/squeaknode/squeaknode:v0.3.5@sha256:1c34495118d469a6a66ffdf6d9be8c33ef92b068cb4b909b98d8f7950d77795c
stop_grace_period: 1m stop_grace_period: 1m
port: 12994 port: 12994
requiredPorts: requiredPorts:

View File

@ -31,9 +31,9 @@ containers:
GID: "1000" GID: "1000"
SYNAPSE_HTTP_PORT: 8008 SYNAPSE_HTTP_PORT: 8008
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE} SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
SYNAPSE_REPORT_STATS: "yes" SYNAPSE_REPORT_STATS: yes
SYNAPSE_ENABLE_REGISTRATION: "yes" SYNAPSE_ENABLE_REGISTRATION: yes
SYNAPSE_NO_TLS: "yes" SYNAPSE_NO_TLS: yes
name: server name: server
data: data:
- data/synapse:/data - data/synapse:/data

View File

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

View File

@ -8,7 +8,7 @@ version: 3
metadata: metadata:
category: Networking category: Networking
name: Uptime Kuma name: Uptime Kuma
version: 1.16.1 version: 1.17.1
tagline: Self-hosted uptime monitoring tool tagline: Self-hosted uptime monitoring tool
description: > description: >
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot. Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
@ -43,7 +43,7 @@ metadata:
- 3.jpg - 3.jpg
containers: containers:
- name: main - name: main
image: louislam/uptime-kuma:1.16.1@sha256:f5706f21ba0af08775505aeddf61aff1d344038f6df5a90865699b86677dfd99 image: louislam/uptime-kuma:1.17.1@sha256:a4eab252e5a27ead9e92f04d755d6cc968be923b277aae42ac8cf633e2da3b15
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
port: 3001 port: 3001

View File

@ -5,10 +5,9 @@
# yaml-language-server: $schema=../../app-standard-v3.yml # yaml-language-server: $schema=../../app-standard-v3.yml
version: 3 version: 3
metadata: metadata:
name: WordPress name: WordPress
version: 5.9.3 version: 6.0.1
category: Blog category: Blog
tagline: Host a blog on your Citadel tagline: Host a blog on your Citadel
description: WordPress description: WordPress
@ -17,12 +16,12 @@ metadata:
repo: https://github.com/WordPress/WordPress repo: https://github.com/WordPress/WordPress
support: https://wordpress.org support: https://wordpress.org
gallery: gallery:
- "1.png" - 1.png
- "2.png" - 2.png
- "3.png" - 3.png
containers: containers:
- name: main - name: main
image: wordpress:5.9.3-php8.1-apache@sha256:e9919ae91d250e953f8e1f8943b9cd7b970ed85a1410f02988f682f935704aa8 image: wordpress:6.0.1@sha256:999392cfea3cee05633a0a9026fc46df637d8291e631a1afa85099ad2553e3eb
depends_on: depends_on:
- db - db
data: data: