mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
commit
547b64db00
3 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -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.2.0~ynh1
|
**Shipped version:** 6.2.1~ynh1
|
||||||
|
|
||||||
**Demo:** https://ampache.org/demo.html
|
**Demo:** https://ampache.org/demo.html
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Ampache est une application Web de streaming audio/vidéo et un gestionnaire de
|
||||||
* Intégration avec les utilisateurs YunoHost - mêmes nom d'utilisateur et mot de passe
|
* 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)
|
* Autoriser un utilisateur à être l'administrateur (défini lors de l'installation)
|
||||||
|
|
||||||
**Version incluse :** 6.2.0~ynh1
|
**Version incluse :** 6.2.1~ynh1
|
||||||
|
|
||||||
**Démo :** https://ampache.org/demo.html
|
**Démo :** https://ampache.org/demo.html
|
||||||
|
|
||||||
|
|
|
@ -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.2.0~ynh1"
|
version = "6.2.1~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -47,10 +47,11 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/ampache/ampache/releases/download/6.2.0/ampache-6.2.0_all_php8.2.zip"
|
url = "https://github.com/ampache/ampache/releases/download/6.2.1/ampache-6.2.1_all_php8.2.zip"
|
||||||
sha256 = "4b91e0fbe6d16c7c5d3d377219852304d7394663c544c3da2b82097b75706270"
|
sha256 = "6c6f300735ecb7a571294d84bd27ddad687d0293aa15d435337608d440d36d69"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
autoupdate.asset = "^ampache-.*_all_php8.2.zip$"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
allow_email = true
|
allow_email = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue