Compare commits

...

4 Commits

Author SHA1 Message Date
al-lac
46bf868fe8 Fix app port 2025-04-28 18:24:57 +02:00
al-lac
b28e482a49 Fix volume mount of data folder 2025-04-28 18:03:43 +02:00
al-lac
2a933955a2 Add final newlines and fix linting issues 2025-04-28 17:58:22 +02:00
2df2889da5
add DeepSea dashboard app 2025-04-28 12:48:59 +02:00
3 changed files with 44 additions and 0 deletions

8
deepsea/data/config.json Normal file
View File

@ -0,0 +1,8 @@
{
"power_cost": 0.0,
"power_usage": 0.0,
"wallet": "yourwallethere",
"timezone": "America/Los_Angeles",
"network_fee": 0.0
}

View File

@ -0,0 +1,14 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: deepsea_deepsea_1
APP_PORT: 5000
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/

22
deepsea/umbrel-app.yml Normal file
View File

@ -0,0 +1,22 @@
manifestVersion: 1.1
id: deepsea
category: bitcoin
name: DeepSea Dashboard
version: "0.9.2"
tagline: Retro style Ocean dashboard
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