1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

Merge pull request #122 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-11-03 13:43:07 +01:00 committed by GitHub
commit 9e7d3efad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 12 deletions

View file

@ -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
* 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

View file

@ -16,16 +16,16 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble
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
* Quick loading for mobile devices with potential low bandwith
* Integrate with YunoHost users - same username and password
* Allow one user to be the administrator (set at the installation)
* 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)
**Version incluse :** 6.0.2~ynh1
**Version incluse :** 6.1.0~ynh1
**Démo :** https://ampache.org/demo.html

8
doc/DESCRIPTION_fr.md Normal file
View 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)

View file

@ -5,7 +5,7 @@ name = "Ampache"
description.en = "Web based audio/video streaming application"
description.fr = "Application de streaming audio et vidéo"
version = "6.0.2~ynh1"
version = "6.1.0~ynh1"
maintainers = []
@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/ampache/ampache/releases/download/6.0.2/ampache-6.0.2_all_php8.2.zip"
sha256 = "3e36fdcda1b5fb135ab28e5b02a7a9f26f912b49357a2db1962207c006b92e7c"
url = "https://github.com/ampache/ampache/releases/download/6.1.0/ampache-6.1.0_all_php8.2.zip"
sha256 = "312b2eb738fa9bf32bf044262cb6e849a32673f19e7548c4a8d06ff21dfb2239"
in_subdir = false
autoupdate.strategy = "latest_github_tag"
@ -56,7 +56,7 @@ ram.runtime = "50M"
main.url = "/"
[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]
type = "mysql"