mirror of
https://github.com/YunoHost-Apps/audiobookshelf_ynh.git
synced 2024-09-03 18:06:19 +02:00
Merge pull request #57 from YunoHost-Apps/ci-auto-update-v2.2.15
Upgrade to version 2.2.15
This commit is contained in:
commit
355bb2c593
4 changed files with 15 additions and 15 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Audiobookshelf for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/audiobookshelf)  
|
||||
[](https://dash.yunohost.org/appci/app/audiobookshelf)  
|
||||
[](https://install-app.yunohost.org/?app=audiobookshelf)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -30,7 +30,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
|
|||
* Chromecast support on the web app
|
||||
* Fetch metadata and cover art from several sources
|
||||
|
||||
**Shipped version:** 2.2.11~ynh1
|
||||
**Shipped version:** 2.2.15~ynh1
|
||||
|
||||
**Demo:** https://audiobookshelf.org/
|
||||
|
||||
|
|
20
README_fr.md
20
README_fr.md
|
@ -5,15 +5,15 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Audiobookshelf pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/audiobookshelf)  
|
||||
[](https://dash.yunohost.org/appci/app/audiobookshelf)  
|
||||
[](https://install-app.yunohost.org/?app=audiobookshelf)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Audiobookshelf 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.*
|
||||
> *Ce package vous permet d’installer Audiobookshelf 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
|
||||
## Vue d’ensemble
|
||||
|
||||
Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audio.
|
||||
|
||||
|
@ -30,13 +30,13 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
|
|||
* Support de Chromecast dans la webapp
|
||||
* Récupération des métadonnées et des pochettes depuis plusieurs sources
|
||||
|
||||
**Version incluse :** 2.2.11~ynh1
|
||||
**Version incluse :** 2.2.15~ynh1
|
||||
|
||||
**Démo :** https://audiobookshelf.org/
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -50,9 +50,9 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
|
|||
* L'utilisateur par défaut est `root`, sans mot de passe
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://audiobookshelf.org/>
|
||||
* Site officiel de l’app : <https://audiobookshelf.org/>
|
||||
* Documentation officielle utilisateur : <https://www.audiobookshelf.org/docs>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/advplyr/audiobookshelf>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/advplyr/audiobookshelf>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_audiobookshelf>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/audiobookshelf_ynh/issues>
|
||||
|
||||
|
@ -68,4 +68,4 @@ ou
|
|||
sudo yunohost app upgrade audiobookshelf -u https://github.com/YunoHost-Apps/audiobookshelf_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/advplyr/audiobookshelf/archive/refs/tags/v2.2.11.tar.gz
|
||||
SOURCE_SUM=d69d778e0f86ab5e19275208d8906c75615b93e24fcb66f58565491e065609ef
|
||||
SOURCE_URL=https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.2.15.tar.gz
|
||||
SOURCE_SUM=721d4846fdc3699afac1992103c6c6dc3007916c33ad519e290057ef120d0ab1
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Audiobook server for managing and playing your audiobooks",
|
||||
"fr": "Serveur de livres audio pour gérer et lire vos livres audio"
|
||||
},
|
||||
"version": "2.2.11~ynh1",
|
||||
"version": "2.2.15~ynh1",
|
||||
"url": "https://audiobookshelf.org/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
|
Loading…
Add table
Reference in a new issue