mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Merge branch 'testing' into New-config-file
This commit is contained in:
commit
7c18c4a5d4
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
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).
|
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.
|
|
@ -1,3 +1,7 @@
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
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).
|
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é.
|
|
@ -81,6 +81,7 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=8
|
||||||
|
|
||||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||||
|
|
||||||
|
|
||||||
tempdir="$(mktemp -d)"
|
tempdir="$(mktemp -d)"
|
||||||
ynh_setup_source --dest_dir=$tempdir --source_id=crystal
|
ynh_setup_source --dest_dir=$tempdir --source_id=crystal
|
||||||
ynh_exec_warn_less dpkg -i $tempdir/crystal_1.0.0-1_amd64.deb
|
ynh_exec_warn_less dpkg -i $tempdir/crystal_1.0.0-1_amd64.deb
|
||||||
|
|
Loading…
Add table
Reference in a new issue