documentation
documentation copied to clipboard
The official Invidious documentation
**Is your enhancement request related to a problem? Please describe.** The current implementation of docker-compose which requires cloning the repo, and then overwriting the `docker-compose.yml` with content taken from wiki...
### URL https://invidious.yourdevice.ch ### Mandatory checks - [X] Instance has a domain name - [X] Instance is served over HTTPS - [X] Statistics (`/api/v1/stats`) are enabled - [X] Instance is...
### URL https://y.hc.ws/ ### Mandatory checks - [X] Instance has a domain name - [X] Instance is served over HTTPS - [X] Statistics (`/api/v1/stats`) are enabled - [X] Instance is...
As described in docs ```rust { adaptiveFormats: { projectionType: u32 } } ``` But as seen from: ``` https://vid.puffyan.us/api/v1/videos/Wx92JT6IrKY ``` value of that field is "RECTUNGULAR"
### URL https://just4cats.tv ### Mandatory checks - [X] Instance has a domain name - [X] Instance is served over HTTPS - [X] Statistics (`/api/v1/stats`) are enabled - [X] Instance is...
Using http3-proxy returns 403 for video storyboards. After removing `^/sb/` storyboards were able to load. I did this on my instance and storyboards were able to load without problems and...
### URL https://vid.selbsthilfegruppe.wtf ### Mandatory checks - [X] Instance has a domain name - [X] Instance is served over HTTPS - [X] Statistics (`/api/v1/stats`) are enabled - [X] Instance is...
Now that Invidious has switched to tagged versioning again, the rule ensuring that instances must not be a month out of date should be updated to support this.
### URL https://invidious.darkness.services ### Mandatory checks - [X] Instance has a domain name - [X] Instance is served over HTTPS - [X] Statistics (`/api/v1/stats`) are enabled - [X] Instance is...
In the [API documentation](https://docs.invidious.io/api/#get-apiv1search), the `viewCountText` field is missing from the `GET /API/V1/SEARCH Schema`. We can see that the search API returns the `viewCountText` field for the `video` object. Example:...