Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken startpage with disabled dashdot integration #4

Open
4censord opened this issue Dec 7, 2024 · 0 comments
Open

Broken startpage with disabled dashdot integration #4

4censord opened this issue Dec 7, 2024 · 0 comments

Comments

@4censord
Copy link

4censord commented Dec 7, 2024

Using 4d7ab4a2169d4bbb1e743363e8937a6bc77e5571 (main from somewhen yesterday), with the following changes to the config/compose files:

diff --git a/docs/examples/blobdash.example.toml b/docs/examples/blobdash.example.toml
index 76a5e39..b4f8bfa 100644
--- a/docs/examples/blobdash.example.toml
+++ b/docs/examples/blobdash.example.toml
@@ -22,14 +22,7 @@ about = """
 """
 
 [dashdot]
-enabled = true
-host = "https://dash.mauz.dev"
-show_values = true
-widgets = [
-    "cpu",
-    "ram",
-    "network",
-]
+enabled = false
 
 [auth]
 enabled = true
diff --git a/docs/examples/compose.example.yaml b/docs/examples/compose.example.yaml
index 65b617c..bf11fe8 100644
--- a/docs/examples/compose.example.yaml
+++ b/docs/examples/compose.example.yaml
@@ -1,22 +1,10 @@
 services:
   server:
+    build: ../../
     image: ghcr.io/thcrt/blobdash:latest  # Pin a version!
     restart: unless-stopped
 
     volumes:
-      - ./blobdash.toml:/blobdash.toml
+      - ./blobdash.example.toml:/blobdash.toml
     ports:
       - '80:8080'
-
-  # Example of dashdot integration
-  dashdot:
-    image: mauricenino/dashdot:latest
-    restart: unless-stopped
-    privileged: true
-    
-    volumes:
-      - /:/mnt/host:ro
-    ports:
-      - '8080:3001'
-    environment:
-      DASHDOT_ALWAYS_SHOW_PERCENTAGES: "true"

Produces a broken dashboard:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant