From 2a933955a2c9a3827d21b0aa994d3f3b1d3882f0 Mon Sep 17 00:00:00 2001 From: al-lac Date: Mon, 28 Apr 2025 17:58:22 +0200 Subject: [PATCH] Add final newlines and fix linting issues --- deepsea/data/config.json | 3 ++- deepsea/docker-compose.yml | 2 +- deepsea/umbrel-app.yml | 5 ++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deepsea/data/config.json b/deepsea/data/config.json index d27e8f7..f8752e0 100644 --- a/deepsea/data/config.json +++ b/deepsea/data/config.json @@ -4,4 +4,5 @@ "wallet": "yourwallethere", "timezone": "America/Los_Angeles", "network_fee": 0.0 - } \ No newline at end of file + } + \ No newline at end of file diff --git a/deepsea/docker-compose.yml b/deepsea/docker-compose.yml index 07170bd..0807d67 100644 --- a/deepsea/docker-compose.yml +++ b/deepsea/docker-compose.yml @@ -11,4 +11,4 @@ services: user: 1000:1000 restart: on-failure volumes: - - ${APP_DATA_DIR}/data/:/app/data/ \ No newline at end of file + - ${APP_DATA_DIR}/data/:/app/data/ diff --git a/deepsea/umbrel-app.yml b/deepsea/umbrel-app.yml index 8cbcb20..3fc9432 100644 --- a/deepsea/umbrel-app.yml +++ b/deepsea/umbrel-app.yml @@ -4,7 +4,6 @@ category: bitcoin name: DeepSea Dashboard version: "0.9.2" tagline: Retro style Ocean dashboard -icon: "" description: >- Customized Ocean.xyz Bitcoin Mining Pool Dashboard @@ -16,8 +15,8 @@ dependencies: [] repo: https://github.com/Djobleezy/DeepSea-Dashboard.git support: https://github.com/Djobleezy/DeepSea-Dashboard/issues port: 5300 -gallery: "" +gallery: [] path: "" releaseNotes: "" submitter: Léo Haf -submission: https://github.com/getumbrel/umbrel-apps/pull/2635 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/pull/2635