mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Merge branch 'New-config-file' of https://github.com/YunoHost-Apps/invidious_ynh into New-config-file
This commit is contained in:
commit
e4d0bf9184
3 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,9 @@ Alternative front-end to YouTube
|
|||
|
||||
You can configure Invidious by modifying the configuration file `/var/www/invidious/config/config.yml` with the help of this [documentation](https://github.com/iv-org/documentation/blob/master/Configuration.md).
|
||||
|
||||
## Limitations
|
||||
|
||||
* Invidious needs more than 2GB of RAM to build.
|
||||
## Documentation and resources
|
||||
|
||||
* Official user documentation: https://github.com/iv-org/documentation
|
||||
|
|
|
@ -27,6 +27,9 @@ Front-end alternatif à YouTube
|
|||
|
||||
Vous pouvez configurer Invidious en modifiant le fichier de configuration `/var/www/invidious/config/config.yaml` avec l'aide de cette [documentation](https://github.com/iv-org/documentation/blob/master/Configuration.md).
|
||||
|
||||
## Limitations
|
||||
|
||||
* Invidious a besoin de plus de 3Go de RAM pour être installé.
|
||||
## Documentations et ressources
|
||||
|
||||
* Documentation officielle utilisateur : https://github.com/iv-org/documentation
|
||||
|
|
|
@ -81,6 +81,7 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=8
|
|||
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
|
||||
tempdir="$(mktemp -d)"
|
||||
ynh_setup_source --dest_dir=$tempdir --source_id=crystal
|
||||
ynh_exec_warn_less dpkg -i $tempdir/crystal_1.0.0-1_amd64.deb
|
||||
|
|
Loading…
Add table
Reference in a new issue