1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/komga_ynh.git synced 2024-09-03 19:36:07 +02:00

Merge pull request #15 from YunoHost-Apps/0.119.1

0.119.1
This commit is contained in:
Éric Gaspar 2021-08-29 14:11:37 +02:00 committed by GitHub
commit 05ebe44d0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 51 additions and 9 deletions

View file

@ -15,12 +15,28 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## Overview
Media server for your comics, manga and magazines Komga is a free and open source comics/mangas server.
w
### Features
**Shipped version:** 0.106.1~ynh1 - Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones
- Organize your library with collections and read lists
- Edit metadata for your series and books
- Import embedded metadata automatically
- Webreader with multiple reading modes
- Manage multiple users, with per-library access control
- Offers a REST API, many community tools and scripts can interact with Komga
- Download book files
**Shipped version:** 0.119.1~ynh1
**Demo:** https://demo.komga.org **Demo:** https://demo.komga.org
## Screenshots
![](./doc/screenshots/home.png)
## Documentation and resources ## Documentation and resources
* Official app website: https://komga.org * Official app website: https://komga.org

View file

@ -11,12 +11,28 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble ## Vue d'ensemble
Serveur multimédia pour vos bandes dessinées, mangas et magazines Komga is a free and open source comics/mangas server.
w
### Features
**Version incluse :** 0.106.1~ynh1 - Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones
- Organize your library with collections and read lists
- Edit metadata for your series and books
- Import embedded metadata automatically
- Webreader with multiple reading modes
- Manage multiple users, with per-library access control
- Offers a REST API, many community tools and scripts can interact with Komga
- Download book files
**Version incluse :** 0.119.1~ynh1
**Démo :** https://demo.komga.org **Démo :** https://demo.komga.org
## Captures d'écran
![](./doc/screenshots/home.png)
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : https://komga.org * Site officiel de l'app : https://komga.org

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.106.1/komga-0.106.1.jar SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.119.1/komga-0.119.1.jar
SOURCE_SUM=53c7c617793acbfb134ed5c3c48c1702761feb67fd6a5478bdf403f3479fc40a SOURCE_SUM=a8634d40eab9eb0fe98da263953574ce864f9ac0dee90acfaa018b140fa3e255
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=jar SOURCE_FORMAT=jar
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

12
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1,12 @@
Komga is a free and open source comics/mangas server.
w
### Features
- Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones
- Organize your library with collections and read lists
- Edit metadata for your series and books
- Import embedded metadata automatically
- Webreader with multiple reading modes
- Manage multiple users, with per-library access control
- Offers a REST API, many community tools and scripts can interact with Komga
- Download book files

View file

Before

Width:  |  Height:  |  Size: 410 KiB

After

Width:  |  Height:  |  Size: 410 KiB

View file

@ -6,7 +6,7 @@
"en": "Media server for your comics, manga and magazines", "en": "Media server for your comics, manga and magazines",
"fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines" "fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines"
}, },
"version": "0.106.1~ynh1", "version": "0.119.1~ynh1",
"url": "https://komga.org", "url": "https://komga.org",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",

View file

@ -39,8 +39,6 @@ datadir=$(ynh_app_setting_get --app=$app --key=datadir)
#================================================= #=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=1 ynh_script_progression --message="Validating restoration parameters..." --weight=1
ynh_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \ test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path " || ynh_die --message="There is already a directory: $final_path "