Skip to content

Broken startpage with disabled dashdot integration #4

@4censord

Description

@4censord

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

Details
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions