Files
pi-hosted/template/apps/readarr.json
2023-06-18 15:23:41 -04:00

52 lines
1.1 KiB
JSON

{
"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_arm64": "lscr.io/linuxserver/readarr:develop",
"image_amd64": "lscr.io/linuxserver/readarr:develop",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/Readarr.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/"
}