2022-08-16 08:01:49 +00:00
{
"version" : "2.0" ,
"title" : "Readarr" ,
"name" : "Readarr" ,
"icon" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/icon.png" ,
"tagline" : "Ebook and audiobook collection manager for Usenet and BitTorrent users. " ,
"overview" : "Readarr is a ebook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab, sort, and rename them." ,
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/thumbnail.png" ,
"screenshots" : [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-1.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-2.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-3.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-4.png"
] ,
"category" : [
2022-08-17 08:17:20 +00:00
"Media"
2022-08-16 08:01:49 +00:00
] ,
"developer" : {
"name" : "Readarr Team" ,
"website" : "https://readarr.com/" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"adaptor" : {
"name" : "CasaOS Team" ,
"website" : "https://www.casaos.io" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"support" : "" ,
"website" : "" ,
"container" : {
2022-08-22 05:46:32 +00:00
"image" : "linuxserver/readarr:0.1.1-nightly" ,
2022-08-16 08:01:49 +00:00
"shell" : "sh" ,
"privileged" : false ,
"network_model" : "bridge" ,
"web_ui" : {
"http" : "8787" ,
"path" : ""
} ,
"health_check" : "" ,
"envs" : [
{
"key" : "PUID" ,
"value" : "1000" ,
"description" : "" ,
"configurable" : "no"
} ,
{
"key" : "PGID" ,
"value" : "1000" ,
"description" : "" ,
"configurable" : "no"
} ,
{
"key" : "TZ" ,
"value" : "Europe/London" ,
"description" : "" ,
"configurable" : "no"
}
] ,
"ports" : [
{
"container" : "8787" ,
"host" : "8787" ,
"type" : "tcp" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
}
] ,
"volumes" : [
{
"container" : "/config" ,
"host" : "/DATA/AppData/readarr/config" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
} ,
{
"container" : "/books" ,
"host" : "/path/to/books" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
} ,
{
"container" : "/downloads" ,
"host" : "/DATA/Downloads" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
}
] ,
"devices" : [ ] ,
"constraints" : {
"min_memory" : 64 ,
"min_storage" : 128
} ,
"restart_policy" : "unless-stopped" ,
"sysctls" : [ ] ,
2023-03-07 00:52:47 +00:00
"cap_add" : [ ] ,
2022-08-16 08:01:49 +00:00
"labels" : [ ] ,
"host_name" : "Readarr" ,
"cmd" : [ ]
} ,
"abilities" : {
"notification" : false ,
"widgets" : false ,
"authentication" : false ,
"search" : false ,
"upnp" : false
} ,
"tips" : {
"before_install" : [ ]
} ,
"changelog" : {
"latest_updates" : "" ,
"url" : ""
} ,
"latest_update_date" : ""
}