From 0de058991cb02a1079f730311ffb467887721b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Tue, 22 Apr 2025 13:39:25 +0200 Subject: [PATCH 1/4] add DeepSea Dashboard --- btc-deepsea/data/config.json | 7 +++++++ btc-deepsea/docker-compose.yml | 16 ++++++++++++++++ btc-deepsea/umbrel-app.yml | 25 +++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 btc-deepsea/data/config.json create mode 100644 btc-deepsea/docker-compose.yml create mode 100644 btc-deepsea/umbrel-app.yml diff --git a/btc-deepsea/data/config.json b/btc-deepsea/data/config.json new file mode 100644 index 0000000..40a3ce9 --- /dev/null +++ b/btc-deepsea/data/config.json @@ -0,0 +1,7 @@ +{ + "power_cost": 0.0, + "power_usage": 0.0, + "wallet": "yourwallethere", + "timezone": "America/Los_Angeles", + "network_fee": 0.0 +} \ No newline at end of file diff --git a/btc-deepsea/docker-compose.yml b/btc-deepsea/docker-compose.yml new file mode 100644 index 0000000..f596633 --- /dev/null +++ b/btc-deepsea/docker-compose.yml @@ -0,0 +1,16 @@ +version: "3.7" + +services: + app_proxy: + environment: + APP_HOST: btc-deepsea_deepsea_1 + APP_PORT: 5000 + + deepsea: + image: ghcr.io/retropex/custom-dashboard-ocean:v0.8 + user: 1000:1000 + restart: on-failure + volumes: + - ${APP_DATA_DIR}/data/:/app/data/ + ports: + - 5000:5000 \ No newline at end of file diff --git a/btc-deepsea/umbrel-app.yml b/btc-deepsea/umbrel-app.yml new file mode 100644 index 0000000..2109822 --- /dev/null +++ b/btc-deepsea/umbrel-app.yml @@ -0,0 +1,25 @@ +manifestVersion: 1.1 +id: btc-deepsea +category: mining +name: DeepSea Dashboard +version: "0.7" +tagline: Retro style Ocean dashboard +icon: https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/dash.png +description: >- + Customized Ocean.xyz Bitcoin Mining Pool Dashboard + + (This community project is not affiliated with OCEAN) +developer: DJ O₿leezy +dependencies: [] +repo: https://github.com/Djobleezy/DeepSea-Dashboard.git +port: 5001 +gallery: + - https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/1-dash.png + - https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/2-dash.png + - https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/3-dash.png + - https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/4-dash.png +path: "" +releaseNotes: >- + Initial release! +submitter: Léo Haf +submission: https://github.com/Retropex/Bitcoin-store/pull/9 From cb067da5adc612139bcd7968d08d223bec02c22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Fri, 25 Apr 2025 11:41:18 +0200 Subject: [PATCH 2/4] bump version --- btc-deepsea/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btc-deepsea/umbrel-app.yml b/btc-deepsea/umbrel-app.yml index 2109822..a6cf244 100644 --- a/btc-deepsea/umbrel-app.yml +++ b/btc-deepsea/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: btc-deepsea category: mining name: DeepSea Dashboard -version: "0.7" +version: "0.8" tagline: Retro style Ocean dashboard icon: https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/dash.png description: >- From e90f87d837a9a0236fc13aa5335ec5c4c5e701ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Fri, 25 Apr 2025 15:08:10 +0200 Subject: [PATCH 3/4] update to v0.8.1 --- btc-deepsea/docker-compose.yml | 2 +- btc-deepsea/umbrel-app.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/btc-deepsea/docker-compose.yml b/btc-deepsea/docker-compose.yml index f596633..616a4fd 100644 --- a/btc-deepsea/docker-compose.yml +++ b/btc-deepsea/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 5000 deepsea: - image: ghcr.io/retropex/custom-dashboard-ocean:v0.8 + image: ghcr.io/retropex/custom-dashboard-ocean:v0.8.1@sha256:d6912f44df79a6cc164495de97bcb203ad757a4a17719e6652147d41c0b644fd user: 1000:1000 restart: on-failure volumes: diff --git a/btc-deepsea/umbrel-app.yml b/btc-deepsea/umbrel-app.yml index a6cf244..969474d 100644 --- a/btc-deepsea/umbrel-app.yml +++ b/btc-deepsea/umbrel-app.yml @@ -2,11 +2,12 @@ manifestVersion: 1.1 id: btc-deepsea category: mining name: DeepSea Dashboard -version: "0.8" +version: "0.8.1" tagline: Retro style Ocean dashboard icon: https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/dash.png description: >- Customized Ocean.xyz Bitcoin Mining Pool Dashboard + (This community project is not affiliated with OCEAN) developer: DJ O₿leezy From 4092f42d9b209e01d39f5a519cc9d2b3d5c8a5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Fri, 25 Apr 2025 15:22:02 +0200 Subject: [PATCH 4/4] update hash --- btc-deepsea/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btc-deepsea/docker-compose.yml b/btc-deepsea/docker-compose.yml index 616a4fd..47f41aa 100644 --- a/btc-deepsea/docker-compose.yml +++ b/btc-deepsea/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 5000 deepsea: - image: ghcr.io/retropex/custom-dashboard-ocean:v0.8.1@sha256:d6912f44df79a6cc164495de97bcb203ad757a4a17719e6652147d41c0b644fd + image: ghcr.io/retropex/custom-dashboard-ocean:v0.8.1@sha256:6b5144ed7e7ebfbfed7706bbb932d62689df67bd188951eb92f201690eedce8f user: 1000:1000 restart: on-failure volumes: