mirror of
https://github.com/YunoHost-Apps/komga_ynh.git
synced 2024-09-03 19:36:07 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
e1b1d4d9f1
1 changed files with 61 additions and 0 deletions
61
README_it.md
Normal file
61
README_it.md
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
<!--
|
||||||
|
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
NON DEVE essere modificato manualmente.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Komga per YunoHost
|
||||||
|
|
||||||
|
[![Livello di integrazione](https://dash.yunohost.org/integration/komga.svg)](https://dash.yunohost.org/appci/app/komga) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/komga.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/komga.maintain.svg)
|
||||||
|
|
||||||
|
[![Installa Komga con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=komga)
|
||||||
|
|
||||||
|
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Questo pacchetto ti permette di installare Komga su un server YunoHost in modo semplice e veloce.*
|
||||||
|
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
||||||
|
|
||||||
|
## Panoramica
|
||||||
|
|
||||||
|
Komga is a free and open source comics/mangas server.
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
|
|
||||||
|
**Versione pubblicata:** 1.10.3~ynh1
|
||||||
|
|
||||||
|
**Prova:** <https://demo.komga.org>
|
||||||
|
|
||||||
|
## Screenshot
|
||||||
|
|
||||||
|
![Screenshot di Komga](./doc/screenshots/home.png)
|
||||||
|
|
||||||
|
## Documentazione e risorse
|
||||||
|
|
||||||
|
- Sito web ufficiale dell’app: <https://komga.org>
|
||||||
|
- Documentazione ufficiale per gli amministratori: <https://komga.org/guides/>
|
||||||
|
- Repository upstream del codice dell’app: <https://github.com/gotson/komga>
|
||||||
|
- Store di YunoHost: <https://apps.yunohost.org/app/komga>
|
||||||
|
- Segnala un problema: <https://github.com/YunoHost-Apps/komga_ynh/issues>
|
||||||
|
|
||||||
|
## Informazioni per sviluppatori
|
||||||
|
|
||||||
|
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/komga_ynh/tree/testing).
|
||||||
|
|
||||||
|
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/komga_ynh/tree/testing --debug
|
||||||
|
o
|
||||||
|
sudo yunohost app upgrade komga -u https://github.com/YunoHost-Apps/komga_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue