From 0fe93d2c2923d7aedd717dde0b06022e3fafef6a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 26 May 2022 18:24:13 +0000 Subject: [PATCH] Auto-update README --- README.md | 96 ++++++++++++++++++++++++----------------------- README_fr.md | 104 ++++++++++++++++++++++++++------------------------- 2 files changed, 104 insertions(+), 96 deletions(-) diff --git a/README.md b/README.md index 7fa42ee..5642d3c 100644 --- a/README.md +++ b/README.md @@ -1,71 +1,75 @@ + + # Gossa for YunoHost -[![Integration level](https://dash.yunohost.org/integration/gossa.svg)](https://dash.yunohost.org/appci/app/gossa) ![](https://ci-apps.yunohost.org/ci/badges/gossa.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/gossa.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/gossa.svg)](https://dash.yunohost.org/appci/app/gossa) ![Working status](https://ci-apps.yunohost.org/ci/badges/gossa.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gossa.maintain.svg) [![Install Gossa with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gossa) *[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install Gossa quickly and simply on a YunoHost server. +> *This package allows you to install Gossa quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. -**Shipped version:** 0.1.7.1 +A fast and simple webserver for your files, that's dependency-free and with under 250 lines of code, easy to review. + +### Features + + 🔍 files/directories browser & handler + 📩 drag-and-drop uploader + 🥂 fast golang static server + 💾 90s web UI that prints in milliseconds + 📸 video streaming & picture browser + ✍️ simple note editor + ⌨️ keyboard navigation + 🚀 lightweight and dependency free codebase + 🔒 >95% test coverage and reproducible builds + 💑 easy multi account setup, read-only mode + ✨ PWA enabled + + +**Shipped version:** 0.2.1~ynh1 ## Screenshots -![](https://user-images.githubusercontent.com/760637/71449335-790a4200-274a-11ea-80be-4c536fbad8a1.gif) +![Screenshot of Gossa](./doc/screenshots/screenshot.gif) -## Demo +## Disclaimers / important information -* [Official demo](https://demo.navidrome.org/app/#/login) +* Any known limitations, constrains or stuff not working, such as (but not limited to): + * requiring a full dedicated domain ? + * architectures not supported ? + * not-working single-sign on or LDAP integration ? + * the app requires an important amount of RAM / disk / .. to install or to work properly + * etc... -## Configuration +* Other infos that people should be aware of, such as: + * any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...) + * how to configure / administrate the application if it ain't obvious + * upgrade process / specificities / things to be aware of ? + * security considerations ? -#### Where are stored your music files +## Documentation and resources -Your music files are stored by default in your shared [multimedia folder](https://github.com/YunoHost-Apps/yunohost.multimedia) `/home/yunohost.multimedia/share/Music`. This folder is accessible from Nextcloud with *External Storages* enabled. This will allow you to easily upload your music files to the server. - -You can configure an alternative path to you music files by editing the path `MusicFolder = "/home/yunohost.multimedia/share/Music"` in this file `/var/lib/navidrome/navidrome.toml` using the [documentation](https://www.navidrome.org/docs/usage/configuration-options/). - -#### Client player - -You must activate *public site* if you want to connect a client player to Navidrome. - -## Documentation - - * Official documentation: https://www.navidrome.org/docs/ - * YunoHost documentation: https://yunohost.org/#/app_navidrome - -## YunoHost specific features - -#### Multi-user support - -* Is LDAP supported? **No** -* Can the app be used by multiple users? **Yes** - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/navidrome%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/navidrome/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/navidrome%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/navidrome/) - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/navidrome_ynh/issues - * App website: https://github.com/pldubouilh/gossa - * Upstream app repository: https://github.com/deluan/navidrome/ - * YunoHost website: https://yunohost.org/ - ---- +* Official app website: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/navidrome_ynh/tree/testing). +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/gossa_ynh/tree/testing). To try the testing branch, please proceed like that. -``` -sudo yunohost app install https://github.com/YunoHost-Apps/navidrome_ynh/tree/testing --debug + +``` bash +sudo yunohost app install https://github.com/YunoHost-Apps/gossa_ynh/tree/testing --debug or -sudo yunohost app upgrade navidrome -u https://github.com/YunoHost-Apps/navidrome_ynh/tree/testing --debug +sudo yunohost app upgrade gossa -u https://github.com/YunoHost-Apps/gossa_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 8a97727..e766e48 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,71 +1,75 @@ -# Navidrome pour YunoHost + -[![Niveau d'intégration](https://dash.yunohost.org/integration/navidrome.svg)](https://dash.yunohost.org/appci/app/navidrome) ![](https://ci-apps.yunohost.org/ci/badges/navidrome.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/navidrome.maintain.svg) -[![Installer Navidrome avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=navidrome) +# Gossa pour YunoHost -*[Read this readme in english.](./README.md)* +[![Niveau d'intégration](https://dash.yunohost.org/integration/gossa.svg)](https://dash.yunohost.org/appci/app/gossa) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gossa.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gossa.maintain.svg) +[![Installer Gossa avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gossa) -> *Ce package vous permet d'installer Navidrome rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* +*[Read this readme in english.](./README.md)* + +> *Ce package vous permet d'installer Gossa 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.* ## Vue d'ensemble -Navidrome est un serveur et un streamer de collection de musique en ligne open source. Il vous donne la liberté d'écouter votre playlist à partir de n'importe quel navigateur ou appareil mobile. -**Version incluse :** 0.39.0 +A fast and simple webserver for your files, that's dependency-free and with under 250 lines of code, easy to review. + +### Features + + 🔍 files/directories browser & handler + 📩 drag-and-drop uploader + 🥂 fast golang static server + 💾 90s web UI that prints in milliseconds + 📸 video streaming & picture browser + ✍️ simple note editor + ⌨️ keyboard navigation + 🚀 lightweight and dependency free codebase + 🔒 >95% test coverage and reproducible builds + 💑 easy multi account setup, read-only mode + ✨ PWA enabled + + +**Version incluse :** 0.2.1~ynh1 ## Captures d'écran -![](https://raw.githubusercontent.com/deluan/navidrome/master/.github/screenshots/ss-desktop-player.png) +![Capture d'écran de Gossa](./doc/screenshots/screenshot.gif) -## Démo +## Avertissements / informations importantes -* [Démo officielle](https://demo.navidrome.org/app/#/login) +* Any known limitations, constrains or stuff not working, such as (but not limited to): + * requiring a full dedicated domain ? + * architectures not supported ? + * not-working single-sign on or LDAP integration ? + * the app requires an important amount of RAM / disk / .. to install or to work properly + * etc... -## Configuration +* Other infos that people should be aware of, such as: + * any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...) + * how to configure / administrate the application if it ain't obvious + * upgrade process / specificities / things to be aware of ? + * security considerations ? -#### Où stocker votre musique +## Documentations et ressources -Votre musique est a stockée par default dans le [dossier multimédia](https://github.com/YunoHost-Apps/yunohost.multimedia) partagé `/home/yunohost.multimedia/share/Music`. Ce dossier, facilement accessible depuis Nextcloud avec *Stockages externes* activée, vous permettra d'*uploader* facilement vos fichiers de musique sur votre server. - -Vous pouvez personnaliser le dossier de stockage de vos fichiers de musique en éditant le fichier de configuration `/var/lib/navidrome/navidrome.toml` et rediriger la variable `MusicFolder = "/home/yunohost.multimedia/share/Music"`. Vous pouvez également changer d'autre réglage en vous aidant de la [documentation](https://www.navidrome.org/docs/usage/configuration-options/). - -#### Utilisation d'un client - -Vous devez activer *site public* si vous souhaitez connecter un lecteur client à Navidrome. - -## Documentation - - * Documentation officielle : https://www.navidrome.org/docs/ - * Documentation YunoHost : https://yunohost.org/#/app_navidrome_fr - -## Caractéristiques spécifiques YunoHost - -#### Support multi-utilisateur - -* L'authentification LDAP est-elle prise en charge ? **Non** -* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui** - -#### Architectures supportées - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/navidrome%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/navidrome/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/navidrome%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/navidrome/) - -## Liens - - * Signaler un bug : https://github.com/YunoHost-Apps/navidrome_ynh/issues - * Site de l'application : https://www.navidrome.org/ - * Dépôt de l'application principale : https://github.com/deluan/navidrome/ - * Site web YunoHost : https://yunohost.org/ - ---- +* Site officiel de l'app : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les développeurs -Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/navidrome_ynh/tree/testing). +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/gossa_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` -sudo yunohost app install https://github.com/YunoHost-Apps/navidrome_ynh/tree/testing --debug + +``` bash +sudo yunohost app install https://github.com/YunoHost-Apps/gossa_ynh/tree/testing --debug ou -sudo yunohost app upgrade navidrome -u https://github.com/YunoHost-Apps/navidrome_ynh/tree/testing --debug +sudo yunohost app upgrade gossa -u https://github.com/YunoHost-Apps/gossa_ynh/tree/testing --debug ``` + +**Plus d'infos sur le packaging d'applications :**