Better and shorter names for a lot of pages

This commit is contained in:
TheFrenchGhosty 2023-07-10 15:48:38 +02:00
parent 2330e17776
commit 00ac1d8e5b
No known key found for this signature in database
GPG Key ID: 4E616F0FFE25B75B
20 changed files with 37 additions and 37 deletions

View File

@ -1,4 +1,4 @@
# How to setup Anti-Captcha # Anti-Captcha setup
1. [Register on anti-captcha.com](https://anti-captcha.com/clients/entrance/register) and finish the registration with the link provided in your mailbox. 1. [Register on anti-captcha.com](https://anti-captcha.com/clients/entrance/register) and finish the registration with the link provided in your mailbox.
2. Head over to the [Add fund](https://anti-captcha.com/clients/finance/refill) page and use whatever currency you prefer to use for adding $2 into your balance. 2. Head over to the [Add fund](https://anti-captcha.com/clients/finance/refill) page and use whatever currency you prefer to use for adding $2 into your balance.

View File

@ -1,4 +1,4 @@
# Apache2 Reverse Proxy # Apache2 reverse proxy setup
- A very basic config, secured with Let's Encrypt. Any log is disabled by default. Do not forget to replace `ServerName` with your domain. - A very basic config, secured with Let's Encrypt. Any log is disabled by default. Do not forget to replace `ServerName` with your domain.

View File

@ -1,4 +1,4 @@
# Authenticated Endpoints # API - Authenticated endpoints
All endpoints under namespace `/api/v1/auth` require authentication. All endpoints under namespace `/api/v1/auth` require authentication.

View File

@ -1,4 +1,4 @@
# Channels endpoint # API - Channels endpoint
Please refer to the [Common object types](./common_types.md) page for more Please refer to the [Common object types](./common_types.md) page for more
details on the various JSON objects used below. details on the various JSON objects used below.

View File

@ -1,4 +1,4 @@
# Object types used across the API # API - Common object types
### ImageObject ### ImageObject

View File

@ -1,4 +1,4 @@
# Caddy reverse proxy # Caddy reverse proxy setup
This is a very basic config, assuming that you're using Caddy to manage SSL certificates for you. This is a very basic config, assuming that you're using Caddy to manage SSL certificates for you.
Any log is disabled by default. Do not forget to replace `server_name` with your domain. Any log is disabled by default. Do not forget to replace `server_name` with your domain.

View File

@ -1,4 +1,4 @@
# Issues with CAPTCHA on Debian and Ubuntu # CAPTCHA bug on Debian and Ubuntu
#### Warning: If you use ImageMagick on Ubuntu for other services like Mastodon this guide may break them, please use [this guide](https://linuxconfig.org/how-to-install-imagemagick-7-on-ubuntu-18-04-linux) instead. #### Warning: If you use ImageMagick on Ubuntu for other services like Mastodon this guide may break them, please use [this guide](https://linuxconfig.org/how-to-install-imagemagick-7-on-ubuntu-18-04-linux) instead.
There is some issue on Debian 9 and Ubuntu 18.04 and later. It appears that the clock (the CAPTCHA) has no hands but you can see them outside the clock. You need to compile ImageMagick yourself with librsvg to solve this issue. There is some issue on Debian 9 and Ubuntu 18.04 and later. It appears that the clock (the CAPTCHA) has no hands but you can see them outside the clock. You need to compile ImageMagick yourself with librsvg to solve this issue.

View File

@ -1,4 +1,4 @@
# Database Information and Maintenance # Database maintenance
!!! Note !!! Note

View File

@ -1,4 +1,4 @@
# Geoblocking, available video quality and DASH # Videos geoblocking
## Geoblocking ## Geoblocking
Sometimes you may notice that you cannot watch a video on Invidious. This is because YouTube is geoblocking, i.e. preventing access to videos based on your geographical location. Sometimes you may notice that you cannot watch a video on Invidious. This is because YouTube is geoblocking, i.e. preventing access to videos based on your geographical location.

View File

@ -1,4 +1,4 @@
# Hide Invidious instance behind proxy server (for escaping DMCA requests) # Hiding Invidious instance behind proxy servers (for escaping DMCA requests)
This tutorial has been writen by [unixfox](https://github.com/unixfox), owner of [yewtu.be](https://yewtu.be/) This tutorial has been writen by [unixfox](https://github.com/unixfox), owner of [yewtu.be](https://yewtu.be/)

View File

@ -8,31 +8,31 @@
## For Advanced Users ## For Advanced Users
- [Preferences](./preferences.md) - [Preferences](./preferences.md)
- [Using search filters](./search-filters.md) - [Search filters](./search-filters.md)
- [List of URL parameters](./url-parameters.md) - [URL parameters](./url-parameters.md)
- [Always proxy videos through server](./proxy-videos.md) - [UserScript to always proxy video](./proxy-videos.md)
- [Geoblocking, available quality and DASH](./geoblocking.md) - [Videos geoblocking](./geoblocking.md)
- [How to deal with uMatrix](./umatrix.md) - [uMatrix setup](./umatrix.md)
- [Redirector Setup](./redirector-setup.md) - [Redirector setup](./redirector-setup.md)
## For Administrators ## For Administrators
- [Installation](./installation.md) - [Installation](./installation.md)
- [Configuration](./configuration.md) - [Configuration](./configuration.md)
- [Nginx Reverse Proxy Configuration](./nginx.md) - [NGINX reverse proxy setup](./nginx.md)
- [Caddy Reverse Proxy Configuration](./caddy.md) - [Caddy reverse proxy setup](./caddy.md)
- [Apache2 Virtual Host with Reverse Proxy](./apache2.md) - [Apache2 reverse proxy setup](./apache2.md)
- [Database Information and Maintenance](./db-maintenance.md) - [Database maintenance](./db-maintenance.md)
- [Takedown Notices](./takedown.md) - [Handling takedown notices](./takedown.md)
- [Hide Invidious instance behind proxy server (for escaping DMCA requests)](./hide-instance-behind-proxy-server.md) - [Hiding Invidious instance behind proxy servers (for escaping DMCA requests)](./hide-instance-behind-proxy-server.md)
- [Issues with CAPTCHA](./captcha-bug.md) - [CAPTCHA bug on Debian and Ubuntu](./captcha-bug.md)
- [How to setup Anti-Captcha](./anti-captcha.md) - [Anti-Captcha setup](./anti-captcha.md)
- [How to reset a user's password](./reset-pass.md) - [Reset user password](./reset-password.md)
- [Known Exception in log](./known-exception.md) - [Known Exception in log](./known-exception.md)
## For Developers ## For Developers
- [API](./api.md) - [API](./api.md)
- [Common object types used across the API](./api/common_types.md) - [API - Common object types](./api/common_types.md)
- ["Channels" endpoint](./api/channels_endpoint.md) - [API - Channels endpoint](./api/channels_endpoint.md)
- [Authenticated Endpoints](./api/authenticated-endpoints.md) - [API - Authenticated endpoints](./api/authenticated-endpoints.md)

View File

@ -1,4 +1,4 @@
# NginX Reverse Proxy # NGINX reverse proxy setup
This is a very basic config, secured with Let's Encrypt. Any log is disabled by default. Do not forget to replace `server_name` with your domain. This is a very basic config, secured with Let's Encrypt. Any log is disabled by default. Do not forget to replace `server_name` with your domain.

View File

@ -1,4 +1,4 @@
# Always use "local" to proxy video through the server without creating an account # UserScript to always proxy video
Download ViolentMonkey for your Browser: Download ViolentMonkey for your Browser:
[Firefox](https://addons.mozilla.org/en-US/firefox/addon/violentmonkey/) [Firefox](https://addons.mozilla.org/en-US/firefox/addon/violentmonkey/)

View File

@ -1,4 +1,4 @@
# Redirector Setup # Redirector setup
# What is Redirector? # What is Redirector?

View File

@ -1,4 +1,4 @@
# How to reset a user's password # Reset user password
Resetting a user's invidious password needs you to edit the database. Resetting a user's invidious password needs you to edit the database.

View File

@ -1,4 +1,4 @@
# Search operators # Search filters
Invidious supports the various search filters provided by YouTube. Invidious supports the various search filters provided by YouTube.

View File

@ -1,4 +1,4 @@
# Takedown Notices # Handling takedown notices
If you are running a public Invidious instance, it is very possible that you will end up receiving a takedown notice at some point. A copyright agent will probably search the ID of an infringing video on a search engine and see your instance appear. At least in the United States and in Europe, Invidious instances are, in theory, legal. If you are running a public Invidious instance, it is very possible that you will end up receiving a takedown notice at some point. A copyright agent will probably search the ID of an infringing video on a search engine and see your instance appear. At least in the United States and in Europe, Invidious instances are, in theory, legal.

View File

@ -1,4 +1,4 @@
# How to deal with uMatrix # uMatrix setup
If you're using [uMatrix](https://github.com/gorhill/uMatrix), you won't be able to automatically play a video served by Invidious on other websites without unblocking requests to Invidious instances. If you're using [uMatrix](https://github.com/gorhill/uMatrix), you won't be able to automatically play a video served by Invidious on other websites without unblocking requests to Invidious instances.

View File

@ -1,4 +1,4 @@
# List of URL parameters # URL parameters
A list of URL parameters for Invidious, which can automatically toggle various UI and player settings. A list of URL parameters for Invidious, which can automatically toggle various UI and player settings.

View File

@ -32,7 +32,7 @@ nav:
- 'hide-instance-behind-proxy-server.md' - 'hide-instance-behind-proxy-server.md'
- 'captcha-bug.md' - 'captcha-bug.md'
- 'anti-captcha.md' - 'anti-captcha.md'
- 'reset-pass.md' - 'reset-password.md'
- 'known-exception.md' - 'known-exception.md'
- 'For Developers': - 'For Developers':
- 'api.md' - 'api.md'