Skip to content

Commit 348afe0

Browse files
committed
docs: note the Unraid App data path in the upgrade guide, fix the Sankey caption version
1 parent 0fa8dec commit 348afe0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ nfsen-ng is a modern, in-place replacement for the ageing [NfSen](http://nfsen.s
1717
![nfsen-ng dashboard overview, light and dark](https://raw.githubusercontent.com/mbolli/nfsen-ng/master/book/src/images/00-page-graphs.png)
1818

1919
![nfsen-ng Sankey diagram visualizing src IP -> dst port -> dst IP traffic flow, light and dark](https://raw.githubusercontent.com/mbolli/nfsen-ng/master/book/src/images/guide-sankey-ports.png)
20-
*Sankey traffic-flow diagram with the optional destination-port column, available since v1.0.0-beta.1.*
20+
*Sankey traffic-flow diagram, available since v1.0.0-beta.1, with the optional destination-port column added in v1.0.0-beta.2.*
2121

2222
## Quick start
2323

book/src/deployment/upgrading.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ fit together.
5757
new volume once — e.g. `docker run --rm -v rrd-data:/old -v nfsen-data:/new
5858
alpine cp -a /old/. /new/rrd/` — or just rebuild them with **Force Rescan**.
5959
See [State & persistence](configuration.md#state--persistence).
60+
- **Unraid template users**: the UI template gained a matching **App data** path
61+
(`/var/lib/nfsen-ng`, defaulting to `/mnt/user/appdata/nfsen-ng-data`) in
62+
v1.0.0-beta.3. An install created before that has no such mapping, so add it
63+
when you update the container, otherwise the RRD database, preferences, and
64+
alert rules are recreated empty on every image update.
6065

6166
## Migration steps
6267

0 commit comments

Comments
 (0)