2022-07-06 12:33:35 +07:00
|
|
|
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
|
|
|
|
|
|
|
|
site_name: Khue's Homelab
|
2024-03-27 00:39:43 +07:00
|
|
|
copyright: Copyright © 2020 - 2024 Khue Doan
|
2022-07-06 12:33:35 +07:00
|
|
|
|
|
|
|
repo_url: https://github.com/khuedoan/homelab
|
|
|
|
|
|
|
|
theme:
|
2023-06-18 22:35:47 +07:00
|
|
|
favicon: https://github.com/khuedoan/homelab/assets/27996771/d33be1af-3687-4712-a671-4370da13cc92
|
2022-07-06 12:33:35 +07:00
|
|
|
name: material
|
|
|
|
palette:
|
|
|
|
primary: black
|
|
|
|
features:
|
2024-03-30 13:05:37 +07:00
|
|
|
- navigation.expand
|
|
|
|
- navigation.instant
|
2022-10-01 12:19:56 +07:00
|
|
|
- navigation.sections
|
2022-07-06 12:33:35 +07:00
|
|
|
- search.highlight
|
|
|
|
- search.share
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.emoji:
|
2024-11-23 09:35:01 +07:00
|
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
2022-07-06 12:33:35 +07:00
|
|
|
- attr_list
|
|
|
|
- admonition
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.snippets:
|
|
|
|
check_paths: true
|
|
|
|
- def_list
|
|
|
|
- pymdownx.tasklist:
|
|
|
|
- pymdownx.superfences:
|
|
|
|
custom_fences:
|
|
|
|
- name: mermaid
|
|
|
|
class: mermaid
|
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
2022-08-26 19:08:52 +07:00
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
2022-07-06 12:33:35 +07:00
|
|
|
|
|
|
|
nav:
|
|
|
|
- Home: index.md
|
|
|
|
- Installation:
|
2022-07-20 23:00:39 +07:00
|
|
|
- installation/sandbox.md
|
2022-07-06 12:33:35 +07:00
|
|
|
- Production:
|
|
|
|
- installation/production/prerequisites.md
|
|
|
|
- installation/production/external-resources.md
|
|
|
|
- installation/production/configuration.md
|
|
|
|
- installation/production/deployment.md
|
2022-09-19 02:40:07 +07:00
|
|
|
- installation/post-installation.md
|
|
|
|
- Getting started:
|
2024-04-18 20:11:18 +07:00
|
|
|
- getting-started/vpn-setup.md
|
2022-09-19 02:40:07 +07:00
|
|
|
- getting-started/user-onboarding.md
|
|
|
|
- getting-started/install-pre-commit-hooks.md
|
|
|
|
- Concepts:
|
|
|
|
- concepts/pxe-boot.md
|
|
|
|
- concepts/secrets-management.md
|
2022-10-01 11:53:18 +07:00
|
|
|
- concepts/certificate-management.md
|
2024-11-23 09:35:01 +07:00
|
|
|
- concepts/development-shell.md
|
2022-10-01 11:53:18 +07:00
|
|
|
- concepts/testing.md
|
2022-09-19 02:40:07 +07:00
|
|
|
- How-to guides:
|
|
|
|
- how-to-guides/alternate-dns-setup.md
|
|
|
|
- how-to-guides/expose-services-to-the-internet.md
|
2024-11-22 15:26:43 +07:00
|
|
|
- how-to-guides/backup-and-restore.md
|
2022-09-19 02:40:07 +07:00
|
|
|
- how-to-guides/use-both-github-and-gitea.md
|
|
|
|
- how-to-guides/add-or-remove-nodes.md
|
|
|
|
- how-to-guides/run-commands-on-multiple-nodes.md
|
|
|
|
- how-to-guides/single-node-cluster-adjustments.md
|
|
|
|
- how-to-guides/disable-dhcp-proxy-in-dnsmasq.md
|
2024-01-18 01:37:33 +07:00
|
|
|
- how-to-guides/media-management.md
|
2022-09-20 23:47:06 +07:00
|
|
|
- how-to-guides/updating-documentation.md
|
2022-09-19 02:40:07 +07:00
|
|
|
- Troubleshooting:
|
|
|
|
- how-to-guides/troubleshooting/pxe-boot.md
|
2022-07-06 12:33:35 +07:00
|
|
|
- Reference:
|
2022-09-19 02:40:07 +07:00
|
|
|
- Architecture:
|
|
|
|
- reference/architecture/overview.md
|
|
|
|
- reference/architecture/networking.md
|
|
|
|
- reference/architecture/decision-records.md
|
2022-07-06 12:33:35 +07:00
|
|
|
- reference/license.md
|
|
|
|
- reference/changelog.md
|
|
|
|
- reference/roadmap.md
|
|
|
|
- reference/contributing.md
|
|
|
|
- reference/faq.md
|