From 4e0ca776245e0104636160480979a36b6fe35384 Mon Sep 17 00:00:00 2001 From: Brad Treloar Date: Sat, 1 Nov 2025 21:33:35 +1030 Subject: [PATCH] Move overview out of index --- docs/home-network/overview.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/home-network/overview.md diff --git a/docs/home-network/overview.md b/docs/home-network/overview.md new file mode 100644 index 0000000..2923428 --- /dev/null +++ b/docs/home-network/overview.md @@ -0,0 +1,33 @@ +--- +weight: -1 +--- + +# Home network overview + +## Self-hosted services + +### Implemented + +- NGINX reverse proxy +- Pi-hole DNS server +- Jellyfin media server +- Hugo notes website + - Lacks proper auth (currently using Basic) + +## Planned features + +System administration: + +- Vouch SSO proxy [[Github](https://github.com/vouch/vouch-proxy)] + - Provide identity management for multiple apps running on the server. +- Authentik identity provider [[Github](https://github.com/goauthentik/authentik)] + - IdP for Vouch. +- Grafana Metrics and Monitoring [[Github](https://github.com/grafana/grafana)] + - Observability. +- Laravel notes website + - Markdown files as content. + - See [Aaron Francis's blog](https://aaronfrancis.com/2021/blogging-with-markdown-in-laravel-1d45f4fa). + +Services: + +- Bitwarden secrets vault [[Github](https://github.com/bitwarden/server)]