diff --git a/docs/home-network/_index.md b/docs/home-network/_index.md index e69de29..f0fffae 100644 --- a/docs/home-network/_index.md +++ b/docs/home-network/_index.md @@ -0,0 +1,20 @@ +# Home network + +## Self-hosted services + +### Implemented + +- NGINX reverse proxy + - Replace with Traefik +- Pi-hole DNS server +- Jellyfin media server +- Hugo notes website + - Lacks proper auth (currently using Basic) + +### Planned + +System administration: + +- Traefik reverse proxy [[Github](https://github.com/traefik/traefik)] +- Authentik identity provider [[Github](https://github.com/goauthentik/authentik)] +- Grafana Metrics and Monitoring [[Github](https://github.com/grafana/grafana)] diff --git a/docs/home-network/devices/raspberrypi.md b/docs/home-network/devices/raspberrypi.md index eca57ba..6dad451 100644 --- a/docs/home-network/devices/raspberrypi.md +++ b/docs/home-network/devices/raspberrypi.md @@ -6,9 +6,17 @@ MAC Address: E4:5F:01:D1:AF:9B ## Hardware -Raspberry PI 4 -Memory: 2GB -Storage: ? +Raspberry Pi 4 Model B Rev 1.5 + +- CPU: ARMv7 Processor rev 3 (v7l) (32bit arch) +- Memory: 2GB +- Storage: 32GB + +External disk: Toshiba HDD + +- Storage: 2TB +- Volume: NTFS +- Speed: 5000Mbit/s ## Services @@ -22,6 +30,7 @@ Storage: ? | Pi-hole admin server | 8080 | | Notes server | 42069 | -## External devices +## Planned functionality -2 TB SSD +- OAuth2 Identity provider +- Notes server with OAuth2