Files
app-catalog-felhom.eu/templates/grafana/.felhom.yml
T
admin 153a05e2d8 fix: change admin password fields from secret to password type
All user-facing admin passwords now use type: password instead of
type: secret, giving users a visible editable field with Generate
button (matching Paperless-ngx pattern).

Affected apps: Nextcloud, Grafana, Kimai, Code-server

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 16:27:37 +01:00

63 lines
2.0 KiB
YAML

# =============================================================================
# .felhom.yml - App metadata for felhom-controller
# =============================================================================
# --- Display info (shown on dashboard) ---
display_name: "Grafana"
description: "Professzionális monitoring és vizualizációs platform"
category: "dashboard"
subdomain: "grafana"
slug: "grafana"
# --- Resource hints (displayed on deploy screen) ---
resources:
mem_request: "100M"
mem_limit: "512M"
pi_compatible: true
needs_hdd: false
# --- Deploy fields (first deployment only) ---
deploy_fields:
- env_var: DOMAIN
label: "Domain"
type: domain
description: "A szerver domain neve"
locked_after_deploy: true
- env_var: SUBDOMAIN
label: "Aldomain"
type: subdomain
default: "grafana"
required: true
locked_after_deploy: true
description: "Az alkalmazás aldomainje"
- env_var: GF_SECURITY_ADMIN_PASSWORD
label: "Admin jelszó"
type: password
generate: "password:16"
description: "Első bejelentkezéshez. Utána a webes felületen módosítható."
locked_after_deploy: false
# --- App info (info page content) ---
app_info:
tagline: "Vizualizációs platform - dashboardok, grafikonok, alertek"
default_creds: "admin / (telepítéskor megadott jelszó)"
docs_url: "https://grafana.com/docs/grafana/latest/"
use_cases:
- 'Rendszer metrikák vizualizálása (CPU, RAM, hálózat, lemez)'
- 'Egyedi dashboardok létrehozása különböző adatforrásokból'
- 'Alertek és értesítések küszöbértékek alapján'
- 'Prometheus, InfluxDB és sok más adatforrás támogatás'
- 'Szép, megosztható dashboardok'
first_steps:
- 'Nyisd meg a grafana.DOMAIN címet a böngészőben'
- 'Jelentkezz be az admin fiókkal'
- 'Add hozzá az adatforrásokat (Connections > Data Sources)'
- 'Importálj egy dashboard sablont vagy hozz létre sajátot'
prerequisites:
- 'Adatforrás szükséges (pl. Prometheus - külön telepítendő)'