Add Komari Monitor template with Docker Compose, icon, and metadata (#XXX) (#623)

* Introduce Komari Monitor, a self-hosted server monitoring tool, with its corresponding Docker Compose configuration, icon, and metadata entry.

* Add template.toml for configuration and environment variables.

* Include necessary links for GitHub and documentation.
This commit is contained in:
Firefly
2026-01-28 14:38:29 +08:00
committed by GitHub
parent b2e91749d3
commit bc934d84a5
4 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
komari:
image: ghcr.io/komari-monitor/komari:latest
restart: unless-stopped
volumes:
- komari-data:/app/data
environment:
- ADMIN_USERNAME
- ADMIN_PASSWORD
volumes:
komari-data: {}

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -0,0 +1,15 @@
[variables]
main_domain = "${domain}"
admin_password = "${password:16}"
[config]
mounts = []
[[config.domains]]
serviceName = "komari"
port = 25_774
host = "${main_domain}"
[config.env]
ADMIN_USERNAME = "admin"
ADMIN_PASSWORD = "${admin_password}"

View File

@@ -3378,6 +3378,22 @@
"web"
]
},
{
"id": "komari-monitor",
"name": "Komari Monitor",
"version": "latest",
"description": "A lightweight, self-hosted server monitoring tool for tracking server performance.",
"logo": "komari-monitor.ico",
"links": {
"github": "https://github.com/komari-monitor/komari",
"website": "https://github.com/komari-monitor/komari",
"docs": "https://github.com/komari-monitor/komari#readme"
},
"tags": [
"monitoring",
"self-hosted"
]
},
{
"id": "kutt",
"name": "Kutt",