mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
commit
671b7d2129
5 changed files with 20 additions and 18 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch the source code
|
- name: Fetch the source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Run the updater script
|
- name: Run the updater script
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
id: cpr
|
id: cpr
|
||||||
if: ${{ env.PROCEED == 'true' }}
|
if: ${{ env.PROCEED == 'true' }}
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: Update to version ${{ env.VERSION }}
|
commit-message: Update to version ${{ env.VERSION }}
|
||||||
|
|
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Ampache for YunoHost
|
# Ampache for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/ampache)  
|
[](https://dash.yunohost.org/appci/app/ampache)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=ampache)
|
[](https://install-app.yunohost.org/?app=ampache)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -24,7 +25,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
* 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:** 5.5.6~ynh1
|
**Shipped version:** 5.6.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://ampache.org/demo.html
|
**Demo:** https://ampache.org/demo.html
|
||||||
|
|
||||||
|
|
23
README_fr.md
23
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Ampache pour YunoHost
|
# Ampache pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/ampache)  
|
[](https://dash.yunohost.org/appci/app/ampache)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=ampache)
|
[](https://install-app.yunohost.org/?app=ampache)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Ampache rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Ampache rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
[Ampache](http://ampache.org) for the love of music. 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](http://ampache.org) for the love of music. 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.
|
||||||
|
|
||||||
|
@ -24,13 +25,13 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
* 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)
|
||||||
|
|
||||||
**Version incluse :** 5.5.6~ynh1
|
**Version incluse :** 5.6.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://ampache.org/demo.html
|
**Démo :** https://ampache.org/demo.html
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -67,9 +68,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <http://ampache.org>
|
* Site officiel de l’app : <http://ampache.org>
|
||||||
* Documentation officielle de l'admin : <https://github.com/ampache/ampache/wiki>
|
* Documentation officielle de l’admin : <https://github.com/ampache/ampache/wiki>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/ampache/ampache>
|
* Dépôt de code officiel de l’app : <https://github.com/ampache/ampache>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ampache>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ampache>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/ampache_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/ampache_ynh/issues>
|
||||||
|
|
||||||
|
@ -85,4 +86,4 @@ ou
|
||||||
sudo yunohost app upgrade ampache -u https://github.com/YunoHost-Apps/ampache_ynh/tree/testing --debug
|
sudo yunohost app upgrade ampache -u https://github.com/YunoHost-Apps/ampache_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/ampache/ampache/releases/download/5.5.6/ampache-5.5.6_all_php8.0.zip
|
SOURCE_URL=https://github.com/ampache/ampache/releases/download/5.6.0/ampache-5.6.0_all_php8.0.zip
|
||||||
SOURCE_SUM=b236b503e0dbc8cef28b03a8e3c692784c5bc905dd3fefadf626515c21c33ea7
|
SOURCE_SUM=f200067b5b7c753ed9660991d484a2e20b87afb0dffb16d5c3a54bb6a23cb963
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Web based audio/video streaming application",
|
"en": "Web based audio/video streaming application",
|
||||||
"fr": "Application de streaming audio et vidéo"
|
"fr": "Application de streaming audio et vidéo"
|
||||||
},
|
},
|
||||||
"version": "5.5.6~ynh1",
|
"version": "5.6.0~ynh1",
|
||||||
"url": "http://ampache.org",
|
"url": "http://ampache.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue