mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Compare commits
4 Commits
ccf1e5059b
...
46bf868fe8
Author | SHA1 | Date | |
---|---|---|---|
![]() |
46bf868fe8 | ||
![]() |
b28e482a49 | ||
![]() |
2a933955a2 | ||
2df2889da5 |
8
deepsea/data/config.json
Normal file
8
deepsea/data/config.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"power_cost": 0.0,
|
||||
"power_usage": 0.0,
|
||||
"wallet": "yourwallethere",
|
||||
"timezone": "America/Los_Angeles",
|
||||
"network_fee": 0.0
|
||||
}
|
||||
|
14
deepsea/docker-compose.yml
Normal file
14
deepsea/docker-compose.yml
Normal 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
22
deepsea/umbrel-app.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user