Skip to content

Commit ecbe33c

Browse files
author
AnalyseDeCircuit
committed
docs(changelog): expand v0.1.0 release notes
1 parent f1445a3 commit ecbe33c

1 file changed

Lines changed: 40 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,43 @@
22

33
All notable changes for this project will be documented in this file.
44

5-
## [v0.1.0] - 2025-12-18
6-
- Initial release (packaging only)
7-
- Docker images published to `ghcr.io/AnalyseDeCircuit/web-monitor` (linux/amd64 + linux/arm64)
8-
- Pre-built archives (tar.gz) for Linux
5+
## v0.1.0
6+
7+
### What it is
8+
A lightweight, modular web-based system monitor designed to scale
9+
from embedded devices to small server clusters.
10+
11+
### Features
12+
- CPU / Memory / Disk / Network monitoring
13+
- Modular feature toggles
14+
- Multiple run modes via Makefile:
15+
- full (default)
16+
- minimal
17+
- server
18+
- no-docker
19+
- Low frontend CPU usage (<15%)
20+
21+
### Supported environments
22+
- Linux (bare metal / VPS)
23+
- Docker
24+
- WSL (partial)
25+
- macOS (limited, experimental)
26+
27+
### Known limitations
28+
- No long-term historical storage
29+
- macOS / WSL lack some system metrics
30+
- No authentication hardening by default
31+
32+
### Philosophy
33+
Keep it simple, observable, and cheap to run.
34+
35+
## Who this is for
36+
- Small servers / VPS
37+
- Home lab
38+
- Embedded or low-power machines
39+
- Users who want instant visibility, not heavy dashboards
40+
41+
## Who this is NOT for
42+
- Enterprise monitoring
43+
- Long-term metrics storage
44+
- Alerting / SLA systems

0 commit comments

Comments
 (0)