diff --git a/conf/systemd.service b/conf/systemd.service index 9b56cd2..b53066c 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Invidious: Alternative YouTube front-end +Description=Invidious: alternative YouTube front-end After=syslog.target After=network.target diff --git a/doc/ADMIN.md b/doc/ADMIN.md index f247f41..af87001 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,7 +1 @@ -## Configuration - You can configure Invidious by modifying the configuration file `/var/www/invidious/config/config.yml` with the help of this [documentation](https://docs.invidious.io/Configuration.md). - -## Limitations - -* Invidious needs more than 2GB of RAM to build. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 1e8f872..374b515 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,7 +1 @@ -## Configuration - Vous pouvez configurer Invidious en modifiant le fichier de configuration `/var/www/invidious/config/config.yaml` avec l'aide de cette [documentation](https://docs.invidious.io/Configuration.md). - -## Limitations - -* Invidious a besoin de plus de 3Go de RAM pour être installé. diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index a89e725..ebb0c83 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,5 +1,8 @@ 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), this interface offers several features: +In addition to constituting an advantage in terms of confidentiality (the data does not pass directly through the services of the giant). + +### Features: + - Audio only mode, - Dark mode, - Ability to display Reddit comments instead of YouTube comments, diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index 6ce01db..7027cc4 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1,5 +1,7 @@ Invidious est une interface permettant d'accéder aux vidéos Youtube sans passer par youtube.com -En plus de constituer un avantage sur le plan de la confidentialité (les données ne transitent pas directement par les services du géant), cette interface offre plusieurs fonctionnalités : +En plus de constituer un avantage sur le plan de la confidentialité (les données ne transitent pas directement par les services du géant). + +### Fonctionnalités : - Mode audio seul, - Mode sombre, - Possibilité d'afficher les commentaires Reddit plutôt que les commentaires YouTube,