|
@@ -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/"
|
|
|
+}
|