@simplehomelab/deployrr 6.0.0-rc3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (472) hide show
  1. package/announcement +1 -0
  2. package/apps/community/CONTRIBUTING.md +660 -0
  3. package/apps/community/apps.json +6 -0
  4. package/apps/core/apps.json +16 -0
  5. package/apps/core/authelia/authelia-redis.yml +24 -0
  6. package/apps/core/authelia/compose.yml +45 -0
  7. package/apps/core/authelia/files/chain-authelia.yml +8 -0
  8. package/apps/core/authelia/files/configuration.yml +100 -0
  9. package/apps/core/authelia/files/middlewares-authelia.yml +9 -0
  10. package/apps/core/authelia/files/users.yml +15 -0
  11. package/apps/core/authelia/manifest.json +156 -0
  12. package/apps/core/authentik/authentik-postgresql.yml +26 -0
  13. package/apps/core/authentik/authentik-worker.yml +37 -0
  14. package/apps/core/authentik/compose.yml +51 -0
  15. package/apps/core/authentik/files/chain-authentik.yml +8 -0
  16. package/apps/core/authentik/files/middlewares-authentik.yml +19 -0
  17. package/apps/core/authentik/manifest.json +117 -0
  18. package/apps/core/crowdsec/compose.yml +23 -0
  19. package/apps/core/crowdsec/files/acquis-traefik.yaml +4 -0
  20. package/apps/core/crowdsec/files/acquis.yaml +8 -0
  21. package/apps/core/crowdsec/files/crowdsec-firewall-bouncer.yaml +46 -0
  22. package/apps/core/crowdsec/files/custom-whitelists.yaml +13 -0
  23. package/apps/core/crowdsec/manifest.json +87 -0
  24. package/apps/core/crowdsec-firewall-bouncer/manifest.json +85 -0
  25. package/apps/core/deployrr/jokes_and_tips.txt +58 -0
  26. package/apps/core/deployrr-dashboard/compose.yml +23 -0
  27. package/apps/core/deployrr-dashboard/files/bookmarks.yaml +51 -0
  28. package/apps/core/deployrr-dashboard/files/deployrr_icon.ico +0 -0
  29. package/apps/core/deployrr-dashboard/files/deployrr_icon.png +0 -0
  30. package/apps/core/deployrr-dashboard/files/docker.yaml +10 -0
  31. package/apps/core/deployrr-dashboard/files/service-template-other.yaml +10 -0
  32. package/apps/core/deployrr-dashboard/files/service-template-web-local.yaml +10 -0
  33. package/apps/core/deployrr-dashboard/files/service-template-web-remote.yaml +10 -0
  34. package/apps/core/deployrr-dashboard/files/services.yaml +18 -0
  35. package/apps/core/deployrr-dashboard/files/settings.yaml +13 -0
  36. package/apps/core/deployrr-dashboard/files/widgets.yaml +20 -0
  37. package/apps/core/deployrr-dashboard/manifest.json +133 -0
  38. package/apps/core/npm/compose.yml +40 -0
  39. package/apps/core/npm/manifest.json +60 -0
  40. package/apps/core/oauth/compose.yml +38 -0
  41. package/apps/core/oauth/files/chain-oauth.yml +8 -0
  42. package/apps/core/oauth/files/middlewares-oauth.yml +8 -0
  43. package/apps/core/oauth/files/oauth-secrets-template +3 -0
  44. package/apps/core/oauth/manifest.json +58 -0
  45. package/apps/core/socket-proxy/compose.yml +54 -0
  46. package/apps/core/socket-proxy/manifest.json +62 -0
  47. package/apps/core/system/bash-aliases/udms_bash_aliases +229 -0
  48. package/apps/core/system/bash-aliases/udms_bashrc +5 -0
  49. package/apps/core/system/docker/custom.yml +4 -0
  50. package/apps/core/system/docker/starter.yml +25 -0
  51. package/apps/core/system/rclone/compose.yml +28 -0
  52. package/apps/core/system/rclone/rclone-mount-template.service +43 -0
  53. package/apps/core/system/rclone/rclone-template.conf +6 -0
  54. package/apps/core/system/rclone/start-media-after-boot.service +9 -0
  55. package/apps/core/system/rclone/start-media-after-boot.sh +57 -0
  56. package/apps/core/tinyauth/compose.yml +47 -0
  57. package/apps/core/tinyauth/files/chain-tinyauth.yml +8 -0
  58. package/apps/core/tinyauth/files/middlewares-tinyauth.yml +10 -0
  59. package/apps/core/tinyauth/manifest.json +70 -0
  60. package/apps/core/traefik/compose.yml +106 -0
  61. package/apps/core/traefik/files/app-http-bypass-template.yml +31 -0
  62. package/apps/core/traefik/files/app-http-template.yml +18 -0
  63. package/apps/core/traefik/files/app-https-ssc-bypass-template.yml +36 -0
  64. package/apps/core/traefik/files/app-https-ssc-template.yml +23 -0
  65. package/apps/core/traefik/files/chain-basic-auth.yml +9 -0
  66. package/apps/core/traefik/files/chain-nextcloud.yml +8 -0
  67. package/apps/core/traefik/files/chain-no-auth.yml +8 -0
  68. package/apps/core/traefik/files/domain-passthrough-template.yml +15 -0
  69. package/apps/core/traefik/files/labels-auth-bypass-template.yml +6 -0
  70. package/apps/core/traefik/files/labels-template.yml +10 -0
  71. package/apps/core/traefik/files/middlewares-basic-auth.yml +9 -0
  72. package/apps/core/traefik/files/middlewares-buffering.yml +9 -0
  73. package/apps/core/traefik/files/middlewares-compress.yml +4 -0
  74. package/apps/core/traefik/files/middlewares-crowdsec-bouncer.yml +13 -0
  75. package/apps/core/traefik/files/middlewares-nextcloud.yml +35 -0
  76. package/apps/core/traefik/files/middlewares-rate-limit.yml +6 -0
  77. package/apps/core/traefik/files/middlewares-secure-headers.yml +26 -0
  78. package/apps/core/traefik/files/t2_proxy_network.yml +8 -0
  79. package/apps/core/traefik/files/tls-opts.yml +19 -0
  80. package/apps/core/traefik/files/traefik-static-config-example.yml +97 -0
  81. package/apps/core/traefik/files/traefik.yml +123 -0
  82. package/apps/core/traefik/files/traefik_global_secrets_template.yml +4 -0
  83. package/apps/core/traefik/files/traefik_proxy_network.yml +8 -0
  84. package/apps/core/traefik/manifest.json +70 -0
  85. package/apps/manifest-schema.json +760 -0
  86. package/apps/official/adminer/compose.yml +14 -0
  87. package/apps/official/adminer/manifest.json +65 -0
  88. package/apps/official/airsonic-advanced/compose.yml +26 -0
  89. package/apps/official/airsonic-advanced/manifest.json +78 -0
  90. package/apps/official/apps.json +146 -0
  91. package/apps/official/audiobookshelf/compose.yml +20 -0
  92. package/apps/official/audiobookshelf/manifest.json +65 -0
  93. package/apps/official/autobrr/autobrr-postgresql.yml +24 -0
  94. package/apps/official/autobrr/compose.yml +27 -0
  95. package/apps/official/autobrr/manifest.json +101 -0
  96. package/apps/official/baikal/compose.yml +17 -0
  97. package/apps/official/baikal/manifest.json +65 -0
  98. package/apps/official/bazarr/compose.yml +23 -0
  99. package/apps/official/bazarr/manifest.json +65 -0
  100. package/apps/official/beets/compose.yml +24 -0
  101. package/apps/official/beets/manifest.json +65 -0
  102. package/apps/official/bookstack/bookstack-mariadb.yml +26 -0
  103. package/apps/official/bookstack/compose.yml +31 -0
  104. package/apps/official/bookstack/manifest.json +113 -0
  105. package/apps/official/boxarr/compose.yml +18 -0
  106. package/apps/official/boxarr/manifest.json +65 -0
  107. package/apps/official/cadvisor/compose.yml +23 -0
  108. package/apps/official/cadvisor/files/pre-install.sh +10 -0
  109. package/apps/official/cadvisor/manifest.json +69 -0
  110. package/apps/official/calibre/compose.yml +27 -0
  111. package/apps/official/calibre/manifest.json +87 -0
  112. package/apps/official/calibre-web/compose.yml +23 -0
  113. package/apps/official/calibre-web/manifest.json +74 -0
  114. package/apps/official/change-detection/compose.yml +22 -0
  115. package/apps/official/change-detection/manifest.json +65 -0
  116. package/apps/official/chromium/compose.yml +25 -0
  117. package/apps/official/chromium/manifest.json +82 -0
  118. package/apps/official/cleanuparr/compose.yml +30 -0
  119. package/apps/official/cleanuparr/manifest.json +65 -0
  120. package/apps/official/cloud-commander/compose.yml +24 -0
  121. package/apps/official/cloud-commander/manifest.json +65 -0
  122. package/apps/official/cloudflare-tunnel/compose.yml +26 -0
  123. package/apps/official/cloudflare-tunnel/files/pre-install.sh +7 -0
  124. package/apps/official/cloudflare-tunnel/manifest.json +70 -0
  125. package/apps/official/cyberchef/compose.yml +14 -0
  126. package/apps/official/cyberchef/manifest.json +65 -0
  127. package/apps/official/dashy/compose.yml +27 -0
  128. package/apps/official/dashy/files/starter-conf.yml +45 -0
  129. package/apps/official/dashy/manifest.json +72 -0
  130. package/apps/official/ddns-updater/compose.yml +28 -0
  131. package/apps/official/ddns-updater/files/config.json +14 -0
  132. package/apps/official/ddns-updater/files/pre-install.sh +18 -0
  133. package/apps/official/ddns-updater/manifest.json +71 -0
  134. package/apps/official/deunhealth/compose.yml +17 -0
  135. package/apps/official/deunhealth/manifest.json +46 -0
  136. package/apps/official/digikam/compose.yml +23 -0
  137. package/apps/official/digikam/manifest.json +85 -0
  138. package/apps/official/dispatcharr/compose.yml +39 -0
  139. package/apps/official/dispatcharr/manifest.json +86 -0
  140. package/apps/official/docker-gc/compose.yml +25 -0
  141. package/apps/official/docker-gc/files/docker-gc-exclude +9 -0
  142. package/apps/official/docker-gc/files/pre-install.sh +22 -0
  143. package/apps/official/docker-gc/manifest.json +54 -0
  144. package/apps/official/dockhand/compose.yml +24 -0
  145. package/apps/official/dockhand/dockhand-postgresql.yml +24 -0
  146. package/apps/official/dockhand/manifest.json +105 -0
  147. package/apps/official/dockpeek/compose.yml +20 -0
  148. package/apps/official/dockpeek/manifest.json +95 -0
  149. package/apps/official/dockwatch/compose.yml +31 -0
  150. package/apps/official/dockwatch/manifest.json +65 -0
  151. package/apps/official/dokuwiki/compose.yml +21 -0
  152. package/apps/official/dokuwiki/manifest.json +81 -0
  153. package/apps/official/double-commander/compose.yml +26 -0
  154. package/apps/official/double-commander/manifest.json +83 -0
  155. package/apps/official/dozzle/compose.yml +23 -0
  156. package/apps/official/dozzle/manifest.json +65 -0
  157. package/apps/official/dozzle-agent/compose.yml +26 -0
  158. package/apps/official/dozzle-agent/manifest.json +71 -0
  159. package/apps/official/dweebui/compose.yml +21 -0
  160. package/apps/official/dweebui/manifest.json +81 -0
  161. package/apps/official/emby/compose.yml +29 -0
  162. package/apps/official/emby/manifest.json +98 -0
  163. package/apps/official/esphome/compose.yml +20 -0
  164. package/apps/official/esphome/manifest.json +65 -0
  165. package/apps/official/filezilla/compose.yml +23 -0
  166. package/apps/official/filezilla/manifest.json +82 -0
  167. package/apps/official/flame/compose.yml +21 -0
  168. package/apps/official/flame/manifest.json +73 -0
  169. package/apps/official/flaresolverr/compose.yml +19 -0
  170. package/apps/official/flaresolverr/manifest.json +75 -0
  171. package/apps/official/flowise/compose.yml +46 -0
  172. package/apps/official/flowise/flowise-postgresql.yml +24 -0
  173. package/apps/official/flowise/flowise-redis.yml +23 -0
  174. package/apps/official/flowise/manifest.json +125 -0
  175. package/apps/official/freshrss/compose.yml +20 -0
  176. package/apps/official/freshrss/manifest.json +65 -0
  177. package/apps/official/funkwhale/compose.yml +24 -0
  178. package/apps/official/funkwhale/files/post-install.sh +8 -0
  179. package/apps/official/funkwhale/manifest.json +69 -0
  180. package/apps/official/gamevault/compose.yml +26 -0
  181. package/apps/official/gamevault/gamevault-postgresql.yml +24 -0
  182. package/apps/official/gamevault/manifest.json +101 -0
  183. package/apps/official/glances/compose.yml +26 -0
  184. package/apps/official/glances/files/glances.conf +771 -0
  185. package/apps/official/glances/manifest.json +72 -0
  186. package/apps/official/gluetun/compose.yml +33 -0
  187. package/apps/official/gluetun/files/post-install.sh +78 -0
  188. package/apps/official/gluetun/manifest.json +88 -0
  189. package/apps/official/gonic/compose.yml +26 -0
  190. package/apps/official/gonic/manifest.json +78 -0
  191. package/apps/official/gptwol/compose.yml +23 -0
  192. package/apps/official/gptwol/manifest.json +81 -0
  193. package/apps/official/grafana/compose.yml +19 -0
  194. package/apps/official/grafana/manifest.json +81 -0
  195. package/apps/official/grocy/compose.yml +20 -0
  196. package/apps/official/grocy/manifest.json +74 -0
  197. package/apps/official/guacamole/compose.yml +26 -0
  198. package/apps/official/guacamole/guacamole-mariadb.yml +26 -0
  199. package/apps/official/guacamole/guacd.yml +12 -0
  200. package/apps/official/guacamole/hooks/post-install.sh +60 -0
  201. package/apps/official/guacamole/manifest.json +131 -0
  202. package/apps/official/heimdall/compose.yml +20 -0
  203. package/apps/official/heimdall/manifest.json +65 -0
  204. package/apps/official/homarr/compose.yml +22 -0
  205. package/apps/official/homarr/manifest.json +73 -0
  206. package/apps/official/homebridge/compose.yml +13 -0
  207. package/apps/official/homebridge/manifest.json +66 -0
  208. package/apps/official/homepage/compose.yml +22 -0
  209. package/apps/official/homepage/manifest.json +65 -0
  210. package/apps/official/homer/compose.yml +20 -0
  211. package/apps/official/homer/manifest.json +65 -0
  212. package/apps/official/immich/compose.yml +35 -0
  213. package/apps/official/immich/immich-machine-learning.yml +21 -0
  214. package/apps/official/immich/immich-postgresql.yml +30 -0
  215. package/apps/official/immich/immich-redis.yml +23 -0
  216. package/apps/official/immich/manifest.json +135 -0
  217. package/apps/official/influxdb/compose.yml +17 -0
  218. package/apps/official/influxdb/manifest.json +65 -0
  219. package/apps/official/it-tools/compose.yml +14 -0
  220. package/apps/official/it-tools/manifest.json +65 -0
  221. package/apps/official/jackett/compose.yml +21 -0
  222. package/apps/official/jackett/manifest.json +65 -0
  223. package/apps/official/jellyfin/compose.yml +27 -0
  224. package/apps/official/jellyfin/manifest.json +89 -0
  225. package/apps/official/jellyseerr/compose.yml +19 -0
  226. package/apps/official/jellyseerr/manifest.json +65 -0
  227. package/apps/official/kasm/compose.yml +27 -0
  228. package/apps/official/kasm/manifest.json +115 -0
  229. package/apps/official/kavita/compose.yml +21 -0
  230. package/apps/official/kavita/manifest.json +65 -0
  231. package/apps/official/kometa/compose.yml +23 -0
  232. package/apps/official/kometa/manifest.json +56 -0
  233. package/apps/official/komga/compose.yml +22 -0
  234. package/apps/official/komga/manifest.json +65 -0
  235. package/apps/official/langfuse/compose.yml +64 -0
  236. package/apps/official/langfuse/files/pre-install.sh +178 -0
  237. package/apps/official/langfuse/langfuse-clickhouse.yml +25 -0
  238. package/apps/official/langfuse/langfuse-minio.yml +25 -0
  239. package/apps/official/langfuse/langfuse-postgresql.yml +26 -0
  240. package/apps/official/langfuse/langfuse-redis.yml +22 -0
  241. package/apps/official/langfuse/langfuse-worker.yml +50 -0
  242. package/apps/official/langfuse/manifest.json +201 -0
  243. package/apps/official/lidarr/compose.yml +25 -0
  244. package/apps/official/lidarr/manifest.json +65 -0
  245. package/apps/official/lollypop/compose.yml +26 -0
  246. package/apps/official/lollypop/manifest.json +83 -0
  247. package/apps/official/maintainerr/compose.yml +20 -0
  248. package/apps/official/maintainerr/manifest.json +72 -0
  249. package/apps/official/mariadb/compose.yml +27 -0
  250. package/apps/official/mariadb/manifest.json +74 -0
  251. package/apps/official/mosquitto/compose.yml +24 -0
  252. package/apps/official/mosquitto/files/mosquitto.conf +15 -0
  253. package/apps/official/mosquitto/files/passwd +0 -0
  254. package/apps/official/mosquitto/files/post-install.sh +23 -0
  255. package/apps/official/mosquitto/manifest.json +123 -0
  256. package/apps/official/mqttx-web/compose.yml +14 -0
  257. package/apps/official/mqttx-web/manifest.json +74 -0
  258. package/apps/official/mylar3/compose.yml +22 -0
  259. package/apps/official/mylar3/manifest.json +65 -0
  260. package/apps/official/n8n/compose.yml +29 -0
  261. package/apps/official/n8n/files/pre-install.sh +26 -0
  262. package/apps/official/n8n/manifest.json +103 -0
  263. package/apps/official/n8n/n8n-postgresql.yml +26 -0
  264. package/apps/official/navidrome/compose.yml +26 -0
  265. package/apps/official/navidrome/manifest.json +65 -0
  266. package/apps/official/netdata/compose.yml +28 -0
  267. package/apps/official/netdata/manifest.json +66 -0
  268. package/apps/official/nextcloud/compose.yml +38 -0
  269. package/apps/official/nextcloud/manifest.json +159 -0
  270. package/apps/official/nextcloud/nextcloud-mariadb.yml +29 -0
  271. package/apps/official/nextcloud/nextcloud-redis.yml +20 -0
  272. package/apps/official/node-exporter/compose.yml +23 -0
  273. package/apps/official/node-exporter/manifest.json +65 -0
  274. package/apps/official/node-red/compose.yml +16 -0
  275. package/apps/official/node-red/manifest.json +72 -0
  276. package/apps/official/notifiarr/compose.yml +23 -0
  277. package/apps/official/notifiarr/manifest.json +75 -0
  278. package/apps/official/nzbget/compose.yml +23 -0
  279. package/apps/official/nzbget/manifest.json +74 -0
  280. package/apps/official/ollama/compose.yml +17 -0
  281. package/apps/official/ollama/manifest.json +85 -0
  282. package/apps/official/ombi/compose.yml +21 -0
  283. package/apps/official/ombi/manifest.json +65 -0
  284. package/apps/official/open-webui/compose.yml +21 -0
  285. package/apps/official/open-webui/manifest.json +75 -0
  286. package/apps/official/openhands/compose.yml +23 -0
  287. package/apps/official/openhands/manifest.json +65 -0
  288. package/apps/official/organizr/compose.yml +19 -0
  289. package/apps/official/organizr/manifest.json +78 -0
  290. package/apps/official/overseerr/compose.yml +20 -0
  291. package/apps/official/overseerr/manifest.json +65 -0
  292. package/apps/official/paperless-ai/compose.yml +16 -0
  293. package/apps/official/paperless-ai/manifest.json +74 -0
  294. package/apps/official/paperless-ngx/compose.yml +51 -0
  295. package/apps/official/paperless-ngx/gotenberg.yml +18 -0
  296. package/apps/official/paperless-ngx/manifest.json +179 -0
  297. package/apps/official/paperless-ngx/paperless-ngx-mariadb.yml +26 -0
  298. package/apps/official/paperless-ngx/paperless-ngx-redis.yml +23 -0
  299. package/apps/official/paperless-ngx/tika.yml +12 -0
  300. package/apps/official/pdfding/compose.yml +32 -0
  301. package/apps/official/pdfding/files/post-install.sh +55 -0
  302. package/apps/official/pdfding/manifest.json +120 -0
  303. package/apps/official/pdfding/pdfding-postgresql.yml +24 -0
  304. package/apps/official/pgadmin/compose.yml +17 -0
  305. package/apps/official/pgadmin/manifest.json +80 -0
  306. package/apps/official/phpmyadmin/compose.yml +22 -0
  307. package/apps/official/phpmyadmin/manifest.json +65 -0
  308. package/apps/official/pihole/compose.yml +41 -0
  309. package/apps/official/pihole/manifest.json +89 -0
  310. package/apps/official/piwigo/compose.yml +22 -0
  311. package/apps/official/piwigo/manifest.json +65 -0
  312. package/apps/official/plex/compose.yml +39 -0
  313. package/apps/official/plex/files/pre-install.sh +24 -0
  314. package/apps/official/plex/manifest.json +109 -0
  315. package/apps/official/portainer/compose.yml +22 -0
  316. package/apps/official/portainer/manifest.json +91 -0
  317. package/apps/official/postgresql/compose.yml +28 -0
  318. package/apps/official/postgresql/manifest.json +89 -0
  319. package/apps/official/privatebin/compose.yml +20 -0
  320. package/apps/official/privatebin/files/conf.php +90 -0
  321. package/apps/official/privatebin/manifest.json +82 -0
  322. package/apps/official/projectsend/compose.yml +21 -0
  323. package/apps/official/projectsend/manifest.json +72 -0
  324. package/apps/official/prometheus/compose.yml +25 -0
  325. package/apps/official/prometheus/files/prometheus.yml +3 -0
  326. package/apps/official/prometheus/manifest.json +79 -0
  327. package/apps/official/prowlarr/compose.yml +22 -0
  328. package/apps/official/prowlarr/manifest.json +65 -0
  329. package/apps/official/pulse/compose.yml +28 -0
  330. package/apps/official/pulse/files/post-install.sh +29 -0
  331. package/apps/official/pulse/manifest.json +78 -0
  332. package/apps/official/qbittorrent/compose.yml +22 -0
  333. package/apps/official/qbittorrent/files/pre-install.sh +5 -0
  334. package/apps/official/qbittorrent/files/qBittorrent.conf +39 -0
  335. package/apps/official/qbittorrent/manifest.json +96 -0
  336. package/apps/official/qbittorrent-vpn/compose.yml +26 -0
  337. package/apps/official/qbittorrent-vpn/files/post-install.sh +52 -0
  338. package/apps/official/qbittorrent-vpn/files/pre-install.sh +10 -0
  339. package/apps/official/qbittorrent-vpn/files/qBittorrent.conf +39 -0
  340. package/apps/official/qbittorrent-vpn/manifest.json +108 -0
  341. package/apps/official/qdrant/compose.yml +15 -0
  342. package/apps/official/qdrant/manifest.json +82 -0
  343. package/apps/official/radarr/compose.yml +25 -0
  344. package/apps/official/radarr/manifest.json +65 -0
  345. package/apps/official/redis/compose.yml +26 -0
  346. package/apps/official/redis/manifest.json +73 -0
  347. package/apps/official/redis-commander/compose.yml +20 -0
  348. package/apps/official/redis-commander/manifest.json +65 -0
  349. package/apps/official/remmina/compose.yml +23 -0
  350. package/apps/official/remmina/manifest.json +84 -0
  351. package/apps/official/resilio-sync/compose.yml +23 -0
  352. package/apps/official/resilio-sync/manifest.json +74 -0
  353. package/apps/official/sabnzbd/compose.yml +23 -0
  354. package/apps/official/sabnzbd/files/post-install.sh +35 -0
  355. package/apps/official/sabnzbd/manifest.json +75 -0
  356. package/apps/official/scrutiny/compose.yml +25 -0
  357. package/apps/official/scrutiny/manifest.json +113 -0
  358. package/apps/official/scrutiny/scrutiny-influxdb.yml +28 -0
  359. package/apps/official/searxng/compose.yml +28 -0
  360. package/apps/official/searxng/files/limiter.toml +6 -0
  361. package/apps/official/searxng/files/pre-install.sh +25 -0
  362. package/apps/official/searxng/files/settings.yml +8 -0
  363. package/apps/official/searxng/manifest.json +88 -0
  364. package/apps/official/searxng/searxng-valkey.yml +26 -0
  365. package/apps/official/shellinabox/manifest.json +68 -0
  366. package/apps/official/smokeping/compose.yml +21 -0
  367. package/apps/official/smokeping/manifest.json +65 -0
  368. package/apps/official/sonarr/compose.yml +25 -0
  369. package/apps/official/sonarr/manifest.json +65 -0
  370. package/apps/official/speedtest-tracker/compose.yml +30 -0
  371. package/apps/official/speedtest-tracker/manifest.json +119 -0
  372. package/apps/official/speedtest-tracker/speedtest-tracker-mariadb.yml +24 -0
  373. package/apps/official/sshwifty/compose.yml +17 -0
  374. package/apps/official/sshwifty/files/pre-install.sh +34 -0
  375. package/apps/official/sshwifty/files/sshwifty.conf.json +36 -0
  376. package/apps/official/sshwifty/manifest.json +101 -0
  377. package/apps/official/stirling-pdf/compose.yml +23 -0
  378. package/apps/official/stirling-pdf/manifest.json +65 -0
  379. package/apps/official/supabase/compose.yml +39 -0
  380. package/apps/official/supabase/files/pre-install.sh +201 -0
  381. package/apps/official/supabase/files/volumes/api/kong.yml +221 -0
  382. package/apps/official/supabase/files/volumes/db/_supabase.sql +3 -0
  383. package/apps/official/supabase/files/volumes/db/jwt.sql +5 -0
  384. package/apps/official/supabase/files/volumes/db/logs.sql +6 -0
  385. package/apps/official/supabase/files/volumes/db/pooler.sql +6 -0
  386. package/apps/official/supabase/files/volumes/db/realtime.sql +4 -0
  387. package/apps/official/supabase/files/volumes/db/roles.sql +8 -0
  388. package/apps/official/supabase/files/volumes/db/webhooks.sql +208 -0
  389. package/apps/official/supabase/files/volumes/functions/hello/index.ts +6 -0
  390. package/apps/official/supabase/files/volumes/functions/main/index.ts +93 -0
  391. package/apps/official/supabase/files/volumes/logs/vector.yml +266 -0
  392. package/apps/official/supabase/files/volumes/pooler/pooler.exs +30 -0
  393. package/apps/official/supabase/manifest.json +327 -0
  394. package/apps/official/supabase/supabase-analytics.yml +32 -0
  395. package/apps/official/supabase/supabase-auth.yml +34 -0
  396. package/apps/official/supabase/supabase-db.yml +42 -0
  397. package/apps/official/supabase/supabase-functions.yml +24 -0
  398. package/apps/official/supabase/supabase-imgproxy.yml +25 -0
  399. package/apps/official/supabase/supabase-kong.yml +30 -0
  400. package/apps/official/supabase/supabase-meta.yml +20 -0
  401. package/apps/official/supabase/supabase-pooler.yml +45 -0
  402. package/apps/official/supabase/supabase-realtime.yml +42 -0
  403. package/apps/official/supabase/supabase-rest.yml +21 -0
  404. package/apps/official/supabase/supabase-storage.yml +36 -0
  405. package/apps/official/supabase/supabase-vector.yml +23 -0
  406. package/apps/official/tailscale/compose.yml +23 -0
  407. package/apps/official/tailscale/manifest.json +65 -0
  408. package/apps/official/tautulli/compose.yml +21 -0
  409. package/apps/official/tautulli/files/pre-install.sh +9 -0
  410. package/apps/official/tautulli/manifest.json +69 -0
  411. package/apps/official/termix/compose.yml +18 -0
  412. package/apps/official/termix/manifest.json +65 -0
  413. package/apps/official/teslamate/teslamate-grafana.yml +22 -0
  414. package/apps/official/teslamate/teslamate-mosquitto.yml +27 -0
  415. package/apps/official/teslamate/teslamate-pgsql.yml +24 -0
  416. package/apps/official/teslamate/teslamate.yml +27 -0
  417. package/apps/official/thelounge/compose.yml +20 -0
  418. package/apps/official/thelounge/manifest.json +65 -0
  419. package/apps/official/theme-park/compose.yml +21 -0
  420. package/apps/official/theme-park/manifest.json +74 -0
  421. package/apps/official/traefik-access-log/compose.yml +14 -0
  422. package/apps/official/traefik-access-log/manifest.json +59 -0
  423. package/apps/official/traefik-certs-dumper/compose.yml +18 -0
  424. package/apps/official/traefik-certs-dumper/manifest.json +56 -0
  425. package/apps/official/traefik-error-log/compose.yml +14 -0
  426. package/apps/official/traefik-error-log/manifest.json +59 -0
  427. package/apps/official/transmission/compose.yml +33 -0
  428. package/apps/official/transmission/manifest.json +90 -0
  429. package/apps/official/trilium/compose.yml +19 -0
  430. package/apps/official/trilium/manifest.json +65 -0
  431. package/apps/official/uptime-kuma/compose.yml +17 -0
  432. package/apps/official/uptime-kuma/manifest.json +65 -0
  433. package/apps/official/vaultwarden/compose.yml +20 -0
  434. package/apps/official/vaultwarden/files/pre-install.sh +27 -0
  435. package/apps/official/vaultwarden/manifest.json +86 -0
  436. package/apps/official/vikunja/compose.yml +30 -0
  437. package/apps/official/vikunja/manifest.json +123 -0
  438. package/apps/official/vikunja/vikunja-mariadb.yml +26 -0
  439. package/apps/official/viniplay/compose.yml +18 -0
  440. package/apps/official/viniplay/files/pre-install.sh +9 -0
  441. package/apps/official/viniplay/manifest.json +63 -0
  442. package/apps/official/vscode/compose.yml +28 -0
  443. package/apps/official/vscode/manifest.json +65 -0
  444. package/apps/official/wallos/compose.yml +19 -0
  445. package/apps/official/wallos/manifest.json +65 -0
  446. package/apps/official/weaviate/compose.yml +28 -0
  447. package/apps/official/weaviate/manifest.json +82 -0
  448. package/apps/official/wg-easy/compose.yml +31 -0
  449. package/apps/official/wg-easy/files/post-install.sh +32 -0
  450. package/apps/official/wg-easy/manifest.json +118 -0
  451. package/apps/official/wikidocs/compose.yml +19 -0
  452. package/apps/official/wikidocs/manifest.json +65 -0
  453. package/apps/official/wud/compose.yml +22 -0
  454. package/apps/official/wud/manifest.json +74 -0
  455. package/apps/official/xpipe-webtop/compose.yml +21 -0
  456. package/apps/official/xpipe-webtop/manifest.json +83 -0
  457. package/apps/official/zerotier/compose.yml +17 -0
  458. package/apps/official/zerotier/files/post-install.sh +23 -0
  459. package/apps/official/zerotier/manifest.json +78 -0
  460. package/apps/unofficial/9router/compose.yml +30 -0
  461. package/apps/unofficial/9router/files/oauth-fix.patch +32 -0
  462. package/apps/unofficial/9router/files/pre-install.sh +87 -0
  463. package/apps/unofficial/9router/manifest.json +144 -0
  464. package/apps/unofficial/openclaw/Dockerfile.full +79 -0
  465. package/apps/unofficial/openclaw/compose.yml +60 -0
  466. package/apps/unofficial/openclaw/files/post-install.sh +316 -0
  467. package/apps/unofficial/openclaw/files/pre-install.sh +174 -0
  468. package/apps/unofficial/openclaw/manifest.json +178 -0
  469. package/apps/version_pins +67 -0
  470. package/bin/deployrr-init.sh +49 -0
  471. package/latest-version +1 -0
  472. package/package.json +21 -0
