1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/audiobookshelf_ynh.git synced 2024-09-03 18:06:19 +02:00

Merge pull request #113 from YunoHost-Apps/testing

Testing
This commit is contained in:
Thomas 2024-03-21 14:57:03 +01:00 committed by GitHub
commit 45443da03d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 23 deletions

View file

@ -30,8 +30,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
* Progressive Web App (PWA)
* Chromecast support on the web app
* Fetch metadata and cover art from several sources
**Shipped version:** 2.8.0~ynh1
**Shipped version:** 2.8.1~ynh1
## Screenshots
@ -39,11 +38,11 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
## Documentation and resources
* Official app website: <https://audiobookshelf.org/>
* Official user documentation: <https://www.audiobookshelf.org/docs>
* Upstream app code repository: <https://github.com/advplyr/audiobookshelf>
* YunoHost Store: <https://apps.yunohost.org/app/audiobookshelf>
* Report a bug: <https://github.com/YunoHost-Apps/audiobookshelf_ynh/issues>
- Official app website: <https://audiobookshelf.org/>
- Official user documentation: <https://www.audiobookshelf.org/docs>
- Upstream app code repository: <https://github.com/advplyr/audiobookshelf>
- YunoHost Store: <https://apps.yunohost.org/app/audiobookshelf>
- Report a bug: <https://github.com/YunoHost-Apps/audiobookshelf_ynh/issues>
## Developer info
@ -51,10 +50,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
or
sudo yunohost app upgrade audiobookshelf -u https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -30,8 +30,7 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
* Progressive Web App (PWA)
* Support de Chromecast dans la webapp
* Récupération des métadonnées et des pochettes depuis plusieurs sources
**Version incluse :** 2.8.0~ynh1
**Version incluse :** 2.8.1~ynh1
## Captures décran
@ -39,11 +38,11 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
## Documentations et ressources
* Site officiel de lapp : <https://audiobookshelf.org/>
* Documentation officielle utilisateur : <https://www.audiobookshelf.org/docs>
* Dépôt de code officiel de lapp : <https://github.com/advplyr/audiobookshelf>
* YunoHost Store: <https://apps.yunohost.org/app/audiobookshelf>
* Signaler un bug : <https://github.com/YunoHost-Apps/audiobookshelf_ynh/issues>
- Site officiel de lapp : <https://audiobookshelf.org/>
- Documentation officielle utilisateur : <https://www.audiobookshelf.org/docs>
- Dépôt de code officiel de lapp : <https://github.com/advplyr/audiobookshelf>
- YunoHost Store : <https://apps.yunohost.org/app/audiobookshelf>
- Signaler un bug : <https://github.com/YunoHost-Apps/audiobookshelf_ynh/issues>
## Informations pour les développeurs
@ -51,10 +50,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
Pour essayer la branche testing, procédez comme suit.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
ou
sudo yunohost app upgrade audiobookshelf -u https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -5,7 +5,7 @@ name = "Audiobookshelf"
description.en = "Audiobook server for managing and playing your audiobooks"
description.fr = "Serveur de livres audio pour gérer et lire vos livres audio"
version = "2.8.0~ynh1"
version = "2.8.1~ynh1"
maintainers = ["Navan Chauhan"]
@ -36,13 +36,13 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.8.0.tar.gz"
sha256 = "bbe6b96a791aa11ab91369bdfc82b1984650a5e026c676df6faaaf0ab84510ed"
url = "https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.8.1.tar.gz"
sha256 = "f6e65108129da17000c9a9a7c2f274ed29359a98f150435e8b6e20cb554572c7"
autoupdate.strategy = "latest_github_tag"
[resources.sources.tone]
url = "https://github.com/sandreas/tone/releases/download/v0.1.5/tone-0.1.5-linux-x64.tar.gz"
sha256 = "29c197b21c6e36a3b889ebd6bb1fbdd2c95e489ac6508d010adcf6f69ab8ceba"
url = "https://github.com/sandreas/tone/archive/refs/tags/v0.1.5.tar.gz"
sha256 = "8db1777a401d7d1fe8ee1a2fbe8971a3fd52200b7437fb7f751f8ac3782b500f"
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/sandreas/tone"