reorganize docs

rpi-zero
Jordan Sokolic 2020-04-17 21:08:48 +03:00
parent c9f143047d
commit a5c8703f10
5 changed files with 8 additions and 6 deletions

View File

@ -2,7 +2,7 @@
Inspired by other projects that run `hostapd` in a Docker container. This goes one step further and boots a full network OS intended for embedded devices called [OpenWrt](https://openwrt.org/), so you can manage all aspects of your network from a user-friendly web UI.
For Raspberry Pi-specific build instructions, see [Building on Raspberry Pi](./rpi.md).
For Raspberry Pi-specific build instructions, see [Building on Raspberry Pi](docs/rpi.md).
## Dependencies
@ -80,10 +80,10 @@ As an alternative to installing debug packages inside your router, it's possible
$ sudo ip netns exec ${CONTAINER} tcpdump -vvi any
```
---
## [OpenVPN Howto](./vpn.md)
## [OpenVPN Howto](docs/vpn.md)
## [Bandwidth Monitoring Howto](./monitoring.md)
## [Bandwidth Monitoring Howto](docs/monitoring.md)
## [Monitoring with InfluxDB + Grafana](./monitoring/README.md)
## [Monitoring with InfluxDB + Grafana](monitoring/README.md)
## [IPv6 Notes](./ipv6.md)
## [IPv6 Notes](docs/ipv6.md)

View File

@ -47,4 +47,6 @@ config nlbwmon
list local_network 'lan'
EOF
# service nlbwmon restart
```
```
For a more complex (and useful) solution, see [Monitoring with InfluxDB + Grafana](../monitoring/README.md)

View File

View File