Revert "add policy options"

This reverts commit 1031ed15f2.
This commit is contained in:
Léo Haf 2024-10-20 12:34:17 +02:00
parent 1031ed15f2
commit c6490fab4c
Signed by: Retropex
GPG Key ID: 0E37EBAB8574F005
4 changed files with 14 additions and 8 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3005 APP_PORT: 3005
server: server:
image: ghcr.io/retropex/umbrel-bitcoin-knots:v0.5.6@sha256:ea2dbea78c257b8670035f1fed389ced6071b95491ff22058300016819d9013a image: retropexx/umbrel-bitcoin-knots:v0.5.3@sha256:c21fc893fb943c92fb078afb7622ab0741eccccf9073629a5bda713ed7a8f537
depends_on: [bitcoind] depends_on: [bitcoind]
restart: on-failure restart: on-failure
volumes: volumes:
@ -42,7 +42,7 @@ services:
bitcoind: bitcoind:
image: ghcr.io/retropex/bitcoin:v27.1@sha256:58553f26a73be8aed2c318e49fbbd3dc16e4e6158e4d75a59fcb42a2ce104e97 image: ghcr.io/retropex/bitcoin:v27.1@sha256:58553f26a73be8aed2c318e49fbbd3dc16e4e6158e4d75a59fcb42a2ce104e97
command: "${APP_BITCOIN_COMMAND}" command: "${APP_BITCOIN_COMMAND}"
restart: on-failure restart: unless-stopped
stop_grace_period: 15m30s stop_grace_period: 15m30s
volumes: volumes:
- "${APP_BITCOIN_DATA_DIR}:/data/.bitcoin" - "${APP_BITCOIN_DATA_DIR}:/data/.bitcoin"

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: btc-knots id: btc-knots
category: Bitcoin category: Bitcoin
name: Bitcoin Knots arm64 name: Bitcoin Knots arm64
version: "27.1.3" version: "27.1.2"
tagline: Run your personal node powered by Bitcoin Knots tagline: Run your personal node powered by Bitcoin Knots
icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg
description: >- description: >-
@ -23,6 +23,9 @@ gallery:
path: "" path: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
This update add new policy settings to be able fully customise your mempool and your mining template. it also make Knots compatible with Datum. This release make Bitcoin Knots compatible with Datum.
Full release notes can be found at https://github.com/bitcoinknots/bitcoin/releases/tag/v27.1.knots20240801
submitter: Léo Haf submitter: Léo Haf
submission: https://github.com/getumbrel/umbrel-apps/pull/953 submission: https://github.com/getumbrel/umbrel-apps/pull/953

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3005 APP_PORT: 3005
server: server:
image: ghcr.io/retropex/umbrel-bitcoin-knots:v0.5.6@sha256:ea2dbea78c257b8670035f1fed389ced6071b95491ff22058300016819d9013a image: retropexx/umbrel-bitcoin-knots:v0.5.3@sha256:c21fc893fb943c92fb078afb7622ab0741eccccf9073629a5bda713ed7a8f537
depends_on: [bitcoind] depends_on: [bitcoind]
restart: on-failure restart: on-failure
volumes: volumes:
@ -42,7 +42,7 @@ services:
bitcoind: bitcoind:
image: ghcr.io/retropex/bitcoin:v27.1@sha256:58553f26a73be8aed2c318e49fbbd3dc16e4e6158e4d75a59fcb42a2ce104e97 image: ghcr.io/retropex/bitcoin:v27.1@sha256:58553f26a73be8aed2c318e49fbbd3dc16e4e6158e4d75a59fcb42a2ce104e97
command: "${APP_BITCOIN_COMMAND}" command: "${APP_BITCOIN_COMMAND}"
restart: on-failure restart: unless-stopped
stop_grace_period: 15m30s stop_grace_period: 15m30s
volumes: volumes:
- "${APP_BITCOIN_DATA_DIR}:/data/.bitcoin" - "${APP_BITCOIN_DATA_DIR}:/data/.bitcoin"

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: btc-knotsx86 id: btc-knotsx86
category: Bitcoin category: Bitcoin
name: Bitcoin Knots x86 name: Bitcoin Knots x86
version: "27.1.3" version: "27.1.2"
tagline: Run your personal node powered by Bitcoin Knots for x86 platform tagline: Run your personal node powered by Bitcoin Knots for x86 platform
icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg
description: >- description: >-
@ -23,6 +23,9 @@ gallery:
path: "" path: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
This update add new policy settings to be able fully customise your mempool and your mining template. it also make Knots compatible with Datum. This release make Bitcoin Knots compatible with Datum.
Full release notes can be found at https://github.com/bitcoinknots/bitcoin/releases/tag/v27.1.knots20240801
submitter: Léo Haf submitter: Léo Haf
submission: https://github.com/getumbrel/umbrel-apps/pull/953 submission: https://github.com/getumbrel/umbrel-apps/pull/953