mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-26 06:38:57 +00:00
Merge branch 'v3-dev' into v4-tmpl
This commit is contained in:
commit
bda664d79d
|
@ -9,7 +9,7 @@ citadel_version: 4
|
||||||
metadata:
|
metadata:
|
||||||
category: Payments
|
category: Payments
|
||||||
name: BTCPay Server
|
name: BTCPay Server
|
||||||
version: 1.6.2
|
version: 1.6.8
|
||||||
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
|
||||||
|
@ -37,7 +37,7 @@ metadata:
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
port: 3000
|
port: 3000
|
||||||
image: btcpayserver/btcpayserver:1.6.2@sha256:7dd9787c2a7d1fe5c74ead76aa3fe152c6a41625536f5b8079700f39e748c3b7
|
image: btcpayserver/btcpayserver:1.6.8@sha256:d01cd5c43541d9a502e284452d4767d4bd2211dd0d6af0949e872a7c04a06eb5
|
||||||
depends_on:
|
depends_on:
|
||||||
- nbxplorer
|
- nbxplorer
|
||||||
- postgres
|
- postgres
|
||||||
|
|
|
@ -8,7 +8,7 @@ version: 3
|
||||||
metadata:
|
metadata:
|
||||||
category: Development
|
category: Development
|
||||||
name: code-server
|
name: code-server
|
||||||
version: 4.5.1
|
version: 4.5.2
|
||||||
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,8 +23,9 @@ metadata:
|
||||||
defaultPassword: $APP_SEED
|
defaultPassword: $APP_SEED
|
||||||
containers:
|
containers:
|
||||||
- name: server
|
- name: server
|
||||||
image: codercom/code-server:4.5.1@sha256:351e27e72ee4d60a976ed947c902d4e95fa5cea42d0f388be0e5f688b3014a52
|
image: codercom/code-server:4.5.2@sha256:98c374514bb8560b1005ae8ffa4f5f65a553d2b49f8787e4af76210596b9c7e1
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
|
port: 8080
|
||||||
environment:
|
environment:
|
||||||
PASSWORD: $APP_SEED
|
PASSWORD: $APP_SEED
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -9,7 +9,7 @@ citadel_version: 4
|
||||||
metadata:
|
metadata:
|
||||||
category: Wallets
|
category: Wallets
|
||||||
name: JAM
|
name: JAM
|
||||||
version: 0.0.9
|
version: 0.0.10
|
||||||
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
|
||||||
|
@ -17,11 +17,11 @@ metadata:
|
||||||
privacy for all. The app provides sensible defaults and is easy to use for
|
privacy for all. The app provides sensible defaults and is easy to use for
|
||||||
beginners while still providing the features advanced users expect.
|
beginners while still providing the features advanced users expect.
|
||||||
developers:
|
developers:
|
||||||
JAM developers: https://github.com/joinmarket-webui/joinmarket-webui
|
JAM developers: https://github.com/joinmarket-webui/jam
|
||||||
permissions:
|
permissions:
|
||||||
- bitcoind
|
- bitcoind
|
||||||
repo:
|
repo:
|
||||||
Public: https://github.com/joinmarket-webui/joinmarket-webui
|
Public: https://github.com/joinmarket-webui/jam
|
||||||
support: https://t.me/JoinMarketWebUI
|
support: https://t.me/JoinMarketWebUI
|
||||||
gallery:
|
gallery:
|
||||||
- 1.jpg
|
- 1.jpg
|
||||||
|
@ -33,7 +33,7 @@ metadata:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
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
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
init: true
|
init: true
|
||||||
|
@ -47,12 +47,6 @@ services:
|
||||||
ENSURE_WALLET: "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_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_host: $BITCOIN_IP
|
||||||
jm_rpc_port: $BITCOIN_RPC_PORT
|
jm_rpc_port: $BITCOIN_RPC_PORT
|
||||||
jm_rpc_user: $BITCOIN_RPC_USER
|
jm_rpc_user: $BITCOIN_RPC_USER
|
||||||
|
|
|
@ -24,7 +24,7 @@ metadata:
|
||||||
- 3.jpg
|
- 3.jpg
|
||||||
defaultPassword: $APP_SEED
|
defaultPassword: $APP_SEED
|
||||||
containers:
|
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
|
command: sh -c 'uvicorn lnbits.__main__:app --port 5000 --proxy-headers --host
|
||||||
0.0.0.0 --forwarded-allow-ips "*"'
|
0.0.0.0 --forwarded-allow-ips "*"'
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
|
@ -47,7 +47,7 @@ containers:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
requires:
|
requires:
|
||||||
- lnd
|
- 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
|
command: sh -c 'uvicorn lnbits.__main__:app --port 5000 --proxy-headers --host
|
||||||
0.0.0.0 --forwarded-allow-ips "*"'
|
0.0.0.0 --forwarded-allow-ips "*"'
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
# yaml-language-server: $schema=../../app-standard-v3.yml
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
||||||
|
|
||||||
version: 3
|
version: 3
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
category: Explorers
|
category: Explorers
|
||||||
name: Mempool
|
name: Mempool
|
||||||
|
@ -41,7 +40,7 @@ metadata:
|
||||||
- Multiple languages support
|
- Multiple languages support
|
||||||
|
|
||||||
- JSON APIs
|
- JSON APIs
|
||||||
developers:
|
developers:
|
||||||
mempool.space: https://mempool.space/about
|
mempool.space: https://mempool.space/about
|
||||||
dependencies:
|
dependencies:
|
||||||
- electrum
|
- electrum
|
||||||
|
|
|
@ -8,7 +8,7 @@ version: 3
|
||||||
metadata:
|
metadata:
|
||||||
category: Files
|
category: Files
|
||||||
name: Nextcloud
|
name: Nextcloud
|
||||||
version: 24.0.3
|
version: 24.0.4
|
||||||
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.3@sha256:ea93bc8897302fdf5026e9762d5f089edfddd5886190414e1b499cb7578887ea
|
image: nextcloud:24.0.4@sha256:69a52f571dc72f9ebbe222fc810f09d016173ec94f4423ea5e3d628496c1a5d5
|
||||||
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.3@sha256:ea93bc8897302fdf5026e9762d5f089edfddd5886190414e1b499cb7578887ea
|
- image: nextcloud:24.0.4@sha256:69a52f571dc72f9ebbe222fc810f09d016173ec94f4423ea5e3d628496c1a5d5
|
||||||
entrypoint: /cron.sh
|
entrypoint: /cron.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
|
@ -8,7 +8,7 @@ version: 3
|
||||||
metadata:
|
metadata:
|
||||||
category: Automation
|
category: Automation
|
||||||
name: Node-RED
|
name: Node-RED
|
||||||
version: 3.0.1
|
version: 3.0.2
|
||||||
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,
|
||||||
|
@ -38,7 +38,7 @@ metadata:
|
||||||
torOnly: false
|
torOnly: false
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: nodered/node-red:3.0.1@sha256:c07156c78286cff347aae68d240dca17217a47c256448d410709e8e3ef61bc43
|
image: nodered/node-red:3.0.2@sha256:524316b9b84cb5bbfe006c117f3dad31ee806804b12e4b866047a65e2080e92d
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
data:
|
data:
|
||||||
- data:/data
|
- data:/data
|
||||||
|
|
|
@ -9,7 +9,7 @@ citadel_version: 4
|
||||||
metadata:
|
metadata:
|
||||||
category: Lightning Node Management
|
category: Lightning Node Management
|
||||||
name: Ride The Lightning
|
name: Ride The Lightning
|
||||||
version: 0.12.3
|
version: 0.13.0
|
||||||
tagline: Manage lightning node operations better
|
tagline: Manage lightning node operations better
|
||||||
description: Haven't written a description yet for this, sorry.
|
description: Haven't written a description yet for this, sorry.
|
||||||
developers:
|
developers:
|
||||||
|
|
|
@ -8,7 +8,7 @@ version: 3
|
||||||
metadata:
|
metadata:
|
||||||
category: Lightning Node Management
|
category: Lightning Node Management
|
||||||
name: ThunderHub
|
name: ThunderHub
|
||||||
version: 0.13.14
|
version: 0.13.15
|
||||||
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.14@sha256:6ee592a8335ec203f9c7056ddd22f286f8135b5888005d84db70787a91e3e72f
|
- image: apotdevin/thunderhub:v0.13.15@sha256:38189f0ec3df0d56980b0595f7d8eaa446dac922f937d2cda04a88dfc1866a51
|
||||||
environment:
|
environment:
|
||||||
NO_VERSION_CHECK: "true"
|
NO_VERSION_CHECK: "true"
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
|
|
|
@ -10,7 +10,7 @@ citadel_version: 4
|
||||||
metadata:
|
metadata:
|
||||||
category: Password Managers
|
category: Password Managers
|
||||||
name: Vaultwarden
|
name: Vaultwarden
|
||||||
version: 1.25.1
|
version: 1.25.2
|
||||||
tagline: Unofficial Bitwarden® compatible server
|
tagline: Unofficial Bitwarden® compatible server
|
||||||
description: >-
|
description: >-
|
||||||
Vaultwarden (formerly known as Bitwarden_RS) is an alternative
|
Vaultwarden (formerly known as Bitwarden_RS) is an alternative
|
||||||
|
@ -49,7 +49,7 @@ metadata:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
image: vaultwarden/server:1.25.1@sha256:09b7c56d8224e5d6ecd1a0d940aba658cab5ed4f3f89ca92a4bc7a1edde4b8d3
|
image: vaultwarden/server:1.25.2@sha256:39f34c5159a27dc9a16b2b7c07cec031622cdb174b4d99f09c8efefcd847d887
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
port: 3000
|
port: 3000
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user