From 2df2889da5e51e080cf4f53f16bc2a2310701536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Fri, 25 Apr 2025 15:15:08 +0200 Subject: [PATCH] add DeepSea dashboard app --- deepsea/data/config.json | 7 +++++++ deepsea/docker-compose.yml | 14 ++++++++++++++ deepsea/umbrel-app.yml | 23 +++++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 deepsea/data/config.json create mode 100644 deepsea/docker-compose.yml create mode 100644 deepsea/umbrel-app.yml diff --git a/deepsea/data/config.json b/deepsea/data/config.json new file mode 100644 index 0000000..d27e8f7 --- /dev/null +++ b/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/deepsea/docker-compose.yml b/deepsea/docker-compose.yml new file mode 100644 index 0000000..07170bd --- /dev/null +++ b/deepsea/docker-compose.yml @@ -0,0 +1,14 @@ +version: "3.7" + +services: + app_proxy: + environment: + APP_HOST: deepsea_deepsea_1 + APP_PORT: 5300 + + deepsea: + image: ghcr.io/retropex/custom-dashboard-ocean:v0.9.2@sha256:913a0521c37ed78636aaa3a6bfd7902cfd2d590cfe358571291f1dfe6cfa992d + user: 1000:1000 + restart: on-failure + volumes: + - ${APP_DATA_DIR}/data/:/app/data/ \ No newline at end of file diff --git a/deepsea/umbrel-app.yml b/deepsea/umbrel-app.yml new file mode 100644 index 0000000..8cbcb20 --- /dev/null +++ b/deepsea/umbrel-app.yml @@ -0,0 +1,23 @@ +manifestVersion: 1.1 +id: deepsea +category: bitcoin +name: DeepSea Dashboard +version: "0.9.2" +tagline: Retro style Ocean dashboard +icon: "" +description: >- + Customized Ocean.xyz Bitcoin Mining Pool Dashboard + + + (This community project is not affiliated with OCEAN) +developer: DJ O₿leezy +website: https://github.com/Djobleezy/DeepSea-Dashboard.git +dependencies: [] +repo: https://github.com/Djobleezy/DeepSea-Dashboard.git +support: https://github.com/Djobleezy/DeepSea-Dashboard/issues +port: 5300 +gallery: "" +path: "" +releaseNotes: "" +submitter: Léo Haf +submission: https://github.com/getumbrel/umbrel-apps/pull/2635 \ No newline at end of file