-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
76 lines (67 loc) · 1.84 KB
/
mkdocs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Project information
site_name: Raspberry Pi GitOps Stack
site_url: https://mikevader.github.io/k3s-cluster-infra-apps/
site_author: Michael Mühlebach
site_description: >-
Documentation on how I setup and configure my k8s-at-home cluster
over gitops
# Repository
repo_name: mikevader/k3s-cluster-infra-apps
repo_url: https://github.com/mikevader/k3s-cluster-infra-apps
# Copyright
copyright: Copyright © 2020 - 2023 Michael Mühlebach
theme:
name: material
icon:
repo: fontawesome/brands/github
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.blocks.caption
- abbr
- admonition
plugins:
- drawio_file
nav:
- Home: index.md
- Bare-Metal: bare-metal.md
- Proxmox: proxmox-setup.md
- Custom Images: custom-images.md
- Cluster:
- Ansible: ansible.md
- ArgoCD: argocd.md
- Critial Systems:
- MetalLB: metallb.md
- Cert Manager: cert-manager.md
- Traefik: traefik.md
- Longhorn: longhorn.md
- Monitoring: monitoring.md
- Platform:
- Authentik: authentik.md
- Hashicorp Vault: vault.md
- Secrets-CSI: secrets-csi.md
- External-Secrets: external-secrets.md
- Postgres with CNPG: postgres-cnpg.md
- Postgres with Zalando: postgres-zalanod.md
- Apps:
- Uptime Kuma: uptime-kuma.md
- Plex: plex.md
- AdGuard: adguard.md
- Airprint: airprint.md
- Security Cam: securitycam.md
- Rails Demo: rails-app.md
- Extras:
- Network: network.md
- VPN: vpn.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/mikevader
- icon: fontawesome/brands/twitter
link: https://twitter.com/muhlebam
- icon: fontawesome/brands/linkedin
link: www.linkedin.com/in/michaelmuehlebach