1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
invidious_ynh/README.md

63 lines
2.4 KiB
Markdown
Raw Normal View History

2021-05-23 09:30:17 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-11-09 22:28:22 +01:00
# Invidious for YunoHost
2023-01-29 19:34:39 +01:00
[![Integration level](https://dash.yunohost.org/integration/invidious.svg)](https://dash.yunohost.org/appci/app/invidious) ![Working status](https://ci-apps.yunohost.org/ci/badges/invidious.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/invidious.maintain.svg)
2023-02-14 18:53:28 +01:00
2021-06-02 08:07:51 +02: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)*
2021-06-02 08:07:51 +02:00
> *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
2021-09-03 18:23:53 +02:00
Invidious is an interface allowing access to Youtube videos without going through youtube.com
In addition to constituting an advantage in terms of confidentiality (the data does not pass directly through the services of the giant).
### Features:
2021-09-03 18:23:53 +02:00
- Audio only mode,
- Dark mode,
- Ability to display Reddit comments instead of YouTube comments,
- Ability to subscribe to channels without creating a Google account
2022-12-17 21:58:31 +01:00
**Shipped version:** 20.05.23~ynh1
2022-08-12 09:36:26 +02:00
2021-06-02 08:07:51 +02:00
**Demo:** https://invidious.site/
## Screenshots
2022-06-08 05:01:41 +02:00
![Screenshot of Invidious](./doc/screenshots/screenshot.png)
2021-06-02 08:07:51 +02:00
2022-10-16 17:34:43 +02:00
## :red_circle: Antifeatures
- **Non-free Network Services**: Promotes or depends entirely on a non-free network service.
2021-06-02 08:07:51 +02:00
## Documentation and resources
* Official app website: <https://invidio.us/>
2022-06-08 05:01:41 +02:00
* Official admin documentation: <https://docs.invidious.io/>
* Upstream app code repository: <https://github.com/iv-org/invidious>
* YunoHost documentation for this app: <https://yunohost.org/app_invidious>
* Report a bug: <https://github.com/YunoHost-Apps/invidious_ynh/issues>
2020-11-09 22:28:22 +01:00
## 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.
2022-06-08 05:01:41 +02:00
``` bash
2020-11-09 22:28:22 +01:00
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
```
2021-05-23 09:30:17 +02:00
2022-06-08 05:01:41 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>