Created _Sidebar (markdown)

Jef LeCompte 2020-06-07 18:37:50 -04:00
parent 53d3fbee05
commit 1bc886e7cb

104
_Sidebar.md Normal file

@ -0,0 +1,104 @@
## General
* [Installing qBittorrent](wiki/Installing-qBittorrent)
* [Frequently Asked Questions (FAQ)](wiki/Frequently-Asked-Questions)
* [qBittorrent options (current and deprecated)](wiki/Explanation-of-Options-in-qBittorrent)
* [How to use qBittorrent as a tracker](wiki/How-to-use-qBittorrent-as-a-tracker)
* [How to use portable mode](wiki/How-to-use-portable-mode)
* [Anonymous mode](wiki/Anonymous-Mode)
### Troubleshooting
* [qBittorrent support forum](http://forum.qbittorrent.org/)
* [I forgot my GUI lock password](wiki/I-forgot-my-UI-lock-password)
* [I forgot my WebUI password](wiki/Web-UI-password-locked-on-qBittorrent-NO-X-%28qbittorrent-nox%29)
* [Speed issues](wiki/Things-we-need-to-know-to-help-you-with-'speed'-issues)
### External programs
* [How-to](wiki/External-programs:-How-to)
* [`savecategory`](wiki/External-programs:-savecategory)
### Search plugins
* [List of unofficial search plugins](wiki/Unofficial-search-plugins)
### Themes
* [Developing custom UI themes](wiki/Create-custom-themes-for-qBittorrent)
* [How to use custom UI themes](wiki/How-to-use-custom-UI-themes)
* [List of unofficial themes](wiki/List-of-known-qBittorrent-themes)
### Translation
* [How to translate qBittorrent](wiki/How-to-translate-qBittorrent)
---
## WebUI
### WebUI API
| State | Version |
|---|---|
| [Current](wiki/WebUI-API-(qBittorrent-4.1)) | qBittorrent v4.1+ |
| [Previous](wiki/WebUI-API-(qBittorrent-v3.2.0-v4.0.4)) | qBittorrent v3.2.0-v4.0.4 |
| [Obsolete](wiki/WebUI-API-(qBittorrent-v3.1.x)) | qBittorrent v3.1.x |
### Alternate WebUI
* [Alternate WebUI usage](wiki/Alternate-WebUI-usage)
* [Developing alternate WebUIs](wiki/Developing-alternate-WebUIs-(WIP))
* [List of unofficial alternate WebUIs](wiki/List-of-known-alternate-WebUIs)
### Reverse proxy setup for WebUI access
* [NGINX](wiki/NGINX-Reverse-Proxy-for-Web-UI)
* [Microsoft IIS ARR](wiki/IIS-ARR-Reverse-Proxy)
* [Traefik](wiki/Traefik-Reverse-Proxy-for-Web-UI)
### WebUI HTTPS configuration
* [Let's Encrypt Certificates + Caddy2 Reverse Proxy](wiki/Linux-WebUI-HTTPS-with-Let's-Encrypt-&-Caddy2-reverse-proxy)
* [Let's Encrypt certificates + NGINX reverse proxy - Linux](wiki/Linux-WebUI-HTTPS-with-Let's-Encrypt-certificates-and-NGINX-SSL-reverse-proxy)
* [Let's Encrypt certificates - Linux](wiki/Linux-WebUI-setting-up-HTTPS-with-Let's-Encrypt-certificates)
* [Self-signed SSL certificates - Linux](wiki/Linux-WebUI-setting-up-HTTPS-with-self-signed-SSL-certificates)
---
## Linux
* [Running qBittorrent without X server (WebUI only)](wiki/Running-qBittorrent-without-X-server-(WebUI-only))
* [Running qBittorrent without X server (WebUI only + systemd service setup, Ubuntu 15.04 or newer)](wiki/Running-qBittorrent-without-X-server-(WebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer))
* Running qBittorrent without X server (WebUI only + daemon setup on alternative `init` systems) - TODO
---
## Development
* [Coding style](https://github.com/qbittorrent/qBittorrent/blob/master/CODING_GUIDELINES.md)
* [Contributing](https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md)
* [How to write a search plugin](wiki/How-to-write-a-search-plugin)
* [Using VSCode for qBittorrent development](wiki/Using-VSCode-for-qBittorrent-development)
* [Setup GDB with Qt pretty printers](wiki/Setup-GDB-with-Qt-pretty-printers)
* [How to debug WebUI code](wiki/How-to-debug-the-WebUI-code)
### Compilation
* [CentOS 7.x](wiki/Compilation:-CentOS-7.x)
* [CentOS 8.x](wiki/Compilation:-CentOS-8.x)
* [CMake](wiki/Compilation:-CMake)
* [Debian / Ubuntu compilation](wiki/Compilation:-Debian-and-Ubuntu)
* [DietPi/Rasbian](wiki/Compilation:-DietPi-and-Raspbian-(Debian-9.0))
* [Raspian for LeMaker Banana Pro](wiki/Compilation:-Raspbian-for-LeMaker-Banana-Pro)
* [FreeBSD (no GUI)](wiki/Compilation:-FreeBSD-(no-GUI))
* [Fully static binaries on Linux (glibc or musl)](wiki/Compiliation:-Fully-static-binaries-on-Linux-(glibc-or-musl))
* [macOS](wiki/Compilation:-macOS)
* [MSVS 10.0 (dynamic linkage)](wiki/Compilation:-MSVC-10.0-(dynamic-linkage))
* [MSVS 2008 (static linkage)](wiki/Compilation:-MSVC-2008-(static-linkage))
* [MSVS 2008 (x86_64) (static linkage)](wiki/Compilation:-MSVC-2010-(x86_64)-(dynamic-linkage))
* [MSVC 2013 (static linkage)](wiki/Compilation:-MSVC-2013-(static-linkage))
* [MSVC 2013 (x86_64) (dynamic linkage)](wiki/Compilation:-MSVC-2013-(x86_64)-(dynamic-linkage))
* [MSVC 2017 (static linkage)](wiki/Compiling:-MSVC-2017-(static-linkage))
* [MSVC 2017 (x86_64) (static linkage)](wiki/Compilation:-MSVC-2017-(x86_64)-(static-linkage))
* [MSVC 2019 (static linkage)](wiki/Compiling:-MSVC-2019-(static-linkage))