mirror of
https://github.com/YunoHost-Apps/audiobookshelf_ynh.git
synced 2024-09-03 18:06:19 +02:00
commit
b24c8281de
4 changed files with 5 additions and 3 deletions
|
@ -30,7 +30,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
|
||||||
* Chromecast support on the web app
|
* Chromecast support on the web app
|
||||||
* Fetch metadata and cover art from several sources
|
* Fetch metadata and cover art from several sources
|
||||||
|
|
||||||
**Shipped version:** 2.0.23~ynh1
|
**Shipped version:** 2.0.23~ynh2
|
||||||
|
|
||||||
**Demo:** https://audiobookshelf.org/
|
**Demo:** https://audiobookshelf.org/
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
|
||||||
* Support de Chromecast dans la webapp
|
* Support de Chromecast dans la webapp
|
||||||
* Récupération des métadonnées et des pochettes depuis plusieurs sources
|
* Récupération des métadonnées et des pochettes depuis plusieurs sources
|
||||||
|
|
||||||
**Version incluse :** 2.0.23~ynh1
|
**Version incluse :** 2.0.23~ynh2
|
||||||
|
|
||||||
**Démo :** https://audiobookshelf.org/
|
**Démo :** https://audiobookshelf.org/
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,8 @@ location __PATH__/ {
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $http_connection;
|
proxy_set_header Connection $http_connection;
|
||||||
|
|
||||||
|
client_max_body_size 100M;
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Audiobook server for managing and playing your audiobooks",
|
"en": "Audiobook server for managing and playing your audiobooks",
|
||||||
"fr": "Serveur de livres audio pour gérer et lire vos livres audio"
|
"fr": "Serveur de livres audio pour gérer et lire vos livres audio"
|
||||||
},
|
},
|
||||||
"version": "2.0.23~ynh1",
|
"version": "2.0.23~ynh2",
|
||||||
"url": "https://audiobookshelf.org/",
|
"url": "https://audiobookshelf.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
Loading…
Add table
Reference in a new issue