mirror of
https://github.com/YunoHost-Apps/komga_ynh.git
synced 2024-09-03 19:36:07 +02:00
commit
05ebe44d0e
7 changed files with 51 additions and 9 deletions
20
README.md
20
README.md
|
@ -15,12 +15,28 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
## 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
|
||||
|
||||
## Screenshots
|
||||
|
||||
![](./doc/screenshots/home.png)
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://komga.org
|
||||
|
|
20
README_fr.md
20
README_fr.md
|
@ -11,12 +11,28 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
## 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
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
![](./doc/screenshots/home.png)
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://komga.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.106.1/komga-0.106.1.jar
|
||||
SOURCE_SUM=53c7c617793acbfb134ed5c3c48c1702761feb67fd6a5478bdf403f3479fc40a
|
||||
SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.119.1/komga-0.119.1.jar
|
||||
SOURCE_SUM=a8634d40eab9eb0fe98da263953574ce864f9ac0dee90acfaa018b140fa3e255
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=jar
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
12
doc/DESCRIPTION.md
Normal file
12
doc/DESCRIPTION.md
Normal 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
|
Before Width: | Height: | Size: 410 KiB After Width: | Height: | Size: 410 KiB |
|
@ -6,7 +6,7 @@
|
|||
"en": "Media server for your comics, manga and 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",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
|
@ -39,8 +39,6 @@ datadir=$(ynh_app_setting_get --app=$app --key=datadir)
|
|||
#=================================================
|
||||
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 \
|
||||
|| ynh_die --message="There is already a directory: $final_path "
|
||||
|
||||
|
|
Loading…
Reference in a new issue