Compare commits

..
3 Commits
Author SHA1 Message Date
smileBeda 0f5774f246 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-08-06 16:18:06 +00:00
smileBeda 3f15ff07aa Initial commit 2026-08-06 16:18:03 +00:00
smileBeda 69b25adc49 Initial commit 2026-08-06 16:14:14 +00:00
2 changed files with 1 additions and 36 deletions
-13
View File
@@ -12,16 +12,3 @@
# Built Visual Studio Code Extensions
*.vsix
# BEGIN reset-history environment exclusions
.env
.env.*
*.env
*.env.*
!.env.example
!.env.*.example
!*.env.example
!*.env.*.example
*.swp
.DS_Store
# END reset-history environment exclusions
+1 -23
View File
@@ -1,24 +1,2 @@
# Grafana
# grafana
Self-hosted visualization and alerting service for dashboards built from configured monitoring data sources.
## Deployment layout
- **Compose:** `/srv/docker/grafana/docker-compose.yml`
- **Static configuration/source:** no additional static configuration or build source
- **Non-secret environment:** embedding, cookie, content-security-policy, and anonymous Viewer settings are declared
inline in Compose; there is no project-local `.env`
- **Secrets:** none
- **NVMe application state:** `/srv/appdata/grafana/data`
- **Bulk HDD data:** none
- **Other mounts:** none
Secrets are never committed to this repository. No standalone secret file is
declared; credentials entered through Grafana are retained in its protected application-managed state.
## Dependencies and recovery
- **Networks/dependencies:** external `npm_proxy` network at `192.168.96.13`; monitoring data sources are configured
within Grafana and were not inspected
- **Back up:** `/srv/appdata/grafana/data`
- **Re-creatable:** the Grafana container; no separate cache or temporary-data mount is declared