2024-10-06 12:23:55 +00:00
|
|
|
site_name: Oscloud Docs
|
2024-10-13 18:13:49 +00:00
|
|
|
site_description: 'Oscloud je váš osobní cloud a hosting webových aplikací.'
|
2024-10-06 12:23:55 +00:00
|
|
|
site_url: 'https://docs.oscloud.cz'
|
2024-10-06 14:07:19 +00:00
|
|
|
copyright: 'Copyright © 2024 Oscloud CZ'
|
2024-10-06 12:23:55 +00:00
|
|
|
nav:
|
2024-10-13 17:56:10 +00:00
|
|
|
- Úvodní stránka: 'index.md'
|
|
|
|
- 'Podpora a kontakty':
|
|
|
|
- 'Podpora': support.md
|
|
|
|
- 'Kontaktujte nás': contact.md
|
2024-10-14 19:47:43 +00:00
|
|
|
- 'Znalostní báze':
|
2024-10-22 19:24:15 +00:00
|
|
|
- 'App': apps.md
|
2024-10-17 19:31:18 +00:00
|
|
|
- 'Certifikáty': certificates.md
|
|
|
|
- 'Profil': profile.md
|
|
|
|
- 'Security': security.md
|
|
|
|
- 'Zálohy': backups.md
|
|
|
|
- Aplikace:
|
2024-10-06 12:23:55 +00:00
|
|
|
- 'BookStack': apps/bookstack.md
|
|
|
|
- 'Castopod': apps/castopod.md
|
|
|
|
- 'CryptPad': apps/cryptpad.md
|
|
|
|
- 'Discourse': apps/discourse.md
|
|
|
|
- 'Dokuwiki': apps/dokuwiki.md
|
|
|
|
- 'Gitea': apps/gitea.md
|
|
|
|
- 'GitHub Pages': apps/githubpages.md
|
|
|
|
- 'HedgeDoc': apps/hedgedoc.md
|
|
|
|
- 'Immich': apps/immich.md
|
|
|
|
- 'Joplin Server': apps/joplin-server.md
|
|
|
|
- 'LAMP': apps/lamp.md
|
|
|
|
- 'Linkding': apps/linkding.md
|
|
|
|
- 'Lychee': apps/lychee.md
|
|
|
|
- 'Mastodon': apps/mastodon.md
|
|
|
|
- 'Miniflux': apps/miniflux.md
|
|
|
|
- 'MiroTalk': apps/mirotalk.md
|
|
|
|
- 'Nextcloud': apps/nextcloud.md
|
|
|
|
- 'ntfy': apps/ntfy.md
|
|
|
|
- 'PairDrop': apps/pairdrop.md
|
|
|
|
- 'Peertube': apps/peertube.md
|
|
|
|
- 'Piwigo': apps/piwigo.md
|
|
|
|
- 'Pixelfed': apps/pixelfed.md
|
2024-10-24 18:34:29 +00:00
|
|
|
- 'PrivateBin': apps/privatebin.md
|
2024-10-06 12:23:55 +00:00
|
|
|
- 'Rallly': apps/rallly.md
|
|
|
|
- 'Roundcube': apps/roundcube.md
|
|
|
|
- 'SearXNG': apps/searxng.md
|
|
|
|
- 'Surfer': apps/surfer.md
|
|
|
|
- 'TinyTinyRSS': apps/tinytinyrss.md
|
|
|
|
- 'Umami': apps/umami.md
|
|
|
|
- 'Vaultwarden': apps/vaultwarden.md
|
|
|
|
- 'Vikunja': apps/vikunja.md
|
|
|
|
- 'WordPress (Developer)': apps/wordpress-developer.md
|
|
|
|
- 'WordPress (Managed)': apps/wordpress-managed.md
|
2024-10-17 19:31:18 +00:00
|
|
|
|
|
|
|
- Ceny:
|
|
|
|
- 'Jak nás podpořit': podporte-nas.md
|
2024-10-06 12:23:55 +00:00
|
|
|
extra_css:
|
|
|
|
- 'styly/extra.css'
|
|
|
|
extra_javascript:
|
|
|
|
- 'javascripts/extra.js'
|
|
|
|
theme:
|
|
|
|
name: 'material'
|
|
|
|
language: 'en'
|
2024-10-14 20:07:16 +00:00
|
|
|
logo: 'img/logo.png'
|
2024-10-13 17:56:10 +00:00
|
|
|
homepage: 'https://weboscloud.cz'
|
2024-10-06 12:23:55 +00:00
|
|
|
favicon: 'img/favicon.ico'
|
|
|
|
font: false
|
|
|
|
features:
|
|
|
|
- search.suggest
|
|
|
|
- navigation.indexes
|
|
|
|
palette:
|
|
|
|
# Palette toggle for automatic mode
|
|
|
|
- media: "(prefers-color-scheme)"
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-auto
|
|
|
|
name: Switch to light mode
|
|
|
|
|
|
|
|
# Palette toggle for light mode
|
|
|
|
- media: "(prefers-color-scheme: light)"
|
|
|
|
scheme: default
|
|
|
|
primary: 'white'
|
|
|
|
accent: 'light blue'
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-7
|
|
|
|
name: Switch to dark mode
|
|
|
|
|
|
|
|
# Palette toggle for dark mode
|
|
|
|
- media: "(prefers-color-scheme: dark)"
|
|
|
|
scheme: slate
|
|
|
|
primary: 'black'
|
|
|
|
accent: 'light blue'
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-4
|
|
|
|
name: Switch to system preference
|
|
|
|
extra:
|
|
|
|
search:
|
|
|
|
tokenizer: '[\s\-]+'
|
|
|
|
social:
|
2024-10-13 17:56:10 +00:00
|
|
|
- icon: fontawesome/brands/git
|
|
|
|
link: 'https://git.arch-linux.cz/Oscloud'
|
2024-10-06 12:23:55 +00:00
|
|
|
- icon: fontawesome/brands/mastodon
|
2024-10-13 17:56:10 +00:00
|
|
|
link: 'https://mamutovo.cz/@oscloud'
|
2024-10-06 12:23:55 +00:00
|
|
|
- icon: fontawesome/regular/comments
|
2024-10-13 17:56:10 +00:00
|
|
|
link: 'https://matrix.to/#/!nnrBXdWbSiXkfiYtWR:mxchat.cz?via=mxchat.cz'
|
2024-10-06 12:23:55 +00:00
|
|
|
use_directory_urls: true
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- codehilite
|
|
|
|
- toc
|
|
|
|
- footnotes
|
|
|
|
- meta
|
|
|
|
- pymdownx.magiclink
|
|
|
|
plugins:
|
|
|
|
# - social:
|
|
|
|
# cards: true
|
|
|
|
- search:
|
|
|
|
lang: en
|