@@ -0,0 +1,771 @@
1
+ ##############################################################################
2
+ # Globals Glances parameters
3
+ ##############################################################################
4
+
5
+ [global]
6
+ # Stats refresh rate (default is a minimum of 2 seconds)
7
+ # Can be overwrite by the -t <sec> option
8
+ # It is also possible to overwrite it in each plugin sections
9
+ refresh=2
10
+ # Does Glances should check if a newer version is available on PyPI ?
11
+ check_update=true
12
+ # History size (maximum number of values)
13
+ # Default is 1200 values (~1h with the default refresh rate)
14
+ history_size=1200
15
+ # Set the way Glances should display the date (default is %Y-%m-%d %H:%M:%S %Z)
16
+ #strftime_format="%Y-%m-%d %H:%M:%S %Z"
17
+ # Define external directory for loading additional plugins
18
+ # The layout follows the glances standard for plugin definitions
19
+ #plugin_dir=/home/user/dev/plugins
20
+
21
+ ##############################################################################
22
+ # User interface
23
+ ##############################################################################
24
+
25
+ [outputs]
26
+ # Separator in the Curses and WebUI interface (between top and others plugins)
27
+ separator=True
28
+ # Set the the Curses and WebUI interface left menu plugin list (comma-separated)
29
+ #left_menu=network,wifi,connections,ports,diskio,fs,irq,folders,raid,smart,sensors,now
30
+ # Limit the number of processes to display (for the WebUI)
31
+ max_processes_display=25
32
+ # Set the URL prefix (for the WebUI and the API)
33
+ # Example: url_prefix=/glances/ => http://localhost/glances/
34
+ # The final / is mandatory
35
+ # Default is no prefix (/)
36
+ #url_prefix=/glances/
37
+
38
+ ##############################################################################
39
+ # plugins
40
+ ##############################################################################
41
+
42
+ [quicklook]
43
+ # Set to true to disable a plugin
44
+ # Note: you can also disable it from the command line (see --disable-plugin <plugin_name>)
45
+ disable=False
46
+ # Stats list (default is cpu,mem,load)
47
+ # Available stats are: cpu,mem,load,swap
48
+ list=cpu,mem,load
49
+ # Graphical bar char used in the terminal user interface (default is |)
50
+ bar_char=|
51
+ # Define CPU, MEM and SWAP thresholds in %
52
+ cpu_careful=50
53
+ cpu_warning=70
54
+ cpu_critical=90
55
+ mem_careful=50
56
+ mem_warning=70
57
+ mem_critical=90
58
+ swap_careful=50
59
+ swap_warning=70
60
+ swap_critical=90
61
+ # Source: http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages
62
+ # With 1 CPU core, the load should be lower than 1.00 ~ 100%
63
+ load_careful=70
64
+ load_warning=100
65
+ load_critical=500
66
+
67
+ [system]
68
+ # This plugin display the first line in the Glances UI with:
69
+ # Hostname / Operating system name / Architecture information
70
+ # Set to true to disable a plugin
71
+ disable=False
72
+ # Default refresh rate is 60 seconds
73
+ #refresh=60
74
+ # System information to display (a string where {key} will be replaced by the value)
75
+ # Available information are: hostname, os_name, os_version, os_arch, linux_distro, platform
76
+ #system_info_msg= | My {os_name} system |
77
+
78
+ [cpu]
79
+ disable=False
80
+ # See https://scoutapm.com/blog/slow_server_flow_chart
81
+ #
82
+ # I/O wait percentage should be lower than 1/# (# = Logical CPU cores)
83
+ # Leave commented to just use the default config:
84
+ # Careful=1/#*100-20% / Warning=1/#*100-10% / Critical=1/#*100
85
+ #iowait_careful=30
86
+ #iowait_warning=40
87
+ #iowait_critical=50
88
+ #
89
+ # Total % is 100 - idle
90
+ total_careful=65
91
+ total_warning=75
92
+ total_critical=85
93
+ total_log=True
94
+ #
95
+ # Default values if not defined: 50/70/90 (except for iowait)
96
+ user_careful=50
97
+ user_warning=70
98
+ user_critical=90
99
+ user_log=False
100
+ #user_critical_action=echo {{user}} {{value}} {{max}} > /tmp/cpu.alert
101
+ #
102
+ system_careful=50
103
+ system_warning=70
104
+ system_critical=90
105
+ system_log=False
106
+ #
107
+ steal_careful=50
108
+ steal_warning=70
109
+ steal_critical=90
110
+ #steal_log=True
111
+ #
112
+ # Context switch limit (core / second)
113
+ # Leave commented to just use the default config (critical is 50000*# (Logical CPU cores)
114
+ #ctx_switches_careful=10000
115
+ #ctx_switches_warning=12000
116
+ #ctx_switches_critical=14000
117
+
118
+ [percpu]
119
+ disable=False
120
+ # Define CPU thresholds in %
121
+ # Default values if not defined: 50/70/90
122
+ user_careful=50
123
+ user_warning=70
124
+ user_critical=90
125
+ iowait_careful=50
126
+ iowait_warning=70
127
+ iowait_critical=90
128
+ system_careful=50
129
+ system_warning=70
130
+ system_critical=90
131
+
132
+ [gpu]
133
+ disable=False
134
+ # Default processor values if not defined: 50/70/90
135
+ proc_careful=50
136
+ proc_warning=70
137
+ proc_critical=90
138
+ # Default memory values if not defined: 50/70/90
139
+ mem_careful=50
140
+ mem_warning=70
141
+ mem_critical=90
142
+ # Temperature
143
+ temperature_careful=60
144
+ temperature_warning=70
145
+ temperature_critical=80
146
+
147
+ [mem]
148
+ disable=False
149
+ # Define RAM thresholds in %
150
+ # Default values if not defined: 50/70/90
151
+ careful=50
152
+ #careful_action_repeat=echo {{percent}} >> /tmp/memory.alert
153
+ warning=70
154
+ critical=90
155
+
156
+ [memswap]
157
+ disable=False
158
+ # Define SWAP thresholds in %
159
+ # Default values if not defined: 50/70/90
160
+ careful=50
161
+ warning=70
162
+ critical=90
163
+
164
+ [load]
165
+ disable=False
166
+ # Define LOAD thresholds
167
+ # Value * number of cores
168
+ # Default values if not defined: 0.7/1.0/5.0 per number of cores
169
+ # Source: http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages
170
+ # http://www.linuxjournal.com/article/9001
171
+ careful=0.7
172
+ warning=1.0
173
+ critical=5.0
174
+ #log=False
175
+
176
+ [network]
177
+ disable=False
178
+ # Default bitrate thresholds in % of the network interface speed
179
+ # Default values if not defined: 70/80/90
180
+ rx_careful=70
181
+ rx_warning=80
182
+ rx_critical=90
183
+ tx_careful=70
184
+ tx_warning=80
185
+ tx_critical=90
186
+ # Define the list of hidden network interfaces (comma-separated regexp)
187
+ hide=docker.*,lo
188
+ # Define the list of wireless network interfaces to be show (comma-separated)
189
+ #show=docker.*
190
+ # It is possible to overwrite the bitrate thresholds per interface
191
+ # WLAN 0 Default limits (in bits per second aka bps) for interface bitrate
192
+ #wlan0_rx_careful=4000000
193
+ #wlan0_rx_warning=5000000
194
+ #wlan0_rx_critical=6000000
195
+ #wlan0_rx_log=True
196
+ #wlan0_tx_careful=700000
197
+ #wlan0_tx_warning=900000
198
+ #wlan0_tx_critical=1000000
199
+ #wlan0_tx_log=True
200
+ # Alias for network interface name
201
+ #alias=wlp2s0:WIFI
202
+
203
+ [ip]
204
+ disable=False
205
+ public_refresh_interval=300
206
+ public_ip_disabled=False
207
+ # Configuration for the Censys online service
208
+ # Need to create an aacount: https://censys.io/login
209
+ censys_url=https://search.censys.io/api
210
+ # Get your own credential here: https://search.censys.io/account/api
211
+ # Enter your credential and uncomment the following lines
212
+ #censys_username=<censys_api_id>
213
+ #censys_password=<censys_secret>
214
+ # List of fields to be displayed in user interface (comma separated)
215
+ censys_fields=location:continent,location:country,autonomous_system:name
216
+
217
+ [connections]
218
+ # Display additional information about TCP connections
219
+ # This plugin is disabled by default
220
+ disable=True
221
+ # nf_conntrack thresholds in %
222
+ nf_conntrack_percent_careful=70
223
+ nf_conntrack_percent_warning=80
224
+ nf_conntrack_percent_critical=90
225
+
226
+ [wifi]
227
+ disable=False
228
+ # Define SIGNAL thresholds in db (lower is better...)
229
+ # Based on: http://serverfault.com/questions/501025/industry-standard-for-minimum-wifi-signal-strength
230
+ careful=-65
231
+ warning=-75
232
+ critical=-85
233
+
234
+ [diskio]
235
+ disable=False
236
+ # Define the list of hidden disks (comma-separated regexp)
237
+ #hide=sda2,sda5,loop.*
238
+ hide=loop.*,/dev/loop.*
239
+ # Define the list of disks to be show (comma-separated)
240
+ #show=sda.*
241
+ # Alias for sda1 and sdb1
242
+ #alias=sda1:SystemDisk,sdb1:DataDisk
243
+
244
+ [fs]
245
+ disable=False
246
+ # Define the list of file system to hide (comma-separated regexp)
247
+ hide=/boot.*,/snap.*
248
+ # Define the list of file system to show (comma-separated regexp)
249
+ #show=/,/srv
250
+ # Define filesystem space thresholds in %
251
+ # Default values if not defined: 50/70/90
252
+ # It is also possible to define per mount point value
253
+ # Example: /_careful=40
254
+ careful=50
255
+ warning=70
256
+ critical=90
257
+ # Allow additional file system types (comma-separated FS type)
258
+ #allow=shm
259
+ # Alias for root file system
260
+ #alias=/:Root
261
+
262
+ [irq]
263
+ # Documentation: https://glances.readthedocs.io/en/latest/aoa/irq.html
264
+ # This plugin is disabled by default
265
+ disable=True
266
+
267
+ [folders]
268
+ # Documentation: https://glances.readthedocs.io/en/latest/aoa/folders.html
269
+ disable=False
270
+ # Define a folder list to monitor
271
+ # The list is composed of items (list_#nb <= 10)
272
+ # An item is defined by:
273
+ # * path: absolute path
274
+ # * careful: optional careful threshold (in MB)
275
+ # * warning: optional warning threshold (in MB)
276
+ # * critical: optional critical threshold (in MB)
277
+ # * refresh: interval in second between two refreshes
278
+ #folder_1_path=/tmp
279
+ #folder_1_careful=2500
280
+ #folder_1_warning=3000
281
+ #folder_1_critical=3500
282
+ #folder_1_refresh=60
283
+ #folder_2_path=/home/nicolargo/Videos
284
+ #folder_2_warning=17000
285
+ #folder_2_critical=20000
286
+ #folder_3_path=/nonexisting
287
+ #folder_4_path=/root
288
+
289
+ [cloud]
290
+ # Documentation: https://glances.readthedocs.io/en/latest/aoa/cloud.html
291
+ # This plugin is disabled by default
292
+ disable=True
293
+
294
+ [raid]
295
+ # Documentation: https://glances.readthedocs.io/en/latest/aoa/raid.html
296
+ # This plugin is disabled by default
297
+ disable=True
298
+
299
+ [smart]
300
+ # Documentation: https://glances.readthedocs.io/en/latest/aoa/smart.html
301
+ # This plugin is disabled by default
302
+ disable=True
303
+
304
+ [hddtemp]
305
+ disable=False
306
+ # Define hddtemp server IP and port (default is 127.0.0.1 and 7634 (TCP))
307
+ host=127.0.0.1
308
+ port=7634
309
+
310
+ [sensors]
311
+ # Documentation: https://glances.readthedocs.io/en/latest/aoa/sensors.html
312
+ disable=False
313
+ # By default refresh every refresh time * 2
314
+ #refresh=6
315
+ # Hide some sensors
316
+ #hide=ambient
317
+ # Sensors core thresholds (in Celsius...)
318
+ # Default values are grabbed from the system
319
+ #temperature_core_careful=45
320
+ #temperature_core_warning=65
321
+ #temperature_core_critical=80
322
+ # Temperatures threshold in °C for hddtemp
323
+ # Default values if not defined: 45/52/60
324
+ temperature_hdd_careful=45
325
+ temperature_hdd_warning=52
326
+ temperature_hdd_critical=60
327
+ # Battery threshold in %
328
+ battery_careful=80
329
+ battery_warning=90
330
+ battery_critical=95
331
+ # Sensors alias
332
+ #alias=core 0:CPU Core 0,core 1:CPU Core 1
333
+
334
+ [processcount]
335
+ disable=False
336
+ # If you want to change the refresh rate of the processing list, please uncomment:
337
+ #refresh=10
338
+
339
+ [processlist]
340
+ disable=False
341
+ # Sort key: if not defined, the sort is automatically done by Glances (recommended)
342
+ # Should be one of the following:
343
+ # cpu_percent, memory_percent, io_counters, name, cpu_times, username
344
+ #sort_key=memory_percent
345
+ # Define CPU/MEM (per process) thresholds in %
346
+ # Default values if not defined: 50/70/90
347
+ cpu_careful=50
348
+ cpu_warning=70
349
+ cpu_critical=90
350
+ mem_careful=50
351
+ mem_warning=70
352
+ mem_critical=90
353
+ #
354
+ # Nice priorities range from -20 to 19.
355
+ # Configure nice levels using a comma-separated list.
356
+ #
357
+ # Nice: Example 1, non-zero is warning (default behavior)
358
+ nice_warning=-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
359
+ #
360
+ # Nice: Example 2, low priority processes escalate from careful to critical
361
+ #nice_careful=1,2,3,4,5,6,7,8,9
362
+ #nice_warning=10,11,12,13,14
363
+ #nice_critical=15,16,17,18,19
364
+ #
365
+ # Define the list of processes to export using:
366
+ # a comma-separated list of Glances filter
367
+ #export=.*firefox.*,pid:1234
368
+
369
+ [ports]
370
+ disable=False
371
+ # Interval in second between two scans
372
+ # Ports scanner plugin configuration
373
+ refresh=30
374
+ # Set the default timeout (in second) for a scan (can be overwritten in the scan list)
375
+ timeout=3
376
+ # If port_default_gateway is True, add the default gateway on top of the scan list
377
+ port_default_gateway=True
378
+ #
379
+ # Define the scan list (1 < x < 255)
380
+ # port_x_host (name or IP) is mandatory
381
+ # port_x_port (TCP port number) is optional (if not set, use ICMP)
382
+ # port_x_description is optional (if not set, define to host:port)
383
+ # port_x_timeout is optional and overwrite the default timeout value
384
+ # port_x_rtt_warning is optional and defines the warning threshold in ms
385
+ #
386
+ #port_1_host=192.168.0.1
387
+ #port_1_port=80
388
+ #port_1_description=Home Box
389
+ #port_1_timeout=1
390
+ #port_2_host=www.free.fr
391
+ #port_2_description=My ISP
392
+ #port_3_host=www.google.com
393
+ #port_3_description=Internet ICMP
394
+ #port_3_rtt_warning=1000
395
+ #port_4_description=Internet Web
396
+ #port_4_host=www.google.com
397
+ #port_4_port=80
398
+ #port_4_rtt_warning=1000
399
+ #
400
+ # Define Web (URL) monitoring list (1 < x < 255)
401
+ # web_x_url is the URL to monitor (example: http://my.site.com/folder)
402
+ # web_x_description is optional (if not set, define to URL)
403
+ # web_x_timeout is optional and overwrite the default timeout value
404
+ # web_x_rtt_warning is optional and defines the warning respond time in ms (approximately)
405
+ #
406
+ #web_1_url=https://blog.nicolargo.com
407
+ #web_1_description=My Blog
408
+ #web_1_rtt_warning=3000
409
+ #web_2_url=https://github.com
410
+ #web_3_url=http://www.google.fr
411
+ #web_3_description=Google Fr
412
+ #web_4_url=https://blog.nicolargo.com/nonexist
413
+ #web_4_description=Intranet
414
+
415
+ [containers]
416
+ disable=False
417
+ # Only show specific containers (comma-separated list of container name or regular expression)
418
+ # Comment this line to display all containers (default configuration)
419
+ ; show=telegraf
420
+ # Hide some containers (comma-separated list of container name or regular expression)
421
+ # Comment this line to display all containers (default configuration)
422
+ ; hide=telegraf
423
+ # Define the maximum docker size name (default is 20 chars)
424
+ max_name_size=20
425
+ ; cpu_careful=50
426
+ # Thresholds for CPU and MEM (in %)
427
+ ; cpu_warning=70
428
+ ; cpu_critical=90
429
+ ; mem_careful=20
430
+ ; mem_warning=50
431
+ ; mem_critical=70
432
+ #
433
+ # Per container thresholds
434
+ ; containername_cpu_careful=10
435
+ ; containername_cpu_warning=20
436
+ ; containername_cpu_critical=30
437
+ #
438
+ # By default, Glances only display running containers
439
+ # Set the following key to True to display all containers
440
+ all=False
441
+ # Define Podman sock
442
+ ; podman_sock=unix:///run/user/1000/podman/podman.sock
443
+
444
+ [amps]
445
+ # AMPs configuration are defined in the bottom of this file
446
+ disable=False
447
+
448
+ [alert]
449
+ disable=False
450
+ # Maximum number of events to display (default is 10 events)
451
+ ;max_events=10
452
+ # Minimum duration for an event to be taken into account (default is 6 seconds)
453
+ ;min_duration=6
454
+ # Minimum time between two events of the same type (default is 6 seconds)
455
+ # This is used to avoid too many alerts for the same event
456
+ # Events will be merged
457
+ ;min_interval=6
458
+
459
+ ##############################################################################
460
+ # Client/server
461
+ ##############################################################################
462
+
463
+ [serverlist]
464
+ # Define the static servers list
465
+ #server_1_name=localhost
466
+ #server_1_alias=My local PC
467
+ #server_1_port=61209
468
+ #server_2_name=localhost
469
+ #server_2_port=61235
470
+ #server_3_name=192.168.0.17
471
+ #server_3_alias=Another PC on my network
472
+ #server_3_port=61209
473
+ #server_4_name=pasbon
474
+ #server_4_port=61237
475
+
476
+ [passwords]
477
+ # Define the passwords list related to the [serverlist] section
478
+ # Syntax: host=password
479
+ # Where: host is the hostname
480
+ # password is the clear password
481
+ # Additionally (and optionally) a default password could be defined
482
+ #localhost=abc
483
+ #default=defaultpassword
484
+ #
485
+ # Define the path of the local '.pwd' file (default is system one)
486
+ #local_password_path=~/.config/glances
487
+
488
+ ##############################################################################
489
+ # Exports
490
+ ##############################################################################
491
+
492
+ [graph]
493
+ # Configuration for the --export graph option
494
+ # Set the path where the graph (.svg files) will be created
495
+ # Can be overwrite by the --graph-path command line option
496
+ path=/tmp
497
+ # It is possible to generate the graphs automatically by setting the
498
+ # generate_every to a non zero value corresponding to the seconds between
499
+ # two generation. Set it to 0 to disable graph auto generation.
500
+ generate_every=0
501
+ # See following configuration keys definitions in the Pygal lib documentation
502
+ # http://pygal.org/en/stable/documentation/index.html
503
+ width=800
504
+ height=600
505
+ style=DarkStyle
506
+
507
+ [influxdb]
508
+ # !!!
509
+ # Will be DEPRECATED in future release.
510
+ # Please have a look on the new influxdb2 export module (compatible with InfluxDB 1.8.x and 2.x)
511
+ # !!!
512
+ # Configuration for the --export influxdb option
513
+ # https://influxdb.com/
514
+ host=localhost
515
+ port=8086
516
+ protocol=http
517
+ user=root
518
+ password=root
519
+ db=glances
520
+ # Prefix will be added for all measurement name
521
+ # Ex: prefix=foo
522
+ # => foo.cpu
523
+ # => foo.mem
524
+ # You can also use dynamic values
525
+ #prefix=foo
526
+ # Following tags will be added for all measurements
527
+ # You can also use dynamic values.
528
+ # Note: hostname is always added as a tag
529
+ #tags=foo:bar,spam:eggs,domain:`domainname`
530
+
531
+ [influxdb2]
532
+ # Configuration for the --export influxdb2 option
533
+ # https://influxdb.com/
534
+ host=localhost
535
+ port=8086
536
+ protocol=http
537
+ org=nicolargo
538
+ bucket=glances
539
+ token=EjFUTWe8U-MIseEAkaVIgVnej_TrnbdvEcRkaB1imstW7gapSqy6_6-8XD-yd51V0zUUpDy-kAdVD1purDLuxA==
540
+ # Set the interval between two exports (in seconds)
541
+ # If the interval is set to 0, the Glances refresh time is used (default behavor)
542
+ #interval=0
543
+ # Prefix will be added for all measurement name
544
+ # Ex: prefix=foo
545
+ # => foo.cpu
546
+ # => foo.mem
547
+ # You can also use dynamic values
548
+ #prefix=foo
549
+ # Following tags will be added for all measurements
550
+ # You can also use dynamic values.
551
+ # Note: hostname is always added as a tag
552
+ #tags=foo:bar,spam:eggs,domain:`domainname`
553
+
554
+ [cassandra]
555
+ # Configuration for the --export cassandra option
556
+ # Also works for the ScyllaDB
557
+ # https://influxdb.com/ or http://www.scylladb.com/
558
+ host=localhost
559
+ port=9042
560
+ protocol_version=3
561
+ keyspace=glances
562
+ replication_factor=2
563
+ # If not define, table name is set to host key
564
+ table=localhost
565
+ # If not define, username and password will not be used
566
+ #username=cassandra
567
+ #password=password
568
+
569
+ [opentsdb]
570
+ # Configuration for the --export opentsdb option
571
+ # http://opentsdb.net/
572
+ host=localhost
573
+ port=4242
574
+ #prefix=glances
575
+ #tags=foo:bar,spam:eggs
576
+
577
+ [statsd]
578
+ # Configuration for the --export statsd option
579
+ # https://github.com/etsy/statsd
580
+ host=localhost
581
+ port=8125
582
+ #prefix=glances
583
+
584
+ [elasticsearch]
585
+ # Configuration for the --export elasticsearch option
586
+ # Data are available via the ES RESTful API. ex: URL/<index>/cpu
587
+ # https://www.elastic.co
588
+ scheme=http
589
+ host=localhost
590
+ port=9200
591
+ index=glances
592
+
593
+ [riemann]
594
+ # Configuration for the --export riemann option
595
+ # http://riemann.io
596
+ host=localhost
597
+ port=5555
598
+
599
+ [rabbitmq]
600
+ # Configuration for the --export rabbitmq option
601
+ host=localhost
602
+ port=5672
603
+ user=guest
604
+ password=guest
605
+ queue=glances_queue
606
+ #protocol=amqps
607
+
608
+ [mqtt]
609
+ # Configuration for the --export mqtt option
610
+ host=localhost
611
+ # Overwrite device name in the topic
612
+ #devicename=localhost
613
+ port=8883
614
+ tls=false
615
+ user=guest
616
+ password=guest
617
+ topic=glances
618
+ topic_structure=per-metric
619
+ callback_api_version=2
620
+
621
+ [couchdb]
622
+ # Configuration for the --export couchdb option
623
+ # https://www.couchdb.org
624
+ host=localhost
625
+ port=5984
626
+ db=glances
627
+ user=admin
628
+ password=admin
629
+
630
+ [mongodb]
631
+ # Configuration for the --export mongodb option
632
+ # https://www.mongodb.com
633
+ host=localhost
634
+ port=27017
635
+ db=glances
636
+ user=root
637
+ password=example
638
+
639
+ [kafka]
640
+ # Configuration for the --export kafka option
641
+ # http://kafka.apache.org/
642
+ host=localhost
643
+ port=9092
644
+ topic=glances
645
+ #compression=gzip
646
+ # Tags will be added for all events
647
+ #tags=foo:bar,spam:eggs
648
+ # You can also use dynamic values
649
+ #tags=hostname:`hostname -f`
650
+
651
+ [zeromq]
652
+ # Configuration for the --export zeromq option
653
+ # http://www.zeromq.org
654
+ # Use * to bind on all interfaces
655
+ host=*
656
+ port=5678
657
+ # Glances envelopes the stats in a publish message with two frames:
658
+ # - First frame containing the following prefix (STRING)
659
+ # - Second frame with the Glances plugin name (STRING)
660
+ # - Third frame with the Glances plugin stats (JSON)
661
+ prefix=G
662
+
663
+ [prometheus]
664
+ # Configuration for the --export prometheus option
665
+ # https://prometheus.io
666
+ # Create a Prometheus exporter listening on localhost:9091 (default configuration)
667
+ # Metric are exporter using the following name:
668
+ # <prefix>_<plugin>_<stats>{labelkey:labelvalue}
669
+ # Note: You should add this exporter to your Prometheus server configuration:
670
+ # scrape_configs:
671
+ # - job_name: 'glances_exporter'
672
+ # scrape_interval: 5s
673
+ # static_configs:
674
+ # - targets: ['localhost:9091']
675
+ #
676
+ # Labels will be added for all measurements (default is src:glances)
677
+ # labels=foo:bar,spam:eggs
678
+ # You can also use dynamic values
679
+ # labels=system:`uname -s`
680
+ #
681
+ host=localhost
682
+ port=9091
683
+ #prefix=glances
684
+ labels=src:glances
685
+
686
+ [restful]
687
+ # Configuration for the --export restful option
688
+ # Example, export to http://localhost:6789/
689
+ host=localhost
690
+ port=6789
691
+ protocol=http
692
+ path=/
693
+
694
+ [graphite]
695
+ # Configuration for the --export graphite option
696
+ # https://graphiteapp.org/
697
+ host=localhost
698
+ port=2003
699
+ # Prefix will be added for all measurement name
700
+ prefix=glances
701
+ # System name added between the prefix and the stats
702
+ # By default, system_name = FQDN
703
+ #system_name=mycomputer
704
+
705
+ ##############################################################################
706
+ # AMPS
707
+ # * enable: Enable (true) or disable (false) the AMP
708
+ # * regex: Regular expression to filter the process(es)
709
+ # * refresh: The AMP is executed every refresh seconds
710
+ # * one_line: (optional) Force (if true) the AMP to be displayed in one line
711
+ # * command: (optional) command to execute when the process is detected (thk to the regex)
712
+ # * countmin: (optional) minimal number of processes
713
+ # A warning will be displayed if number of process < count
714
+ # * countmax: (optional) maximum number of processes
715
+ # A warning will be displayed if number of process > count
716
+ # * <foo>: Others variables can be defined and used in the AMP script
717
+ ##############################################################################
718
+
719
+ [amp_dropbox]
720
+ # Use the default AMP (no dedicated AMP Python script)
721
+ # Check if the Dropbox daemon is running
722
+ # Every 3 seconds, display the 'dropbox status' command line
723
+ enable=false
724
+ regex=.*dropbox.*
725
+ refresh=3
726
+ one_line=false
727
+ command=dropbox status
728
+ countmin=1
729
+
730
+ [amp_python]
731
+ # Use the default AMP (no dedicated AMP Python script)
732
+ # Monitor all the Python scripts
733
+ # Alert if more than 20 Python scripts are running
734
+ enable=false
735
+ regex=.*python.*
736
+ refresh=3
737
+ countmax=20
738
+
739
+ [amp_conntrack]
740
+ # Use comma separated for multiple commands (no space around the comma)
741
+ # If the regex key is not defined, the AMP will be executed every refresh second
742
+ # and the process count will not be displayed (countmin and countmax will be ignore)
743
+ enable=false
744
+ refresh=30
745
+ one_line=false
746
+ command=sysctl net.netfilter.nf_conntrack_count;sysctl net.netfilter.nf_conntrack_max
747
+
748
+ [amp_nginx]
749
+ # Use the NGinx AMP
750
+ # Nginx status page should be enable (https://easyengine.io/tutorials/nginx/status-page/)
751
+ enable=false
752
+ regex=\/usr\/sbin\/nginx
753
+ refresh=60
754
+ one_line=false
755
+ status_url=http://localhost/nginx_status
756
+
757
+ [amp_systemd]
758
+ # Use the Systemd AMP
759
+ enable=false
760
+ regex=\/lib\/systemd\/systemd
761
+ refresh=30
762
+ one_line=true
763
+ systemctl_cmd=/bin/systemctl --plain
764
+
765
+ [amp_systemv]
766
+ # Use the Systemv AMP
767
+ enable=false
768
+ regex=\/sbin\/init
769
+ refresh=30
770
+ one_line=true
771
+ service_cmd=/usr/bin/service --status-all