Compare commits

...

10 Commits

Author SHA1 Message Date
28188784ed
fix port 2025-04-25 17:40:53 +02:00
2ed52123de
Revert "remove useless docker proxy"
This reverts commit 1f2b3d6cb5.
2025-04-25 17:36:09 +02:00
1f2b3d6cb5
remove useless docker proxy 2025-04-25 17:33:20 +02:00
72ef4f6d0e
move port to 5333 2025-04-25 17:31:12 +02:00
5707de6307
move to port 5300 2025-04-25 17:08:32 +02:00
a52f047704
Merge pull request #9 from Retropex/btcos
DeepSea Dashboard
2025-04-25 15:28:55 +02:00
4092f42d9b
update hash 2025-04-25 15:22:02 +02:00
e90f87d837
update to v0.8.1 2025-04-25 15:08:10 +02:00
cb067da5ad
bump version 2025-04-25 11:41:18 +02:00
0de058991c
add DeepSea Dashboard 2025-04-25 11:26:27 +02:00
3 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"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: btc-deepsea_deepsea_1
APP_PORT: 5000
deepsea:
image: ghcr.io/retropex/custom-dashboard-ocean:v0.8.1@sha256:6b5144ed7e7ebfbfed7706bbb932d62689df67bd188951eb92f201690eedce8f
user: 1000:1000
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data/:/app/data/

View File

@ -0,0 +1,26 @@
manifestVersion: 1.1
id: btc-deepsea
category: mining
name: DeepSea Dashboard
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
dependencies: []
repo: https://github.com/Djobleezy/DeepSea-Dashboard.git
port: 5333
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