Skip to content

Commit

Permalink
kavita (#59)
Browse files Browse the repository at this point in the history
* kavita

* update kavita

add description
add screenshots
remove exposed ports
update min. cosmos version

* Update description.json

* Update cosmos-compose.json
  • Loading branch information
Irrigate6991 authored Oct 16, 2023
1 parent 8e3679d commit d09b97e
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 0 deletions.
61 changes: 61 additions & 0 deletions servapps/Kavita/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"cosmos-installer": {
"form": [
{
"name": "bookPath",
"label": "What is the path to your books? (leave empty to not mount anything)",
"initialValue": "{DefaultDataPath}/books",
"type": "text"
}
]
},
"minVersion": "0.10.2",
"services": {
"{ServiceName}": {
"image": "lscr.io/linuxserver/kavita:latest",
"container_name": "{ServiceName}",
"restart": "unless-stopped",
"UID": 1000,
"GID": 1000,
"environment": [
"PUID=1000",
"PGID=1000",
"TZ=auto"
],
"labels": {
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Kavita/icon.png"
},
"volumes": [
{
"source": "{ServiceName}-config",
"target": "/config",
"type": "volume"
}
{if Context.bookPath}
, {
"source": "{Context.bookPath}",
"target": "/data/books",
"type": "bind"
}
{/if}
],
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:5000",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
}
}
]
}
}
}
9 changes: 9 additions & 0 deletions servapps/Kavita/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Kavita",
"description": "https://wiki.kavitareader.com/) is a rocket fueled self-hosted digital library which supports a vast array of file formats. Install to start reading and share your server with your friends.",
"longDescription": "<p>Kavita is a full-fledged, fast, cross-platform, & open-source manga, comic, and book server. Built from the ground up with a focus on manga and a goal of being a full solution to your reading needs. Set up your own server and share your manga, comics, and e-book collection with your friends and family.</p>",
"tags": ["media", "server", "books", "ebooks", "android", "ios", "web", "browser", "media management", "media organizer", "media collection", "media library", "media manager"],
"repository": "https://github.com/linuxserver/docker-kavita",
"image": "https://hub.docker.com/r/linuxserver/kavita",
"supported_architectures": ["amd64", "arm64"]
}
Binary file added servapps/Kavita/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Kavita/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Kavita/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Kavita/screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Kavita/screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Kavita/screenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Kavita/screenshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Kavita/screenshots/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Kavita/screenshots/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d09b97e

Please sign in to comment.