mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
commit
468dde4b7e
6 changed files with 40 additions and 35 deletions
23
README.md
23
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Funkwhale for YunoHost
|
# Funkwhale for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/funkwhale.svg)](https://dash.yunohost.org/appci/app/funkwhale) ![](https://ci-apps.yunohost.org/ci/badges/funkwhale.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/funkwhale.maintain.svg)
|
[![Integration level](https://dash.yunohost.org/integration/funkwhale.svg)](https://dash.yunohost.org/appci/app/funkwhale) ![Working status](https://ci-apps.yunohost.org/ci/badges/funkwhale.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/funkwhale.maintain.svg)
|
||||||
[![Install Funkwhale with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=funkwhale)
|
[![Install Funkwhale with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=funkwhale)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -17,13 +17,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.
|
Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.
|
||||||
|
|
||||||
**Shipped version:** 1.2.5~ynh1
|
**Shipped version:** 1.2.6~ynh1
|
||||||
|
|
||||||
**Demo:** https://demo.funkwhale.audio
|
**Demo:** https://demo.funkwhale.audio
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![](./doc/screenshots/screenshot1.png)
|
![Screenshot of Funkwhale](./doc/screenshots/screenshot1.png)
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
|
@ -43,22 +43,23 @@ The files can then be added to your library from the *uploading* tab in a music
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://funkwhale.audio/
|
* Official app website: <https://funkwhale.audio/>
|
||||||
* Official user documentation: https://docs.funkwhale.audio/users/index.html
|
* Official user documentation: <https://docs.funkwhale.audio/users/index.html>
|
||||||
* Official admin documentation: https://docs.funkwhale.audio/admin/index.html
|
* Official admin documentation: <https://docs.funkwhale.audio/admin/index.html>
|
||||||
* Upstream app code repository: https://dev.funkwhale.audio/funkwhale/funkwhale
|
* Upstream app code repository: <https://dev.funkwhale.audio/funkwhale/funkwhale>
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_funkwhale
|
* YunoHost documentation for this app: <https://yunohost.org/app_funkwhale>
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/funkwhale_ynh/issues
|
* Report a bug: <https://github.com/YunoHost-Apps/funkwhale_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade funkwhale -u https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug
|
sudo yunohost app upgrade funkwhale -u https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
29
README_fr.md
29
README_fr.md
|
@ -1,10 +1,14 @@
|
||||||
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
# Funkwhale pour YunoHost
|
# Funkwhale pour YunoHost
|
||||||
|
|
||||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/funkwhale.svg)](https://dash.yunohost.org/appci/app/funkwhale) ![](https://ci-apps.yunohost.org/ci/badges/funkwhale.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/funkwhale.maintain.svg)
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/funkwhale.svg)](https://dash.yunohost.org/appci/app/funkwhale) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/funkwhale.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/funkwhale.maintain.svg)
|
||||||
[![Installer Funkwhale avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=funkwhale)
|
[![Installer Funkwhale avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=funkwhale)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Funkwhale rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer Funkwhale 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.*
|
||||||
|
@ -13,13 +17,13 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Funkwhale est un projet communautaire qui vous permet d'écouter et de partager de la musique et de l'audio au sein d'un réseau ouvert et décentralisé.
|
Funkwhale est un projet communautaire qui vous permet d'écouter et de partager de la musique et de l'audio au sein d'un réseau ouvert et décentralisé.
|
||||||
|
|
||||||
**Version incluse :** 1.2.5~ynh1
|
**Version incluse :** 1.2.6~ynh1
|
||||||
|
|
||||||
**Démo :** https://demo.funkwhale.audio
|
**Démo :** https://demo.funkwhale.audio
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
![](./doc/screenshots/screenshot1.png)
|
![Capture d'écran de Funkwhale](./doc/screenshots/screenshot1.png)
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -36,22 +40,23 @@ Les fichiers peuvent ensuite être ajoutés à votre bibliothèque à partir de
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://funkwhale.audio/
|
* Site officiel de l'app : <https://funkwhale.audio/>
|
||||||
* Documentation officielle utilisateur : https://docs.funkwhale.audio/users/index.html
|
* Documentation officielle utilisateur : <https://docs.funkwhale.audio/users/index.html>
|
||||||
* Documentation officielle de l'admin : https://docs.funkwhale.audio/admin/index.html
|
* Documentation officielle de l'admin : <https://docs.funkwhale.audio/admin/index.html>
|
||||||
* Dépôt de code officiel de l'app : https://dev.funkwhale.audio/funkwhale/funkwhale
|
* Dépôt de code officiel de l'app : <https://dev.funkwhale.audio/funkwhale/funkwhale>
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_funkwhale
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_funkwhale>
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/funkwhale_ynh/issues
|
* Signaler un bug : <https://github.com/YunoHost-Apps/funkwhale_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade funkwhale -u https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug
|
sudo yunohost app upgrade funkwhale -u https://github.com/YunoHost-Apps/funkwhale_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>
|
||||||
|
|
|
@ -11,8 +11,6 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
# 0.19.1
|
|
||||||
upgrade=1 from_commit=4d4bf0981e2d3a00eaae6b19bd54344fe55d6530
|
|
||||||
# 1.1~ynh1
|
# 1.1~ynh1
|
||||||
upgrade=1 from_commit=8172790fb461d16f09089593fdac380f0d499c83
|
upgrade=1 from_commit=8172790fb461d16f09089593fdac380f0d499c83
|
||||||
# 1.1.1~ynh1
|
# 1.1.1~ynh1
|
||||||
|
@ -29,6 +27,8 @@
|
||||||
upgrade=1 from_commit=1c1b64b8b04ee917a63580dce21d149182ee319d
|
upgrade=1 from_commit=1c1b64b8b04ee917a63580dce21d149182ee319d
|
||||||
# 1.2.4~ynh1
|
# 1.2.4~ynh1
|
||||||
upgrade=1 from_commit=5961e7283e52963329e30ca22df4d5505adfc256
|
upgrade=1 from_commit=5961e7283e52963329e30ca22df4d5505adfc256
|
||||||
|
#1.2.5~ynh1
|
||||||
|
upgrade=1 from_commit=a070baf105a94ac6fefc280f0335b044db643ec8
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
|
@ -37,9 +37,6 @@
|
||||||
Email=cda@rootkey.co.uk
|
Email=cda@rootkey.co.uk
|
||||||
Notification=all
|
Notification=all
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=4d4bf0981e2d3a00eaae6b19bd54344fe55d6530
|
|
||||||
name=Upgrade to 0.19.1 and fix channels-redis bug
|
|
||||||
manifest_arg=domain=DOMAIN&path=/&admin=USER&is_public=1
|
|
||||||
; commit=8172790fb461d16f09089593fdac380f0d499c83
|
; commit=8172790fb461d16f09089593fdac380f0d499c83
|
||||||
name=1.1~ynh1
|
name=1.1~ynh1
|
||||||
; commit=fa9587f61e4bb4f9db8667b1c6701ede37ac8e91
|
; commit=fa9587f61e4bb4f9db8667b1c6701ede37ac8e91
|
||||||
|
@ -56,3 +53,5 @@ Notification=all
|
||||||
name=1.2.3~ynh1
|
name=1.2.3~ynh1
|
||||||
; commit=5961e7283e52963329e30ca22df4d5505adfc256
|
; commit=5961e7283e52963329e30ca22df4d5505adfc256
|
||||||
name=1.2.4~ynh1
|
name=1.2.4~ynh1
|
||||||
|
; commit=a070baf105a94ac6fefc280f0335b044db643ec8
|
||||||
|
name=1.2.5~ynh1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.5/download?job=build_api
|
SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.6-1/download?job=build_api
|
||||||
SOURCE_SUM=c941c7aefa6bbacdec246f3af2b2b3f86c47892138835d20fca2acbff71dbaaa
|
SOURCE_SUM=789ede99df07cd7a2a1ae511a768c1f5b3a15900edecb0612916eea40127d62a
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=api_1.2.5.zip
|
SOURCE_FILENAME=api_1.2.6-1.zip
|
||||||
SOURCE_EXTRACT=true
|
SOURCE_EXTRACT=true
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.5/download?job=build_front
|
SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.6-1/download?job=build_front
|
||||||
SOURCE_SUM=cb1df2630ab4818250d4363d43600258bdb33f21622b4c58d9cad6589e95b3ae
|
SOURCE_SUM=ecd0b32888f95eae77aea9ead32ffa820c30a3667d81ab737f85da85fc0b1c43
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=front_1.2.5.zip
|
SOURCE_FILENAME=front_1.2.6-1.zip
|
||||||
SOURCE_EXTRACT=true
|
SOURCE_EXTRACT=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Modern, convivial and free music server",
|
"en": "Modern, convivial and free music server",
|
||||||
"fr": "Serveur de musique moderne, convivial et gratuit"
|
"fr": "Serveur de musique moderne, convivial et gratuit"
|
||||||
},
|
},
|
||||||
"version": "1.2.5~ynh1",
|
"version": "1.2.6~ynh1",
|
||||||
"url": "https://funkwhale.audio",
|
"url": "https://funkwhale.audio",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
|
Loading…
Reference in a new issue