浏览代码

Create readarr.json (#370)

Chris P 2 年之前
父节点
当前提交
45a6674d72
共有 1 个文件被更改,包括 52 次插入0 次删除
  1. 52 0
      template/apps/readarr.json

+ 52 - 0
template/apps/readarr.json

@@ -0,0 +1,52 @@
+{
+	"categories": [
+		"Downloaders",
+    "Books"
+	],
+	"description": "Readarr is an eBook and audiobook collection manager for Usenet and BitTorrent users.",
+	"env": [
+		{
+			"default": "1000",
+			"label": "PUID",
+			"name": "PUID"
+		},
+		{
+			"default": "1000",
+			"label": "PGID",
+			"name": "PGID"
+		},
+		{
+			"default": "America/New_York",
+			"label": "Time Zone",
+			"name": "TZ"
+		}
+	],
+	"image_arm32": "lscr.io/linuxserver/readarr:develop",
+	"image_arm64": "lscr.io/linuxserver/readarr:develop",
+	"image_amd64": "lscr.io/linuxserver/readarr:develop",
+	"logo": "https://github.com/Readarr/Readarr/blob/63ccc155d67c98cf39fbb574783f3805f5459b49/Logo/1024.png",
+	"name": "readarr",
+	"officialDoc": "https://wiki.servarr.com/en/readarr",
+	"platform": "linux",
+	"ports": [
+		"8787:8787/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "readarr",
+	"type": 1,
+	"volumes": [
+		{
+			"bind": "/portainer/Files/AppData/Config/readarr",
+			"container": "/config"
+		},
+    {
+      "bind": "/mnt/Books",
+      "container": "/books"
+    },
+    {
+      "bind": "/portainer/Files/AppData/Config/readarr/downloads",
+			"container": "/downloads"
+		},
+	],
+	"webpage": "https://readarr.com/"
+}