app.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. app_version: 4.3.0.8
  2. capabilities:
  3. - description: Glances is able to bypass file permission checks
  4. name: DAC_OVERRIDE
  5. - description: Glances is able to bypass permission checks for file operations
  6. name: FOWNER
  7. - description: Glances is able to change group ID of processes
  8. name: SETGID
  9. - description: Glances is able to change user ID of processes
  10. name: SETUID
  11. - description: Glances is able to trace and control other processes
  12. name: SYS_PTRACE
  13. categories:
  14. - monitoring
  15. changelog_url: https://github.com/nicolargo/glances/releases
  16. date_added: '2025-01-29'
  17. description: Glances is a cross-platform system monitoring tool.
  18. home: https://nicolargo.github.io/glances
  19. host_mounts:
  20. - description: Required to read the OS release information.
  21. host_path: /etc/os-release
  22. - description: Required to read the processes information.
  23. host_path: /proc
  24. - description: Required to read the system information.
  25. host_path: /sys
  26. - description: Required to read the docker information.
  27. host_path: /var/run/docker.sock
  28. icon: https://media.sys.truenas.net/apps/glances/icons/icon.png
  29. keywords:
  30. - metric
  31. - monitoring
  32. lib_version: 2.1.49
  33. lib_version_hash: e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634
  34. maintainers:
  35. - email: dev@ixsystems.com
  36. name: truenas
  37. url: https://www.truenas.com/
  38. name: glances
  39. run_as_context:
  40. - description: Glances runs as root user.
  41. gid: 0
  42. group_name: root
  43. uid: 0
  44. user_name: root
  45. screenshots:
  46. - https://media.sys.truenas.net/apps/glances/screenshots/screenshot1.png
  47. sources:
  48. - https://hub.docker.com/r/nicolargo/glances
  49. title: Glances
  50. train: community
  51. version: 1.0.16