We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using 4d7ab4a2169d4bbb1e743363e8937a6bc77e5571 (main from somewhen yesterday), with the following changes to the config/compose files:
4d7ab4a2169d4bbb1e743363e8937a6bc77e5571
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using
4d7ab4a2169d4bbb1e743363e8937a6bc77e5571
(main from somewhen yesterday), with the following changes to the config/compose files:Produces a broken dashboard:
The text was updated successfully, but these errors were encountered: