documentation
documentation copied to clipboard
The official Invidious documentation
### URL https://inv.in.projectsegfau.lt ### 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://yt.whateveritworks.org ### Mandatory checks - [X] Instance has a domain name - [X] Instance is served over HTTPS - [X] Statistics (`/api/v1/stats`) are enabled - [X] Instance is...
We will specialize only for docker based installations according to the official documentation, but with a notice that a similar setup could be replicated outside of docker or on another...
A lot of maintainers have been getting DMCA requests lately (@iv-org/developers please keep this list up-to-date): - https://github.com/iv-org/documentation/issues/346 - https://github.com/iv-org/documentation/issues/301#issuecomment-1423454175 - https://github.com/iv-org/documentation/issues/241 - me myself - invidious.namazso.eu @namazso - invidious.slipfox.xyz...
### URL https://invidious.no-logs.com ### 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://inv.makerlab.tech/ ### Mandatory checks - [X] Instance has a domain name - [X] Instance is served over HTTPS - [X] Statistics (`/api/v1/stats`) are enabled - [X] Instance is...
The instances list and API should differentiate between proxied and nonproxied instances. A lot of times you wan't to avoid using instances that proxy googlevideo because there is a lot...
I believe `/API/V1/VIDEOS/:ID` currently returns ``` "captions": [ { "label": String, "language_code": String, "url": String } ], ``` and not ``` "captions": [ { "label": String, "languageCode": String, "url": String...
I think it'd be useful to add Contribution documentation to Invidious to make it easier for people to develop for invidious. **Example content:** The following packages need to be installed...
Going through [installation instructions for Mac](https://docs.invidious.io/installation/#macos), I see few issues (perhaps docs might use a refresh) #### 1 this does not work ``` brew install shards crystal postgres imagemagick librsvg...