forked from saltyorg/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
339 lines (331 loc) · 12.7 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
site_name: docs.saltbox.dev
site_url: https://docs.saltbox.dev/
site_author: salty
site_description: Saltbox is an Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
repo_name: docs
repo_url: https://github.com/saltyorg/docs
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
features:
- header.autohide
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- navigation.tracking
- navigation.instant
# - toc.integrate
- search.suggest
- search.highlight
- search.share
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search:
lang: en
extra:
generator: false
social:
- icon: fontawesome/solid/heart
link: 'https://github.com/sponsors/saltydk'
name: Donate
- icon: fontawesome/brands/discord
link: 'https://discord.gg/ugfKXpFND8'
name: Discord
- icon: fontawesome/brands/github
link: 'https://github.com/saltyorg/Saltbox'
name: GitHub
markdown_extensions:
- meta
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- attr_list
- md_in_html
- pymdownx.tilde
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: index.md
- Saltbox:
- Basics: saltbox/basics/basics.md
- Prerequisites: saltbox/prerequisites/prerequisites.md
- Install Types: saltbox/basics/install_types.md
- Install: saltbox/install/install.md
- After-Install: saltbox/install/after.md
- Update: saltbox/basics/update.md
- Accessing Apps: saltbox/basics/accessing_apps.md
- Paths: saltbox/basics/paths.md
- Inventory: saltbox/inventory/index.md
- Backup/Restore:
- Settings: saltbox/backup/settings.md
- Backup: saltbox/backup/backup.md
- Restore: saltbox/backup/restore.md
- Community:
- Basics: community/basics.md
- Settings: community/settings.md
- Index: community/index.md
- Apps:
- ArrX: community/apps/arrx.md
- Downloading:
- Torrents:
- Deluge: community/apps/deluge.md
- Delugex: community/apps/delugex.md
- Qbittorrent: community/apps/qbittorrent.md
- Qbittorrentx: community/apps/qbittorrentx.md
- Media Management:
- Books:
- Readarr: community/apps/readarr.md
- Readarrx: community/apps/readarrx.md
- Metadata Management:
- Bazarr: community/apps/bazarr.md
- Bazarrx: community/apps/bazarrx.md
- Media Servers and add-ons:
- Plex:
- Tautullix: community/apps/tautullix.md
- Utilities:
- System:
- Hetzner NFS: community/apps/hetzner_nfs.md
- Guides:
- General:
- Chazlarson Guides:
- Can I run Saltbox on this server?: community/guides/chazguides/server.md
- Did my Saltbox install succeed?: community/guides/chazguides/success.md
- Plex Autoscan Mappings; how do they work?: community/guides/chazguides/pas-map.md
- How do I mount a teamdrive?: community/guides/chazguides/teamdrive.md
- I can't see my media!: community/guides/chazguides/no-media.md
- Tip 44 Guide to Shared Drive/Service Account setup for Saltbox: community/guides/chazguides/tip44.md
- I want some app to load at my base domain: community/guides/chazguides/base-domain.md
- Why is my disk full?: community/guides/chazguides/disk-full.md
- Installing Saltbox on a home server: community/guides/chazguides/home-server.md
- Linux:
- Aliases: community/guides/aliases.md
- Plex:
- Tautulii Custom Scripts: community/guides/tautuliscripts.md
- Downloading:
- Hardlinking: community/guides/hardlinking.md
- Migration:
- Cloudbox: community/guides/cloudbox.md
- Plexguide: community/guides/plexguide.md
- Further Reading and Links:
- Suggested Reading: community/guides/suggested_reading.md
- Links: community/guides/links.md
- Apps:
- Core:
- Cloudplow: apps/cloudplow.md
- Overseerr: apps/overseerr.md
- Radarr: apps/radarr.md
- Sonarr: apps/sonarr.md
- Nzbget: apps/nzbget.md
- Nzbhydra2: apps/nzbhydra2.md
- Plex Autoscan: apps/plex-autoscan.md
- Portainer: apps/portainer.md
- Rutorrent: apps/rutorrent.md
- Sabnzbd: apps/sabnzbd.md
- Tautulli: apps/tautulli.md
- Lidarr: apps/lidarr.md
- Media Servers:
- Plex: apps/plex.md
- Emby: apps/emby.md
- Jellyfin: apps/jellyfin.md
- Optional:
- Asshama: apps/asshama.md
- Autoscan: apps/autoscan.md
- BTRFS Maintenance: apps/btrfsmaintenance.md
- Petio: apps/petio.md
- Prowlarr: apps/prowlarr.md
- Transfer: apps/transfer.md
- TODO - REPLACE IMAGES:
- Jackett: apps/jackett.md
- TODO - NEED UPDATING:
- Organizr: apps/organizr.md
- SSTV: apps/sstv.md
- FAQ:
- System: faq/System.md
- Cloud Storage: faq/Cloud Storage.md
- CloudFlare: faq/Cloudflare.md
- Cloudplow: faq/Cloudplow.md
- Docker: faq/Docker.md
- Install: faq/Install.md
- Backup and Restore: faq/Backup and Restore.md
- Rclone: faq/Rclone.md
- Plex: faq/Plex.md
- Plex Autoscan: faq/Plex-Autoscan.md
- ruTorrent: faq/ruTorrent.md
- Misc: faq/Misc.md
- Advanced:
- Index: advanced/index.md
- Adding Your Own Containers: advanced/your-own-containers.md
- User crontab examples: advanced/user-crontab-examples.md
- Feeder Mount: advanced/feeder.md
- Reference:
- Topics:
- Prerequisites:
- Server: reference/server.md
- Domain Name: reference/domain.md
- Cloud Storage: reference/cloud.md
- Plex Account: reference/plex.md
- Media Sources: reference/usenet-torrent.md
- Google:
- Google Permissions: reference/google-account-perms.md
- Google Project: reference/google-project-setup.md
- Google Group: reference/google-group-setup.md
- Google SDK: reference/google-gcloud-tools-install.md
- Google Service Accounts: reference/google-service-accounts.md
- Google Shared Drives: reference/google-shared-drives.md
- Install:
- Dependencies: reference/dependencies.md
- Accounts and Settings: reference/accounts.md
- Preinstall: reference/preinstall.md
- Rclone: reference/rclone.md
- Rclone [Auto]: reference/rclone-auto.md
- Rclone [Manual]: reference/rclone-manual.md
- Install: reference/install.md
- Other:
- Cloudplow Examples: reference/cloudplow.md
- Shared-Drive Cloudplow Setup: reference/cloudplow-config.md
- Shared-Drive Plex Autoscan Setup: reference/plex-autoscan-config.md
- Customizing Plex Libraries: reference/customizing-plex-libs.md
- Multiple App Instances: reference/multiple-instances.md
- Plex Auth Token: reference/plex_auth_token.md
- Plex Autoscan Extras: reference/plex-autoscan-extras.md
- Ports: reference/ports.md
- Saltbox Tools: reference/saltbox-tools.md
- Subdomains: reference/subdomain.md
- Using Local Storage: reference/local-storage.md
- Sandbox:
- Basics: sandbox/basics.md
- Settings: sandbox/settings.md
- Index: sandbox/index.md
- Apps:
- General:
- AdGuard Home: sandbox/apps/adguardhome.md
- Nabarr: sandbox/apps/nabarr.md
- Notifiarr: sandbox/apps/notifiarr.md
- Resilio Sync: sandbox/apps/resilio_sync.md
- The Lounge: sandbox/apps/thelounge.md
- Wrapperr: sandbox/apps/wrapperr.md
- ZNC: sandbox/apps/znc.md
- Content Management:
- Wordpress: sandbox/apps/wordpress.md
- Development:
- Coder: sandbox/apps/coder.md
- Gitea: sandbox/apps/gitea.md
- Docker:
- Dozzle: sandbox/apps/dozzle.md
- Yacht: sandbox/apps/yacht.md
- Downloading:
- AirDC++: sandbox/apps/airdcpp.md
- Alltube: sandbox/apps/alltube.md
- Archivebox: sandbox/apps/archivebox.md
- Jdownloader2: sandbox/apps/jdownloader2.md
- Medusa: sandbox/apps/medusa.md
- Torrents:
- Delugevpn: sandbox/apps/delugevpn.md
- qBit Management: sandbox/apps/qbit_manage.md
- Rflood: sandbox/apps/rflood.md
- Rfloodx: sandbox/apps/rfloodx.md
- Transmission: sandbox/apps/transmission.md
- Transmissionx: sandbox/apps/transmissionx.md
- File Management:
- Filebot: sandbox/apps/filebot.md
- Filebrowser: sandbox/apps/filebrowser.md
- Filezilla: sandbox/apps/filezilla.md
- Jirafeau: sandbox/apps/jirafeau.md
- Landing Pages:
- heimdall: sandbox/apps/heimdall.md
- Media Management:
- Books:
- booksonic: sandbox/apps/booksonic.md
- bookstack: sandbox/apps/bookstack.md
- calibre: sandbox/apps/calibre.md
- calibre_web: sandbox/apps/calibre_web.md
- comicstreamer: sandbox/apps/comicstreamer.md
- kavita: sandbox/apps/kavita.md
- komga: sandbox/apps/komga.md
- lazylibrarian: sandbox/apps/lazylibrarian.md
- mylar3: sandbox/apps/mylar3.md
# - Indexers:
- Metadata Management:
- alternatrr: sandbox/apps/alternatrr.md
- alternatrrx: sandbox/apps/alternatrrx.md
- comixed: sandbox/apps/comixed.md
- MKVToolNix: sandbox/apps/mkvtoolnix.md
- Plex Meta Manager: sandbox/apps/plex-meta-manager.md
- unmanic: sandbox/apps/unmanic.md
# - Movies:
- Music:
- airsonic: sandbox/apps/airsonic.md
- beets: sandbox/apps/beets.md
- funkwhale: sandbox/apps/funkwhale.md
- deemix: sandbox/apps/deemix.md
- navidrome: sandbox/apps/navidrome.md
- TV:
- xteve: sandbox/apps/xteve.md
- Media Servers and add-ons:
- Emby:
- embystat: sandbox/apps/embystat.md
- Plex:
- Extended Personal Media Scanner: sandbox/apps/epms.md
- goplaxt: sandbox/apps/goplaxt.md
- kitana: sandbox/apps/kitana.md
- Wrapperr: sandbox/apps/wrapperr.md
# - Requests:
- Requests:
- Ombi: sandbox/apps/ombi.md
- Ombix: sandbox/apps/ombix.md
- Requestrr: sandbox/apps/requestrr.md
- Requestrrx: sandbox/apps/requestrrx.md
- stash: sandbox/apps/stash.md
- Nextcloud: sandbox/apps/nextcloud.md
- Social:
- gotify: sandbox/apps/gotify.md
- moviematch: sandbox/apps/moviematch.md
- Utilities:
- Docker:
- ouroboros: sandbox/apps/ouroboros.md
- watchtower: sandbox/apps/watchtower.md
- Log Management:
- GoAccess: sandbox/apps/goaccess.md
- Influxdb: sandbox/apps/influxdb.md
- Networking:
- kcptun_client: sandbox/apps/kcptun_client.md
- kcptun_server: sandbox/apps/kcptun_server.md
- flaresolverr: sandbox/apps/flaresolverr.md
- Log Management:
- logarr: sandbox/apps/logarr.md
- monitorr: sandbox/apps/monitorr.md
- guacamole: sandbox/apps/guacamole.md
- handbrake: sandbox/apps/handbrake.md
- speedtest: sandbox/apps/speedtest.md
- sshwifty: sandbox/apps/sshwifty.md
- System:
- apprise: sandbox/apps/apprise.md
- glances_web: sandbox/apps/glances_web.md
- Healthchecks: sandbox/apps/healthchecks.md
- Telegraf: sandbox/apps/telegraf.md
- Unpackerr: sandbox/apps/unpackerr.md
- Uptime Kuma: sandbox/apps/uptime_kuma.md
- vaultwarden: sandbox/apps/vaultwarden.md
- Visualization:
- Grafana: sandbox/apps/grafana.md
- Varken: sandbox/apps/varken.md