1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00
funkwhale_ynh/README_fr.md

51 lines
2.3 KiB
Markdown
Raw Normal View History

2022-07-13 17:29:01 +02:00
<!--
2024-03-29 07:03:48 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-07-13 17:29:01 +02:00
-->
2020-12-14 21:40:14 +01:00
# Funkwhale pour YunoHost
2024-07-15 17:49:16 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/funkwhale.svg)](https://ci-apps.yunohost.org/ci/apps/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)
2023-02-23 23:39:19 +01:00
[![Installer Funkwhale avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=funkwhale)
2020-12-14 21:40:14 +01:00
2024-03-29 07:03:48 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2020-12-14 21:40:14 +01:00
2024-03-29 07:03:48 +01:00
> *Ce package vous permet dinstaller Funkwhale rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2020-12-14 21:40:14 +01:00
2023-01-16 22:39:28 +01:00
## Vue densemble
2020-12-14 21:40:14 +01:00
2021-11-23 07:46:19 +01:00
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é.
2020-12-14 21:40:14 +01:00
**Version incluse:** 1.4.0~ynh2
2020-12-14 21:40:14 +01:00
2024-03-29 07:03:48 +01:00
**Démo:** <https://demo.funkwhale.audio>
2022-07-14 14:03:39 +02:00
2023-01-16 22:39:28 +01:00
## Captures décran
2022-07-14 14:03:39 +02:00
2023-01-16 22:39:28 +01:00
![Capture décran de Funkwhale](./doc/screenshots/screenshot1.png)
2022-07-14 14:03:39 +02:00
2021-10-23 16:53:03 +02:00
## Documentations et ressources
2020-12-14 21:40:14 +01:00
2024-03-29 07:03:48 +01:00
- Site officiel de lapp: <https://funkwhale.audio/>
- Documentation officielle utilisateur: <https://docs.funkwhale.audio/users/index.html>
- Documentation officielle de ladmin: <https://docs.funkwhale.audio/admin/index.html>
- Dépôt de code officiel de lapp: <https://dev.funkwhale.audio/funkwhale/funkwhale>
- YunoHost Store: <https://apps.yunohost.org/app/funkwhale>
- Signaler un bug: <https://github.com/YunoHost-Apps/funkwhale_ynh/issues>
2020-12-14 21:40:14 +01:00
## Informations pour les développeurs
2024-03-29 07:03:48 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing).
2020-12-14 21:40:14 +01:00
2024-03-29 07:03:48 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-07-13 17:29:01 +02:00
2024-03-29 07:03:48 +01:00
```bash
2020-12-14 21:40:14 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug
ou
2020-12-14 21:40:14 +01:00
sudo yunohost app upgrade funkwhale -u https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug
```
2021-10-23 16:53:03 +02:00
2024-03-29 07:03:48 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>