Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update datum to v0.2.1-beta #1865

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datum/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
APP_PORT: 21000

datum:
image: ghcr.io/retropex/datum:v1.6@sha256:0fb807930f206e618b28f0b9aa82d779787beec1c17b79ca0acd5b3b1e79f3e2
image: ghcr.io/retropex/datum:v1.7@sha256:b6d4f48796ee0ac3211e57ff7a860bc1fa6428ead87b32caefc636968ecd0736
user: 1000:1000
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data/settings/datum_gateway_config.json:/app/datum_gateway_config.json
ports:

Check notice on line 15 in datum/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

External port mapping "23334:23334"

Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
# datum gateway port
- 23334:23334
5 changes: 3 additions & 2 deletions datum/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: datum
category: bitcoin
name: DATUM
version: "v0.2-beta"
version: "v0.2.1-beta"
tagline: Self-sovereign Bitcoin mining
description: >-
DATUM (Decentralized Alternative Templates for Universal Mining) is a brand new bitcoin mining protocol that allows you to create your own block templates using your own Bitcoin node.
Expand Down Expand Up @@ -67,6 +67,7 @@ gallery:
- 3.jpg
path: ""
defaultPassword: ""
releaseNotes: ""
releaseNotes: >-
Various bug fixes.
submitter: Léo Haf
submission: https://github.com/getumbrel/umbrel-apps/pull/1661