2020-11-09 22:28:22 +01:00
# Invidious for YunoHost
[![Integration level ](https://dash.yunohost.org/integration/invidious.svg )](https://dash.yunohost.org/appci/app/invidious) ![](https://ci-apps.yunohost.org/ci/badges/invidious.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/invidious.maintain.svg)
2020-12-18 09:52:10 +01:00
[![Install Invidious with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=invidious)
2020-11-09 22:28:22 +01:00
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Invidious quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2020-11-10 11:17:11 +01:00
Invidious is an alternative front-end for accessing YouTube videos without going through youtube.com.
2020-11-09 22:28:22 +01:00
**Shipped version:** 0.20.1
## Screenshots
![](sources/screenshot.png)
## Demo
* [Official demo ](https://invidious.site/ )
## Configuration
2020-12-18 09:52:10 +01:00
You can configure Invidious by modifying the configuration file `/var/www/invidious/config/config.yaml` with the help of this [documentation ](https://github.com/iv-org/documentation/blob/master/Configuration.md ).
2020-11-10 11:05:07 +01:00
2020-11-09 22:28:22 +01:00
## Documentation
2020-12-18 09:52:10 +01:00
* Official documentation: https://github.com/iv-org/documentation
2020-11-09 22:28:22 +01:00
* YunoHost documentation: https://yunohost.org/#/app_invidious
## YunoHost specific features
#### Multi-user support
* Is LDAP supported? **No**
* Can the app be used by multiple users? **Yes**
#### Supported architectures
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/invidious%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/invidious/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/invidious%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/invidious/)
2020-11-10 09:26:25 +01:00
## Limitations
2020-11-10 10:10:58 +01:00
Invidious require a dedicated root domain, ie. invidious.domain.tld
> :warning: To install Invidious you need at least 2GB of RAM available.
2020-11-10 09:26:25 +01:00
2020-11-09 22:28:22 +01:00
## Links
* Report a bug: https://github.com/YunoHost-Apps/invidious_ynh/issues
* Upstream app repository: https://github.com/iv-org/invidious
* YunoHost website: https://yunohost.org/
---
## Developer info
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/invidious_ynh/tree/testing ).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/invidious_ynh/tree/testing --debug
or
sudo yunohost app upgrade invidious -u https://github.com/YunoHost-Apps/invidious_ynh/tree/testing --debug
```