mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-03-12 04:35:47 -07:00
Updated _Sidebar (markdown)
parent
3af24a9bb7
commit
4b4c0e6ca1
69
_Sidebar.md
69
_Sidebar.md
@ -1,4 +1,4 @@
|
||||
### General
|
||||
## General
|
||||
|
||||
* [Installing qBittorrent](wiki/Installing-qBittorrent)
|
||||
* [Frequently Asked Questions (FAQ)](wiki/Frequently-Asked-Questions)
|
||||
@ -7,48 +7,49 @@
|
||||
* [How to use portable mode](wiki/How-to-use-portable-mode)
|
||||
* [Anonymous mode](wiki/Anonymous-Mode)
|
||||
|
||||
#### Troubleshooting
|
||||
### 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)
|
||||
|
||||
#### Search Plugins
|
||||
### Search Plugins
|
||||
|
||||
* [List of unofficial search plugins](https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins)
|
||||
* [List of unofficial search plugins](wiki/Unofficial-search-plugins)
|
||||
|
||||
#### Themes
|
||||
### 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
|
||||
### Translation
|
||||
|
||||
* [How to translate qBittorrent](wiki/How-to-translate-qBittorrent)
|
||||
|
||||
---
|
||||
|
||||
### WebUI Related
|
||||
## WebUI Related
|
||||
|
||||
#### API documentation
|
||||
### API documentation
|
||||
|
||||
* [API documentation (current, qBittorrent v4.1+)](wiki/Web-API-Documentation)
|
||||
* [API documentation (previous, qBittorrent v3.2.0-v4.0.4)](wiki/WebUI-API-Documentation)
|
||||
* [API documentation (obsolete, qBittorrent v3.1.x)](wiki/WebUI-API-Documentation-(qBittorrent-v3.1.x))
|
||||
|
||||
#### Alternate WebUI
|
||||
### Alternate WebUI
|
||||
|
||||
* [Alternate WebUI usage](wiki/Alternate-WebUI-usage)
|
||||
* [List of unofficial alternate WebUIs](https://github.com/qbittorrent/qBittorrent/wiki/List-of-known-alternate-WebUIs)
|
||||
* [List of unofficial alternate WebUIs](wiki/List-of-known-alternate-WebUIs)
|
||||
|
||||
#### Reverse proxy setup for WebUI access
|
||||
### 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
|
||||
### 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)
|
||||
@ -57,7 +58,7 @@
|
||||
|
||||
---
|
||||
|
||||
### Linux
|
||||
## 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))
|
||||
@ -65,28 +66,36 @@
|
||||
|
||||
---
|
||||
|
||||
### Development
|
||||
## Development
|
||||
|
||||
* [Coding style](https://github.com/qbittorrent/qBittorrent/blob/master/CODING_GUIDELINES.md)
|
||||
* [How to write a search plugin](https://github.com/qbittorrent/search-plugins/wiki/How-to-write-a-search-plugin)
|
||||
* [Using VSCode for qBittorrent development](https://github.com/qbittorrent/qBittorrent/wiki/Using-VSCode-for-qBittorrent-development)
|
||||
* [Setup GDB with Qt pretty printers](https://github.com/qbittorrent/qBittorrent/wiki/Setup-GDB-with-Qt-pretty-printers)
|
||||
* [How to debug WebUI code](https://github.com/qbittorrent/qBittorrent/wiki/How-to-debug-the-WebUI-code)
|
||||
* [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
|
||||
### Compilation
|
||||
|
||||
* [Windows compilation](wiki/Windows-compilation)
|
||||
* [macOS compilation](wiki/Compilation-guide-for-macOS-systems)
|
||||
* [Debian / Ubuntu compilation](wiki/Compiling-qBittorrent-on-Debian-and-Ubuntu)
|
||||
* [Compiling qBittorrent nox on CentOS 7.x](https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-nox-on-CentOS-7.x) / [Compiling qBittorrent nox on CentOS 8.x](https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-nox-on-CentOS-8.x)
|
||||
* [Compilation on FreeBSD (no gui)](wiki/Compilation-on-FreeBSD-(no-gui))
|
||||
* [Compilation on Raspbian and DietPi (no gui)](wiki/Compiling-qBittorrent-nox-4.x-on-DietPi-or-Raspbian-(Debian-9.0)-for-ARM-devices)
|
||||
* [Compiling fully static binaries on Linux (glibc or musl)](wiki/Compiling-fully-static-binaries-on-Linux-(glibc-or-musl))
|
||||
* [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))
|
||||
|
||||
#### Themes
|
||||
---
|
||||
|
||||
* [Developing custom UI themes](wiki/Create-custom-themes-for-qBittorrent)
|
||||
|
||||
#### Alternate WebUI
|
||||
## Alternate WebUI
|
||||
|
||||
* [Developing alternate WebUIs](wiki/Developing-alternate-WebUIs-(WIP))
|
Loading…
x
Reference in New Issue
Block a user