mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Better and shorter names for a lot of pages
This commit is contained in:
parent
2330e17776
commit
00ac1d8e5b
20 changed files with 37 additions and 37 deletions
|
@ -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.
|
||||
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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Authenticated Endpoints
|
||||
# API - Authenticated endpoints
|
||||
|
||||
All endpoints under namespace `/api/v1/auth` require authentication.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Channels endpoint
|
||||
# API - Channels endpoint
|
||||
|
||||
Please refer to the [Common object types](./common_types.md) page for more
|
||||
details on the various JSON objects used below.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Object types used across the API
|
||||
# API - Common object types
|
||||
|
||||
|
||||
### ImageObject
|
||||
|
|
|
@ -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.
|
||||
Any log is disabled by default. Do not forget to replace `server_name` with your domain.
|
||||
|
|
|
@ -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.
|
||||
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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Database Information and Maintenance
|
||||
# Database maintenance
|
||||
|
||||
!!! Note
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Geoblocking, available video quality and DASH
|
||||
# Videos 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.
|
||||
|
|
|
@ -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/)
|
||||
|
||||
|
|
|
@ -8,31 +8,31 @@
|
|||
## For Advanced Users
|
||||
|
||||
- [Preferences](./preferences.md)
|
||||
- [Using search filters](./search-filters.md)
|
||||
- [List of URL parameters](./url-parameters.md)
|
||||
- [Always proxy videos through server](./proxy-videos.md)
|
||||
- [Geoblocking, available quality and DASH](./geoblocking.md)
|
||||
- [How to deal with uMatrix](./umatrix.md)
|
||||
- [Redirector Setup](./redirector-setup.md)
|
||||
- [Search filters](./search-filters.md)
|
||||
- [URL parameters](./url-parameters.md)
|
||||
- [UserScript to always proxy video](./proxy-videos.md)
|
||||
- [Videos geoblocking](./geoblocking.md)
|
||||
- [uMatrix setup](./umatrix.md)
|
||||
- [Redirector setup](./redirector-setup.md)
|
||||
|
||||
## For Administrators
|
||||
|
||||
- [Installation](./installation.md)
|
||||
- [Configuration](./configuration.md)
|
||||
- [Nginx Reverse Proxy Configuration](./nginx.md)
|
||||
- [Caddy Reverse Proxy Configuration](./caddy.md)
|
||||
- [Apache2 Virtual Host with Reverse Proxy](./apache2.md)
|
||||
- [Database Information and Maintenance](./db-maintenance.md)
|
||||
- [Takedown Notices](./takedown.md)
|
||||
- [Hide Invidious instance behind proxy server (for escaping DMCA requests)](./hide-instance-behind-proxy-server.md)
|
||||
- [Issues with CAPTCHA](./captcha-bug.md)
|
||||
- [How to setup Anti-Captcha](./anti-captcha.md)
|
||||
- [How to reset a user's password](./reset-pass.md)
|
||||
- [NGINX reverse proxy setup](./nginx.md)
|
||||
- [Caddy reverse proxy setup](./caddy.md)
|
||||
- [Apache2 reverse proxy setup](./apache2.md)
|
||||
- [Database maintenance](./db-maintenance.md)
|
||||
- [Handling takedown notices](./takedown.md)
|
||||
- [Hiding Invidious instance behind proxy servers (for escaping DMCA requests)](./hide-instance-behind-proxy-server.md)
|
||||
- [CAPTCHA bug on Debian and Ubuntu](./captcha-bug.md)
|
||||
- [Anti-Captcha setup](./anti-captcha.md)
|
||||
- [Reset user password](./reset-password.md)
|
||||
- [Known Exception in log](./known-exception.md)
|
||||
|
||||
## For Developers
|
||||
|
||||
- [API](./api.md)
|
||||
- [Common object types used across the API](./api/common_types.md)
|
||||
- ["Channels" endpoint](./api/channels_endpoint.md)
|
||||
- [Authenticated Endpoints](./api/authenticated-endpoints.md)
|
||||
- [API - Common object types](./api/common_types.md)
|
||||
- [API - Channels endpoint](./api/channels_endpoint.md)
|
||||
- [API - Authenticated endpoints](./api/authenticated-endpoints.md)
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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:
|
||||
[Firefox](https://addons.mozilla.org/en-US/firefox/addon/violentmonkey/)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Redirector Setup
|
||||
# Redirector setup
|
||||
|
||||
# What is Redirector?
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Search operators
|
||||
# Search filters
|
||||
|
||||
Invidious supports the various search filters provided by YouTube.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ nav:
|
|||
- 'hide-instance-behind-proxy-server.md'
|
||||
- 'captcha-bug.md'
|
||||
- 'anti-captcha.md'
|
||||
- 'reset-pass.md'
|
||||
- 'reset-password.md'
|
||||
- 'known-exception.md'
|
||||
- 'For Developers':
|
||||
- 'api.md'
|
||||
|
|
Loading…
Reference in a new issue