mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
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:
13
blueprints/komari-monitor/docker-compose.yml
Normal file
13
blueprints/komari-monitor/docker-compose.yml
Normal 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: {}
|
||||
BIN
blueprints/komari-monitor/komari-monitor.ico
Normal file
BIN
blueprints/komari-monitor/komari-monitor.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
15
blueprints/komari-monitor/template.toml
Normal file
15
blueprints/komari-monitor/template.toml
Normal 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}"
|
||||
16
meta.json
16
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user