feat: add Glances system monitoring template#779
Open
jyoti369 wants to merge 1 commit intoDokploy:mainfrom
Open
feat: add Glances system monitoring template#779jyoti369 wants to merge 1 commit intoDokploy:mainfrom
jyoti369 wants to merge 1 commit intoDokploy:mainfrom
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Author
|
Pushed a fix addressing the review comments:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this does
Adds a Glances template for system monitoring. Glances is a popular Python-based tool with a built-in web UI that shows CPU, memory, disk, network stats and Docker container info.
Partially addresses #329 (the Dify portion is still open, Flowise already exists as a template).
What's included
blueprints/glances/docker-compose.yml- single service using thenicolargo/glances:4.3.0.8-fullimage with web mode, Docker socket mounted read-only for container monitoring, persistent volume for exportsblueprints/glances/template.toml- domain config pointing to port 61208 (Glances web UI default)blueprints/glances/glances.svg- official logo from the upstream repometa.json- new entry with monitoring tag, randedupe-and-sort-meta.jswhich also cleaned up a pre-existing duplicate Strapi entryNote on authentication
Glances web mode doesn't support non-interactive password setup in Docker (the
--passwordflag prompts for input on stdin, which hangs the container). This matches how other monitoring templates like beszel and uptime-kuma are set up in this repo. Users who need auth can put Glances behind a reverse proxy or configure aglances.confwith SSL certs.Testing
node dedupe-and-sort-meta.jspasses clean