Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions blueprints/komari-monitor/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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 added blueprints/komari-monitor/komari-monitor.ico
Binary file not shown.
15 changes: 15 additions & 0 deletions blueprints/komari-monitor/template.toml
Original file line number Diff line number Diff line change
@@ -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 changes: 16 additions & 0 deletions meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3342,6 +3342,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",
Expand Down