-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
197 lines (180 loc) · 7.06 KB
/
mkdocs.yml
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: MediaStack.Guide DOCUMENTION UNDER HEAVY DEVELOPMENT
site_url: https://mediastack.guide/
site_description: >
Quick-start guide to set up a full VPN encrypted streaming media service, with reverse-proxy / MFA access from the Internet, for Linux, Windows, Synology NAS, and more... Full Docker deployment for Jellyfin, Jellyseerr, Gluetun, DDNS-Updater, Prowlarr, Radarr, Sonarr, Lidarr, Mylar, Readarr, Whisparr, Bazarr, qBittorrent, SABnzbd, Unpackerr, SWAG, Heimdall, Authelia, Flaresolverr, and Portainer.
repo_name: mediastack.guide
repo_url: https://github.com/geekau/mediastack.guide
edit_uri: blob/main/docs/
plugins:
- search
- macros
- glightbox
- git-revision-date-localized:
enable_creation_date: false
# - typeset
nav:
- Preparation:
- Home: index.md
- MediaStack Applications: prep/applications.md
- Network Architecture: prep/architecture.md
- Installing Docker on Host: prep/docker.md
- Setting Up App / Media Folders: prep/folders.md
- Prepare Media Library: prep/media.md
- Docker Compose Files: prep/compose.md
- Installation:
- Default Environment: install/default-environment.md
- Customising Environment: install/customising-environment.md
- Individual Install: install/individual-install.md
- Collective Install: install/collective-install.md
- Portainer: install/portainer.md
- Configuration:
- Gluetun: config/gluetun.md
- qBittorrent: config/qbittorrent.md
- SABnzbd: config/sabnzbd.md
- Prowlarr: config/prowlarr.md
- Radarr: config/radarr.md
- Sonarr: config/sonarr.md
- Lidarr: config/lidarr.md
- Readarr: config/readarr.md
- Mylar3: config/mylar.md
- Whisparr: config/whisparr.md
- Bazaar: config/bazaar.md
- Tdarr: config/tdarr.md
- Unpackerr: config/unpackerr.md
- Jellyfin: config/jellyfin.md
- Jellyseerr: config/jellyseerr.md
- Plex: config/plex.md
- Remote Access:
- DNS Resolution: remote/dns.md
- DUO Security: remote/duo.md
- Authelia: remote/authelia.md
- Secure Web App Gateway: remote/swag.md
# - Heimdall: remote/heimdall.md
# - Homepage: remote/homepage.md
# - Cloudflare Tunnels: remote/tunnels.md
# - Help:
# - Application Websites: help/application-websites.md
# - Contributing: help/contributing.md
# - Template: help/template.md
# - OLD DOCS:
# - Old Notes 1: help/1.md
# - Old Notes 3: help/3.md
theme:
name: material
custom_dir: overrides
favicon: assets/favicon.ico
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.footer
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.prune
- navigation.indexes
- toc.follow
# - toc.integrate
- search.suggest
- search.highlight
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: light green
toggle:
icon: material/lightbulb
name: Switch to Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: yellow
accent: red
toggle:
icon: material/lightbulb-outline
name: Switch to Light Mode
icon:
logo: assets/header-logo
repo: fontawesome/brands/github
admonition:
note: fontawesome/solid/note-sticky
abstract: fontawesome/solid/book
info: fontawesome/solid/circle-info
tip: fontawesome/solid/bullhorn
success: fontawesome/solid/check
question: fontawesome/solid/circle-question
warning: fontawesome/solid/triangle-exclamation
failure: fontawesome/solid/bomb
danger: fontawesome/solid/skull
bug: fontawesome/solid/robot
example: fontawesome/solid/flask
quote: fontawesome/solid/quote-left
markdown_extensions:
- admonition
- pymdownx.betterem
- pymdownx.caret: {smart_insert: true, insert: true, superscript: true}
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight: {auto_title: true, anchor_linenums: true}
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist: {custom_checkbox: true}
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
title: "On This Page:"
toc_depth: 4
permalink: true
permalink_title: "Permanent Link <Anchor>"
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
extra:
version:
provider: mike
consent:
title: Cookie Consent
description: >-
We use cookies to recognise your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to make our documentation better.
social:
- icon: fontawesome/brands/github
link: https://github.com/geekau/MediaStack.Guide
name: "GitHub: MediaStack.Guide"
- icon: fontawesome/brands/github
link: https://github.com/geekau/media-stack
name: "GitHub: mediastack"
- icon: fontawesome/brands/twitter
link: https://twitter.com/squidfunk
name: "Twitter: squidfunk"
copyright: >
Copyright © 2024 - <a href="https://MediaStack.Guide">MediaStack.Guide</a> ( <a href="#__consent">Update Change Cookie Settings</a> )