Explorar o código

Create kavita.json (#141)

Macley %!s(int64=2) %!d(string=hai) anos
pai
achega
242ae14b1a

+ 2 - 1
docs/AppList.md

@@ -4,7 +4,7 @@ List of all apps included in this project with info related to it.
 
 |**Arm32:**          |**Arm64:**|**Amd64:**|**Total:**|
 |:-------------------|:--------:|:--------:|:--------:|
-| 187 apps | 211 apps | 211 apps | 213 apps |
+| 188 apps | 212 apps | 212 apps | 214 apps |
 
 ---
 
@@ -95,6 +95,7 @@ List of all apps included in this project with info related to it.
 |[Jellyfin](https://jellyfin.org/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-jellyfin) |  |  |  |
 |[Jellyseerr](https://github.com/Fallenbagel/jellyseerr)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/r/fallenbagel/jellyseerr) |  |  |  |
 |[Jellyfin-Accounts](https://jfa-go.com/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://wiki.jfa-go.com/) |  |  |  |
+|[Kavita](https://www.kavitareader.com/#home)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://wiki.kavitareader.com/en/install/docker-install) |  |  |  |
 |[Klipper[Testing], Mainsail, Moonraker](https://hub.docker.com/r/mkuf/klipper)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Stack| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/r/mkuf/klipper) |  | [![](../build/images/script_icon.png)](../tools/install_klipper.sh) |  |
 |[Kodi Headless](https://kodi.tv/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/r/lsioarmhf/kodi-headless-aarch64/) |  |  |  |
 |[Komga](https://github.com/gotson/komga)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://komga.org/) |  |  |  |

+ 43 - 0
pi-hosted_template/template/portainer-v2.json

@@ -2820,6 +2820,49 @@
 			],
 			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/Fallenbagel/jellyseerr\" target=\"_blank\">https://github.com/Fallenbagel/jellyseerr</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/fallenbagel/jellyseerr\" target=\"_blank\">https://hub.docker.com/r/fallenbagel/jellyseerr</a><br><br><br>"
 		},
+		{
+			"categories": [
+				"Library",
+				"Books"
+			],
+			"description": "Kavita is a fast, feature rich, cross platform reading server.",
+			"image": "kizaing/kavita:latest",
+			"logo": "https://raw.githubusercontent.com/Kareadita/Kavita/develop/Logo/kavita.svg",
+			"name": "Kavita",
+			"platform": "linux",
+			"ports": [
+				"5002:5000/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Kavita",
+			"type": 1,
+			"env": [
+				{
+					"default": "Your/Timezone",
+					"label": "Timezone",
+					"name": "TZ"
+				}
+			],
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/manga",
+					"container": "/manga"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/comics",
+					"container": "/comics"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/books",
+					"container": "/books"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/config",
+					"container": "/kavita/config"
+				}
+			],
+			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.kavitareader.com/#home\" target=\"_blank\">https://www.kavitareader.com/#home</a><br><b>Official Docker Documentation: </b><a href=\"https://wiki.kavitareader.com/en/install/docker-install\" target=\"_blank\">https://wiki.kavitareader.com/en/install/docker-install</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",

+ 46 - 0
template/apps/kavita.json

@@ -0,0 +1,46 @@
+{
+	"categories": [
+		"Library",
+		"Books"
+	],
+	"description": "Kavita is a fast, feature rich, cross platform reading server.",
+	"image_arm32": "kizaing/kavita:latest",
+	"image_arm64": "kizaing/kavita:latest",
+	"image_amd64": "kizaing/kavita:latest",
+	"logo": "https://raw.githubusercontent.com/Kareadita/Kavita/develop/Logo/kavita.svg",
+	"name": "Kavita",
+	"officialDoc": "https://wiki.kavitareader.com/en/install/docker-install",
+	"platform": "linux",
+	"ports": [
+		"5002:5000/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "Kavita",
+	"type": 1,
+	"env": [
+		{
+			"default": "Your/Timezone",
+			"label": "Timezone",
+			"name": "TZ"
+		}
+  ],
+	"volumes": [
+		{
+      "bind": "/portainer/Files/AppData/Config/Kavita/manga",
+			"container": "/manga"
+		},
+		{
+      "bind": "/portainer/Files/AppData/Config/Kavita/comics",
+			"container": "/comics"
+		},
+		{
+      "bind": "/portainer/Files/AppData/Config/Kavita/books",
+			"container": "/books"
+		},
+		{
+      "bind": "/portainer/Files/AppData/Config/Kavita/config",
+			"container": "/kavita/config"
+		}
+	],
+	"webpage": "https://www.kavitareader.com/#home"
+}

+ 43 - 0
template/portainer-v2-amd64.json

@@ -3574,6 +3574,49 @@
 			],
 			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/Fallenbagel/jellyseerr\" target=\"_blank\">https://github.com/Fallenbagel/jellyseerr</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/fallenbagel/jellyseerr\" target=\"_blank\">https://hub.docker.com/r/fallenbagel/jellyseerr</a><br><br><br>"
 		},
+		{
+			"categories": [
+				"Library",
+				"Books"
+			],
+			"description": "Kavita is a fast, feature rich, cross platform reading server.",
+			"image": "kizaing/kavita:latest",
+			"logo": "https://raw.githubusercontent.com/Kareadita/Kavita/develop/Logo/kavita.svg",
+			"name": "Kavita",
+			"platform": "linux",
+			"ports": [
+				"5002:5000/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Kavita",
+			"type": 1,
+			"env": [
+				{
+					"default": "Your/Timezone",
+					"label": "Timezone",
+					"name": "TZ"
+				}
+			],
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/manga",
+					"container": "/manga"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/comics",
+					"container": "/comics"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/books",
+					"container": "/books"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/config",
+					"container": "/kavita/config"
+				}
+			],
+			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.kavitareader.com/#home\" target=\"_blank\">https://www.kavitareader.com/#home</a><br><b>Official Docker Documentation: </b><a href=\"https://wiki.kavitareader.com/en/install/docker-install\" target=\"_blank\">https://wiki.kavitareader.com/en/install/docker-install</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",

+ 43 - 0
template/portainer-v2-arm32.json

@@ -2820,6 +2820,49 @@
 			],
 			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/Fallenbagel/jellyseerr\" target=\"_blank\">https://github.com/Fallenbagel/jellyseerr</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/fallenbagel/jellyseerr\" target=\"_blank\">https://hub.docker.com/r/fallenbagel/jellyseerr</a><br><br><br>"
 		},
+		{
+			"categories": [
+				"Library",
+				"Books"
+			],
+			"description": "Kavita is a fast, feature rich, cross platform reading server.",
+			"image": "kizaing/kavita:latest",
+			"logo": "https://raw.githubusercontent.com/Kareadita/Kavita/develop/Logo/kavita.svg",
+			"name": "Kavita",
+			"platform": "linux",
+			"ports": [
+				"5002:5000/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Kavita",
+			"type": 1,
+			"env": [
+				{
+					"default": "Your/Timezone",
+					"label": "Timezone",
+					"name": "TZ"
+				}
+			],
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/manga",
+					"container": "/manga"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/comics",
+					"container": "/comics"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/books",
+					"container": "/books"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/config",
+					"container": "/kavita/config"
+				}
+			],
+			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.kavitareader.com/#home\" target=\"_blank\">https://www.kavitareader.com/#home</a><br><b>Official Docker Documentation: </b><a href=\"https://wiki.kavitareader.com/en/install/docker-install\" target=\"_blank\">https://wiki.kavitareader.com/en/install/docker-install</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",

+ 43 - 0
template/portainer-v2-arm64.json

@@ -3556,6 +3556,49 @@
 			],
 			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/Fallenbagel/jellyseerr\" target=\"_blank\">https://github.com/Fallenbagel/jellyseerr</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/fallenbagel/jellyseerr\" target=\"_blank\">https://hub.docker.com/r/fallenbagel/jellyseerr</a><br><br><br>"
 		},
+		{
+			"categories": [
+				"Library",
+				"Books"
+			],
+			"description": "Kavita is a fast, feature rich, cross platform reading server.",
+			"image": "kizaing/kavita:latest",
+			"logo": "https://raw.githubusercontent.com/Kareadita/Kavita/develop/Logo/kavita.svg",
+			"name": "Kavita",
+			"platform": "linux",
+			"ports": [
+				"5002:5000/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Kavita",
+			"type": 1,
+			"env": [
+				{
+					"default": "Your/Timezone",
+					"label": "Timezone",
+					"name": "TZ"
+				}
+			],
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/manga",
+					"container": "/manga"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/comics",
+					"container": "/comics"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/books",
+					"container": "/books"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Kavita/config",
+					"container": "/kavita/config"
+				}
+			],
+			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.kavitareader.com/#home\" target=\"_blank\">https://www.kavitareader.com/#home</a><br><b>Official Docker Documentation: </b><a href=\"https://wiki.kavitareader.com/en/install/docker-install\" target=\"_blank\">https://wiki.kavitareader.com/en/install/docker-install</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",