mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
commit
9e7d3efad8
4 changed files with 20 additions and 12 deletions
|
@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi
|
||||||
* Integrate with YunoHost users - same username and password
|
* Integrate with YunoHost users - same username and password
|
||||||
* Allow one user to be the administrator (set at the installation)
|
* Allow one user to be the administrator (set at the installation)
|
||||||
|
|
||||||
**Shipped version:** 6.0.2~ynh1
|
**Shipped version:** 6.1.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://ampache.org/demo.html
|
**Demo:** https://ampache.org/demo.html
|
||||||
|
|
||||||
|
|
14
README_fr.md
14
README_fr.md
|
@ -16,16 +16,16 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
## Vue d’ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Ampache is a web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.
|
Ampache est une application Web de streaming audio/vidéo et un gestionnaire de fichiers vous permettant d'accéder à votre musique et vos vidéos de n'importe où, en utilisant presque n'importe quel appareil compatible Internet.
|
||||||
|
|
||||||
### Features
|
### Caractéristiques
|
||||||
|
|
||||||
* Config for high quality streaming with high bandwith
|
* Configuration pour un streaming de haute qualité avec une bande passante élevée
|
||||||
* Quick loading for mobile devices with potential low bandwith
|
* Chargement rapide pour les appareils mobiles avec une bande passante potentiellement faible
|
||||||
* Integrate with YunoHost users - same username and password
|
* Intégration avec les utilisateurs YunoHost - mêmes nom d'utilisateur et mot de passe
|
||||||
* Allow one user to be the administrator (set at the installation)
|
* Autoriser un utilisateur à être l'administrateur (défini lors de l'installation)
|
||||||
|
|
||||||
**Version incluse :** 6.0.2~ynh1
|
**Version incluse :** 6.1.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://ampache.org/demo.html
|
**Démo :** https://ampache.org/demo.html
|
||||||
|
|
||||||
|
|
8
doc/DESCRIPTION_fr.md
Normal file
8
doc/DESCRIPTION_fr.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
Ampache est une application Web de streaming audio/vidéo et un gestionnaire de fichiers vous permettant d'accéder à votre musique et vos vidéos de n'importe où, en utilisant presque n'importe quel appareil compatible Internet.
|
||||||
|
|
||||||
|
### Caractéristiques
|
||||||
|
|
||||||
|
* Configuration pour un streaming de haute qualité avec une bande passante élevée
|
||||||
|
* Chargement rapide pour les appareils mobiles avec une bande passante potentiellement faible
|
||||||
|
* Intégration avec les utilisateurs YunoHost - mêmes nom d'utilisateur et mot de passe
|
||||||
|
* Autoriser un utilisateur à être l'administrateur (défini lors de l'installation)
|
|
@ -5,7 +5,7 @@ name = "Ampache"
|
||||||
description.en = "Web based audio/video streaming application"
|
description.en = "Web based audio/video streaming application"
|
||||||
description.fr = "Application de streaming audio et vidéo"
|
description.fr = "Application de streaming audio et vidéo"
|
||||||
|
|
||||||
version = "6.0.2~ynh1"
|
version = "6.1.0~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -43,8 +43,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/ampache/ampache/releases/download/6.0.2/ampache-6.0.2_all_php8.2.zip"
|
url = "https://github.com/ampache/ampache/releases/download/6.1.0/ampache-6.1.0_all_php8.2.zip"
|
||||||
sha256 = "3e36fdcda1b5fb135ab28e5b02a7a9f26f912b49357a2db1962207c006b92e7c"
|
sha256 = "312b2eb738fa9bf32bf044262cb6e849a32673f19e7548c4a8d06ff21dfb2239"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "'libav-tools|ffmpeg' mariadb-server php8.2-mysql php8.2-curl php8.2-simplexml php8.2-gd php8.2-ldap php8.2-intl"
|
packages = "'libav-tools|ffmpeg', mariadb-server, php8.2-mysql, php8.2-curl, php8.2-simplexml, php8.2-gd, php8.2-ldap, php8.2-intl"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "mysql"
|
type = "mysql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue