Merge branch 'v3-dev' into v4-dev

This commit is contained in:
AaronDewes 2022-07-12 05:40:17 +00:00
commit 2c62baedbc
9 changed files with 19 additions and 19 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.1
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.1@sha256:cd49abe1f5f82faf59522a569abe2e7db400d4270eb37845f8947e38543bbae0
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: 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.2 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/runcitadel/lndg:main@sha256:6bde09d90fc1db36966318afea1e38336a3958a924f6d6e0f15bf55afc21a96b 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

@ -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

@ -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