-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·162 lines (155 loc) · 4.84 KB
/
mkdocs.yml
File metadata and controls
executable file
·162 lines (155 loc) · 4.84 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
site_name: Techdox Docs
site_url: https://docs.techdox.nz
nav:
- Home: index.md
- Docker Containers:
- Overview: docker-containers.md
- Security & Authentication:
- 2FAuth: 2fa.md
- Adguard: adguard.md
- Authentik: authentik.md
- Headscale: headscale.md
- Pangolin: pangolin.md
- Pocket ID: pocketid.md
- Safeline: safeline.md
- WG-Easy: wgeasy.md
- Wireguard: wireguard.md
- File Management:
- Chibisafe: chibisafe.md
- Filebrowser: filebrowser.md
- Matrix: matrix.md
- Nextcloud: nextcloud.md
- Syncthing: syncthing.md
- Backup & Sync:
- Duplicati: duplicati.md
- Pairdrop: pairdrop.md
- Productivity:
- Docmost: docmost.md
- Excalidraw: excalidraw.md
- Firefly III: firefly.md
- Focalboard: focalboard.md
- Hoarder: hoarder.md
- Joplin: joplin.md
- Mealie: mealie.md
- Memos: memos.md
- Peppermint: peppermint.md
- Media:
- Jellyfin: jellyfin.md
- Logitech Media Server: logitech.md
- Photoprism: photoprism.md
- Tools & Utilities:
- Dockpeek: dockpeek.md
- Glance: glance.md
- Homepage: homepage.md
- IT Tools: ittools.md
- Linkstack: linkstack.md
- Paperless: paperless.md
- PrivateBin: privatebin.md
- Tududi: tududi.md
- MkDocs: mkdocs.md
- FreshRSS: freshrss.md
- Wallos: wallos.md
- Monitoring & Management:
- Beszel: beszel.md
- cAdvisor: cadvisor.md
- Grafana: grafana.md
- Loki & Promtail: loki.md
- Nexterm: nexterm.md
- Nginx Proxy Manager: npm.md
- Ntfy: ntfy.md
- Prometheus: prometheus.md
- Speedtest Tracker: speedtest-tracker.md
- Traefik: traefik.md
- Uptime Kuma: uptimekuma.md
- Watchtower: watchtower.md
- Docker Management:
- Cosmos Cloud: cosmos.md
- Dockge: dockge.md
- Networking:
- Overview: networking-overview.md
- GlusterFS: glusterfs.md
- Logging:
- Overview: logging-overview.md
- Node Exporter: node-exporter.md
- General Guides:
- Overview: general-guides.md
- Access Pihole via NPM: pihole-on-npm.md
- Setting up Pihole Exporter: piexporter.md
- Resources:
- Donate / Get Support: support.md
- RackNerd Deals - Cheap VPS: racknerd.md
- Merch: https://store.techdox.nz
# - About: about.md
theme:
name: material
logo: 0dq28DF.png
favicon: favicon.png
features:
- navigation.footer
- content.code.copy
- search.suggest
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
plugins:
- social
- search
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra:
social:
- icon: fontawesome/brands/youtube
link: https://youtube.com/@techdox
- icon: fontawesome/brands/discord
link: https://discord.com/invite/8mX2KRxDw8
- icon: fontawesome/brands/github
link: https://github.com/Techdox/techdox-docs
analytics:
provider: google
property: G-1CXE00KE0K
consent:
title: Cookie consent
description: >-
We use cookies to enhance your experience on our site, recognize your repeat visits and preferences, as well as to track the effectiveness of our documentation and the relevance of the content we provide. Your consent will help us improve our resources and ensure they meet your needs. You have the option to customize your cookie settings to best suit your privacy preferences. Your support in this helps us continually refine our content and tools to better serve you and the community."
copyright: Copyright © 2024 Techdox