Fix frontmatter syntax
This commit is contained in:
parent
d17cb3509a
commit
ced9f011f2
9 changed files with 9 additions and 37 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight = 9000
|
||||
weight: 9000
|
||||
---
|
||||
|
||||
# Chess
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight = 3100
|
||||
weight: 3100
|
||||
---
|
||||
|
||||
# Electronics
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight = 1100
|
||||
weight: 1100
|
||||
---
|
||||
|
||||
# Finannces
|
||||
|
|
|
|||
|
|
@ -1,33 +1,5 @@
|
|||
---
|
||||
weight = 3000
|
||||
weight: 3000
|
||||
---
|
||||
|
||||
# Home network
|
||||
|
||||
## Self-hosted services
|
||||
|
||||
### Implemented
|
||||
|
||||
- NGINX reverse proxy
|
||||
- Pi-hole DNS server
|
||||
- Jellyfin media server
|
||||
- Hugo notes website
|
||||
- Lacks proper auth (currently using Basic)
|
||||
|
||||
### Planned
|
||||
|
||||
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)]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight = 1200
|
||||
weight: 1200
|
||||
---
|
||||
|
||||
# Household
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight = 8000
|
||||
weight: 8000
|
||||
---
|
||||
|
||||
# Latin
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight = 6000
|
||||
weight: 6000
|
||||
---
|
||||
|
||||
# Parenting
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight = 6100
|
||||
weight: 6100
|
||||
---
|
||||
|
||||
# Seasonal events
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight = 1000
|
||||
weight: 1000
|
||||
---
|
||||
|
||||
# Self-care
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue