diff --git a/app-catalog/catalog.json b/app-catalog/catalog.json index e48345b8..898a4b60 100644 --- a/app-catalog/catalog.json +++ b/app-catalog/catalog.json @@ -52,13 +52,13 @@ { "id": "btcpay-server", "title": "BTCPay Server", - "version": "2.4.2", + "version": "2.4.3", "description": "Self-hosted Bitcoin payment processor. Accept Bitcoin payments without intermediaries.", "icon": "/assets/img/app-icons/btcpay-server.png", "author": "BTCPay Server Foundation", "category": "commerce", "tier": "core", - "dockerImage": "docker.io/btcpayserver/btcpayserver:2.4.2", + "dockerImage": "docker.io/btcpayserver/btcpayserver:2.4.3", "repoUrl": "https://github.com/btcpayserver/btcpayserver", "requires": [ "bitcoin-knots" @@ -378,7 +378,7 @@ "icon": "/assets/img/app-icons/pine.svg", "author": "Archipelago", "category": "home", - "dockerImage": "docker.io/library/nginx:1.31.3-alpine", + "dockerImage": "docker.io/library/nginx:1.31.4-alpine", "repoUrl": "https://github.com/rhasspy/wyoming" }, { @@ -464,7 +464,7 @@ "author": "NetBird", "category": "networking", "tier": "recommended", - "dockerImage": "docker.io/library/nginx:1.31.3-alpine", + "dockerImage": "docker.io/library/nginx:1.31.4-alpine", "repoUrl": "https://github.com/netbirdio/netbird", "containerConfig": { "ports": [ @@ -571,6 +571,18 @@ "tier": "optional", "dockerImage": "source.archipelago-foundation.org/lfg2025/phoenixd:0.9.0", "repoUrl": "https://github.com/ACINQ/phoenixd" + }, + { + "id": "cuprate", + "title": "Cuprate", + "version": "0.1.0-preview", + "description": "Alternative Monero node implementation in Rust. Independently validates Monero consensus rules, providing a layer of security and redundancy for the network.", + "icon": "/assets/img/app-icons/cuprate.svg", + "author": "Cuprate contributors", + "category": "money", + "tier": "optional", + "dockerImage": "source.archipelago-foundation.org/lfg2025/cuprate:0.1.0-preview-18-g618ff14", + "repoUrl": "https://github.com/Cuprate/cuprate" } ] } diff --git a/apps/btcpay-server/manifest.yml b/apps/btcpay-server/manifest.yml index d8754b42..c79a2382 100644 --- a/apps/btcpay-server/manifest.yml +++ b/apps/btcpay-server/manifest.yml @@ -1,7 +1,7 @@ app: id: btcpay-server name: BTCPay Server - version: 2.4.2 + version: 2.4.3 # Where this app comes from, so scripts/check-upstream-releases.py can # tell us when the pin below has fallen behind. Without it nothing can: # container.image names our mirror, not the project it was mirrored from. @@ -11,7 +11,7 @@ app: description: Self-hosted Bitcoin payment processor. Accept Bitcoin payments without intermediaries. container: - image: docker.io/btcpayserver/btcpayserver:2.4.2 + image: docker.io/btcpayserver/btcpayserver:2.4.3 pull_policy: if-not-present network: archy-net secret_env: diff --git a/apps/cuprate/manifest.yml b/apps/cuprate/manifest.yml index c2d0e565..0b3d5f0b 100644 --- a/apps/cuprate/manifest.yml +++ b/apps/cuprate/manifest.yml @@ -13,6 +13,12 @@ app: kind: github repo: Cuprate/cuprate description: Alternative Monero node implementation in Rust. Independently validates Monero consensus rules, providing a layer of security and redundancy for the network. + category: money + + metadata: + icon: /assets/img/app-icons/cuprate.svg + repo: https://github.com/Cuprate/cuprate + tier: optional container: # Built from the upstream Dockerfile at the tip of main, 18 commits past diff --git a/apps/netbird/manifest.yml b/apps/netbird/manifest.yml index c64c28fe..edd48517 100644 --- a/apps/netbird/manifest.yml +++ b/apps/netbird/manifest.yml @@ -18,7 +18,7 @@ app: container_name: netbird container: - image: docker.io/library/nginx:1.31.3-alpine + image: docker.io/library/nginx:1.31.4-alpine pull_policy: if-not-present network: netbird-net # Self-signed TLS cert materialised before create — the dashboard needs a diff --git a/apps/pine/manifest.yml b/apps/pine/manifest.yml index 44bf1729..a0423586 100644 --- a/apps/pine/manifest.yml +++ b/apps/pine/manifest.yml @@ -19,7 +19,7 @@ app: container_name: pine container: - image: docker.io/library/nginx:1.31.3-alpine + image: docker.io/library/nginx:1.31.4-alpine pull_policy: if-not-present network: archy-net network_aliases: [pine] diff --git a/apps/strfry/manifest.yml b/apps/strfry/manifest.yml index 7a69380b..9eaef6df 100644 --- a/apps/strfry/manifest.yml +++ b/apps/strfry/manifest.yml @@ -1,7 +1,7 @@ app: id: strfry name: Strfry Nostr Relay - version: 1.1.1 + version: 1.1.2 # Where this app comes from, so scripts/check-upstream-releases.py can # tell us when the pin below has fallen behind. Without it nothing can: # container.image names our mirror, not the project it was mirrored from. @@ -11,7 +11,7 @@ app: description: Lightweight Nostr relay written in C++. Alternative to nostr-rs-relay with lower resource usage. container: - image: dockurr/strfry:1.1.1 + image: dockurr/strfry:1.1.2 image_signature: cosign://... pull_policy: verify-signature diff --git a/neode-ui/public/catalog.json b/neode-ui/public/catalog.json index e48345b8..3616c6de 100644 --- a/neode-ui/public/catalog.json +++ b/neode-ui/public/catalog.json @@ -52,13 +52,13 @@ { "id": "btcpay-server", "title": "BTCPay Server", - "version": "2.4.2", + "version": "2.4.3", "description": "Self-hosted Bitcoin payment processor. Accept Bitcoin payments without intermediaries.", "icon": "/assets/img/app-icons/btcpay-server.png", "author": "BTCPay Server Foundation", "category": "commerce", "tier": "core", - "dockerImage": "docker.io/btcpayserver/btcpayserver:2.4.2", + "dockerImage": "docker.io/btcpayserver/btcpayserver:2.4.3", "repoUrl": "https://github.com/btcpayserver/btcpayserver", "requires": [ "bitcoin-knots" @@ -378,7 +378,7 @@ "icon": "/assets/img/app-icons/pine.svg", "author": "Archipelago", "category": "home", - "dockerImage": "docker.io/library/nginx:1.31.3-alpine", + "dockerImage": "docker.io/library/nginx:1.31.4-alpine", "repoUrl": "https://github.com/rhasspy/wyoming" }, { @@ -464,7 +464,7 @@ "author": "NetBird", "category": "networking", "tier": "recommended", - "dockerImage": "docker.io/library/nginx:1.31.3-alpine", + "dockerImage": "docker.io/library/nginx:1.31.4-alpine", "repoUrl": "https://github.com/netbirdio/netbird", "containerConfig": { "ports": [ diff --git a/neode-ui/src/views/appSession/generatedAppSessionConfig.ts b/neode-ui/src/views/appSession/generatedAppSessionConfig.ts index 3ecd7f89..0cf0ba3d 100644 --- a/neode-ui/src/views/appSession/generatedAppSessionConfig.ts +++ b/neode-ui/src/views/appSession/generatedAppSessionConfig.ts @@ -51,6 +51,7 @@ export const GENERATED_APP_TITLES: Record = { "botfights": "BotFights", "btcpay-server": "BTCPay Server", "core-lightning": "Core Lightning (CLN)", + "cuprate": "Cuprate", "did-wallet": "Web5 DID Wallet", "electrs-ui": "Electrs UI", "electrumx": "ElectrumX", diff --git a/scripts/image-versions.sh b/scripts/image-versions.sh index 0503519b..966096d2 100644 --- a/scripts/image-versions.sh +++ b/scripts/image-versions.sh @@ -37,7 +37,7 @@ MEMPOOL_WEB_IMAGE="$ARCHY_REGISTRY/mempool-frontend:v3.3.1" MARIADB_IMAGE="$ARCHY_REGISTRY/mariadb:11.4.10" # BTCPay -BTCPAY_IMAGE="docker.io/btcpayserver/btcpayserver:2.4.2" +BTCPAY_IMAGE="docker.io/btcpayserver/btcpayserver:2.4.3" NBXPLORER_IMAGE="$ARCHY_REGISTRY/nbxplorer:2.6.0" POSTGRES_IMAGE="$ARCHY_REGISTRY/postgres:15.17" BTCPAY_POSTGRES_IMAGE="$ARCHY_REGISTRY/postgres:15.17"