mirror of
https://github.com/YunoHost-Apps/jellyfin-vue_ynh.git
synced 2024-09-03 19:26:31 +02:00
Auto-update READMEs
This commit is contained in:
parent
c61e0c2563
commit
a0c530d69c
4 changed files with 83 additions and 30 deletions
5
ALL_README.md
Normal file
5
ALL_README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Die README in Deutsch lesen](README_de.md)
|
||||
- [Lire le README en français](README_fr.md)
|
24
README.md
24
README.md
|
@ -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.
|
||||
-->
|
||||
|
||||
|
@ -9,7 +9,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
[](https://install-app.yunohost.org/?app=jellyfin-vue)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
*[Read this README is other languages.](./ALL_README.md)*
|
||||
|
||||
> *This package allows you to install Jellyfin Vue Client 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.*
|
||||
|
@ -18,10 +18,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details.
|
||||
|
||||
**Shipped version:** 2024.03.24~ynh1
|
||||
|
||||
**Shipped version:** 2024.03.03~ynh1
|
||||
|
||||
**Demo:** https://jf-vue.pages.dev
|
||||
**Demo:** <https://jf-vue.pages.dev>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -29,20 +28,21 @@ Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, ba
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Upstream app code repository: <https://github.com/jellyfin/jellyfin-vue>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/jellyfin-vue>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/jellyfin-vue_ynh/issues>
|
||||
- Upstream app code repository: <https://github.com/jellyfin/jellyfin-vue>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/jellyfin-vue>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/jellyfin-vue_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing).
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing),
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
To try the testing branch, please proceed like that:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade jellyfin-vue -u https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
48
README_de.md
Normal file
48
README_de.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
<!--
|
||||
N.B.: Diese README wurde automatisch von <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> generiert.
|
||||
Sie darf NICHT von Hand bearbeitet werden.
|
||||
-->
|
||||
|
||||
# Jellyfin Vue Client für YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/jellyfin-vue)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=jellyfin-vue)
|
||||
|
||||
*[Dieses README in anderen Sprachen lesen.](./ALL_README.md)*
|
||||
|
||||
> *Mit diesem Paket können Sie Jellyfin Vue Client schnell und einfach auf einem YunoHost-Server installieren.
|
||||
Wenn Sie YunoHost nicht haben, lesen Sie bitte [die Anleitung](https://yunohost.org/#/install), um zu erfahren, wie Sie es installieren.*
|
||||
|
||||
## Übersicht
|
||||
|
||||
Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details.
|
||||
|
||||
**Ausgelieferte Version:** 2024.03.24~ynh1
|
||||
|
||||
**Demo:** <https://jf-vue.pages.dev>
|
||||
|
||||
## Bildschirmfotos
|
||||
|
||||

|
||||
|
||||
## Dokumentation und Ressourcen
|
||||
|
||||
- Upstream App Repository: <https://github.com/jellyfin/jellyfin-vue>
|
||||
- YunoHost-Shop: <https://apps.yunohost.org/app/jellyfin-vue>
|
||||
- Einen Fehler melden: <https://github.com/YunoHost-Apps/jellyfin-vue_ynh/issues>
|
||||
|
||||
## Entwicklerinformationen
|
||||
|
||||
Bitte senden Sie Ihren Pull-Request an den [testing branch](https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing),
|
||||
|
||||
|
||||
Um den Testing-Branch auszuprobieren, gehen Sie bitte wie folgt vor:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing --debug
|
||||
oder
|
||||
sudo yunohost app upgrade jellyfin-vue -u https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Weitere Informationen zur App-Paketierung:** <https://yunohost.org/packaging_apps>
|
36
README_fr.md
36
README_fr.md
|
@ -1,48 +1,48 @@
|
|||
<!--
|
||||
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.
|
||||
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.
|
||||
-->
|
||||
|
||||
# Jellyfin Vue Client pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/jellyfin-vue)  
|
||||
[](https://dash.yunohost.org/appci/app/jellyfin-vue)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=jellyfin-vue)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||||
|
||||
> *Ce package vous permet d’installer Jellyfin Vue Client 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, consultez [ce guide](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d’ensemble
|
||||
## Vue d'ensemble
|
||||
|
||||
Jellyfin Vue est la prochaine étape du développement de Jellyfin. C'est une nouvelle interface, basée sur Vue. Des détails peuvent être trouvés ici : https://jellyfin.org/posts/vue-vue3.
|
||||
|
||||
**Version incluse :** 2024.03.24~ynh1
|
||||
|
||||
**Version incluse :** 2024.03.03~ynh1
|
||||
**Démo :** <https://jf-vue.pages.dev>
|
||||
|
||||
**Démo :** https://jf-vue.pages.dev
|
||||
## Captures d'écran
|
||||
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Dépôt de code officiel de l’app : <https://github.com/jellyfin/jellyfin-vue>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/jellyfin-vue>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/jellyfin-vue_ynh/issues>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/jellyfin/jellyfin-vue>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/jellyfin-vue>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/jellyfin-vue_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing).
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing),
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
Pour essayer la branche testing, procédez comme suit :
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade jellyfin-vue -u https://github.com/YunoHost-Apps/jellyfin-vue_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>
|
||||
|
|
Loading…
Add table
Reference in a new issue