mirror of
https://github.com/hotio/website.git
synced 2026-01-09 07:53:23 +08:00
111 lines
3.5 KiB
YAML
111 lines
3.5 KiB
YAML
copyright: Copyright © 2023 hotio<br>Logos based on work by <a href="https://www.flaticon.com/authors/freepik">Freepik</a> from <a href="https://www.flaticon.com">flaticon.com</a> and <a href="https://freeicons.io/profile/6200">Soni Sokell</a> on <a href="https://freeicons.io">freeicons.io</a>
|
|
edit_uri: 'website/edit/master/docs'
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/solid/heart
|
|
link: 'https://hotio.dev/donate'
|
|
name: Donate
|
|
- icon: fontawesome/brands/discord
|
|
link: 'https://hotio.dev/discord'
|
|
name: Discord
|
|
- icon: fontawesome/brands/github
|
|
link: 'https://hotio.dev/github'
|
|
name: GitHub
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
plugins:
|
|
- search
|
|
- redirects:
|
|
redirect_maps:
|
|
discord.md: 'https://discord.gg/FycMN9gTC3'
|
|
github.md: 'https://github.com/hotio'
|
|
donate.md: 'https://hotio.dev/#donations'
|
|
pia.md: https://www.privateinternetaccess.com/offer/hotio.dev_hsm018qg
|
|
protonvpn.md: https://go.getproton.me/aff_c?offer_id=26&aff_id=7223
|
|
protonunlimited.md: https://go.getproton.me/aff_c?offer_id=42&aff_id=7223&url_id=1194
|
|
|
|
repo_name: hotio
|
|
repo_url: https://github.com/hotio
|
|
site_author: hotio
|
|
site_description: Documentation for all Docker images maintained by hotio.
|
|
site_name: hotio.dev
|
|
site_url: https://hotio.dev
|
|
|
|
theme:
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
favicon: img/favicon.ico
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
- navigation.sections
|
|
- navigation.top
|
|
- navigation.footer
|
|
- content.code.copy
|
|
- content.code.annotate
|
|
language: en
|
|
logo: img/hotio.svg
|
|
name: material
|
|
palette:
|
|
scheme: hotio
|
|
custom_dir: docs/overrides
|
|
|
|
markdown_extensions:
|
|
- pymdownx.details
|
|
- pymdownx.snippets
|
|
- pymdownx.highlight
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.superfences
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
- attr_list
|
|
- toc:
|
|
permalink: true
|
|
- admonition
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Containers:
|
|
- Base Images:
|
|
- hotio/base: containers/base.md
|
|
- Apps:
|
|
- hotio/autoscan: containers/autoscan.md
|
|
- hotio/bazarr: containers/bazarr.md
|
|
- hotio/caddy: containers/caddy.md
|
|
- hotio/cloudflareddns: containers/cloudflareddns.md
|
|
- hotio/doplarr: containers/doplarr.md
|
|
- hotio/duplicacy: containers/duplicacy.md
|
|
- hotio/jackett: containers/jackett.md
|
|
- hotio/jellyfin: containers/jellyfin.md
|
|
- hotio/lidarr: containers/lidarr.md
|
|
- hotio/mergerfs: containers/mergerfs.md
|
|
- hotio/nzbget: containers/nzbget.md
|
|
- hotio/nzbhydra2: containers/nzbhydra2.md
|
|
- hotio/overseerr: containers/overseerr.md
|
|
- hotio/plex: containers/plex.md
|
|
- hotio/prowlarr: containers/prowlarr.md
|
|
- hotio/qbitmanage: containers/qbitmanage.md
|
|
- hotio/qbittorrent: containers/qbittorrent.md
|
|
- hotio/qui: containers/qui.md
|
|
- hotio/radarr: containers/radarr.md
|
|
- hotio/requestrr: containers/requestrr.md
|
|
- hotio/rflood: containers/rflood.md
|
|
- hotio/sabnzbd: containers/sabnzbd.md
|
|
- hotio/seerr: containers/seerr.md
|
|
- hotio/sonarr: containers/sonarr.md
|
|
- hotio/stash: containers/stash.md
|
|
- hotio/tautulli: containers/tautulli.md
|
|
- hotio/unpackerr: containers/unpackerr.md
|
|
- hotio/whisparr: containers/whisparr.md
|
|
- Scripts:
|
|
- SysInfo: scripts/sysinfo.md
|
|
- Pullio: scripts/pullio.md
|
|
- Arr Discord Notifier: scripts/arr-discord-notifier.md
|
|
- FAQ: faq.md
|