diff --git a/README_fr.md b/README_fr.md index 43bf2f5..46d4878 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,14 +16,13 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -mStream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. +mStream est un serveur de streaming musical personnel. Vous pouvez utiliser mStream pour diffuser votre musique depuis votre ordinateur personnel vers n'importe quel appareil, n'importe où. -### Features - -- Light on memory and CPU -- Tested on multi-terabyte libraries -- Runs on ARM boards like the Raspberry Pi +### Caractéristiques +- Économe en mémoire et en CPU +- Testé sur des bibliothèques multi-téraoctets +- Fonctionne sur des cartes ARM comme le Raspberry Pi **Version incluse :** 5.11.4~ynh1 diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md new file mode 100644 index 0000000..feacbcf --- /dev/null +++ b/doc/ADMIN_fr.md @@ -0,0 +1,3 @@ +### Application mobile + +En plus de l'interface Web, vous pouvez également télécharger des clients pour [mStream sur Apple App Store](https://apps.apple.com/us/app/mstream-player/id1605378892) et [mStream sur Google Play]( https://play.google.com/store/apps/details?id=mstream.music&hl=en_US&gl=US) \ No newline at end of file diff --git a/doc/Admin.md b/doc/Admin.md new file mode 100644 index 0000000..6deaaf1 --- /dev/null +++ b/doc/Admin.md @@ -0,0 +1,3 @@ +### Mobile Apps + +In addition to the web interface, you can also download clients for [mStream on Apple App Store](https://apps.apple.com/us/app/mstream-player/id1605378892) and [mStream on Google Play](https://play.google.com/store/apps/details?id=mstream.music&hl=en_US&gl=US) \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..ef013d3 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1,7 @@ +mStream est un serveur de streaming musical personnel. Vous pouvez utiliser mStream pour diffuser votre musique depuis votre ordinateur personnel vers n'importe quel appareil, n'importe où. + +### Caractéristiques + +- Économe en mémoire et en CPU +- Testé sur des bibliothèques multi-téraoctets +- Fonctionne sur des cartes ARM comme le Raspberry Pi \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index 16132c9..254c5e3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://demo.mstream.io/" code = "https://github.com/IrosTheBeggar/mStream" [integration] -yunohost = ">= 11.1.18" +yunohost = ">= 11.1.19" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/_common.sh b/scripts/_common.sh index a862ce1..2540c42 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # nodejs version -nodejs_version=16 +nodejs_version=18 #================================================= # PERSONAL HELPERS