add 12 apps
Before Width: | Height: | Size: 669 KiB After Width: | Height: | Size: 309 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 220 KiB |
|
@ -0,0 +1,125 @@
|
||||||
|
{
|
||||||
|
"version": "2.0",
|
||||||
|
"title": "Bazarr",
|
||||||
|
"name": "Bazarr",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/icon.png",
|
||||||
|
"tagline": "Letter generators for Sonarr and Radarr",
|
||||||
|
"overview": "Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.",
|
||||||
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/thumbnail.png",
|
||||||
|
"screenshots": [
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-1.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-2.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-3.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-4.png"
|
||||||
|
],
|
||||||
|
"category": [
|
||||||
|
"Media"
|
||||||
|
],
|
||||||
|
"developer": {
|
||||||
|
"name": "Sabnzbd Team",
|
||||||
|
"website": "https://sabnzbd.org/",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "CasaOS Team",
|
||||||
|
"website": "https://www.casaos.io",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "",
|
||||||
|
"website": "",
|
||||||
|
"container": {
|
||||||
|
"image": "lscr.io/linuxserver/bazarr:latest",
|
||||||
|
"shell": "sh",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "6767",
|
||||||
|
"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": "6767",
|
||||||
|
"host": "6767",
|
||||||
|
"type": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/movies",
|
||||||
|
"host": "/DATA/Media/Movies",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/tv",
|
||||||
|
"host": "/DATA/Media/TV Shows",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/bazarr/config",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"devices": [],
|
||||||
|
"constraints": {
|
||||||
|
"min_memory": 64,
|
||||||
|
"min_storage": 128
|
||||||
|
},
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"sysctls": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"labels": [],
|
||||||
|
"host_name": "Bazarr",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 216 KiB |
After Width: | Height: | Size: 198 KiB |
|
@ -0,0 +1,108 @@
|
||||||
|
{
|
||||||
|
"version": "2.0",
|
||||||
|
"title": "Embystat",
|
||||||
|
"name": "Embystat",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/icon.png",
|
||||||
|
"tagline": "Calculate all kinds of statistics from your (local) Emby or Jellyfin server",
|
||||||
|
"overview": "EmbyStat is a personal web server that can calculate all kinds of statistics from your (local) Emby or Jellyfin server. Just install this on your server and let him calculate all kinds of fun stuff. This project is still in Alpha phase, but feel free to pull in on your computer and test it out yourself. When the time is right I will host a full informational website/release for common platforms and Wiki pages.",
|
||||||
|
"thumbnail": "",
|
||||||
|
"screenshots": [
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/screenshot-1.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/screenshot-2.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/screenshot-3.png"
|
||||||
|
],
|
||||||
|
"category": [
|
||||||
|
"Analytics"
|
||||||
|
],
|
||||||
|
"developer": {
|
||||||
|
"name": "Embystart Team",
|
||||||
|
"website": "",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "CasaOS Team",
|
||||||
|
"website": "https://www.casaos.io",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "",
|
||||||
|
"website": "",
|
||||||
|
"container": {
|
||||||
|
"image": "lscr.io/linuxserver/embystat:latest",
|
||||||
|
"shell": "sh",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "6555",
|
||||||
|
"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": "6555",
|
||||||
|
"host": "6555",
|
||||||
|
"type": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/embystat/config",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"devices": [],
|
||||||
|
"constraints": {
|
||||||
|
"min_memory": 64,
|
||||||
|
"min_storage": 128
|
||||||
|
},
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"sysctls": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"labels": [],
|
||||||
|
"host_name": "Embystat",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 1.4 MiB |
After Width: | Height: | Size: 2.2 MiB |
After Width: | Height: | Size: 277 KiB |
|
@ -0,0 +1,128 @@
|
||||||
|
{
|
||||||
|
"version": "2.0",
|
||||||
|
"title": "Lazylibrarian",
|
||||||
|
"name": "Lazylibrarian",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/icon.png",
|
||||||
|
"tagline": "eBook Auto Downloader",
|
||||||
|
"overview": "Lazylibrarian is a program to follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info. This container is based on the DobyTang fork.",
|
||||||
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/thumbnail.png",
|
||||||
|
"screenshots": [
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-1.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-2.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-3.png"
|
||||||
|
],
|
||||||
|
"category": [],
|
||||||
|
"developer": {
|
||||||
|
"name": "Lazylibrarian Team",
|
||||||
|
"website": "",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "asaOS Team",
|
||||||
|
"website": "https://www.casaos.io",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "",
|
||||||
|
"website": "",
|
||||||
|
"container": {
|
||||||
|
"image": "lscr.io/linuxserver/lazylibrarian:latest",
|
||||||
|
"shell": "sh",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "5299",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "DOCKER_MODS",
|
||||||
|
"value": "linuxserver/calibre-web:calibre|linuxserver/mods:lazylibrarian-ffmpeg",
|
||||||
|
"description": "",
|
||||||
|
"configurable": "no"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ports": [
|
||||||
|
{
|
||||||
|
"container": "5299",
|
||||||
|
"host": "5299",
|
||||||
|
"type": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/downloads",
|
||||||
|
"host": "/DATA/Downloads",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/books",
|
||||||
|
"host": "/path/to/data",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/lazylibrarian/config",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"devices": [],
|
||||||
|
"constraints": {
|
||||||
|
"min_memory": 64,
|
||||||
|
"min_storage": 128
|
||||||
|
},
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"sysctls": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"labels": [],
|
||||||
|
"host_name": "Lazylibrarian",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 274 KiB |
After Width: | Height: | Size: 226 KiB |
After Width: | Height: | Size: 201 KiB |
After Width: | Height: | Size: 248 KiB |
|
@ -0,0 +1,122 @@
|
||||||
|
{
|
||||||
|
"version": "2.0",
|
||||||
|
"title": "Lidarr",
|
||||||
|
"name": "Lidarr",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/icon.png",
|
||||||
|
"tagline": "Music collection manager for Usenet and BitTorrent users",
|
||||||
|
"overview": "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new albums from your favorite artists and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available.",
|
||||||
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/thumbnail.png",
|
||||||
|
"screenshots": [
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/screenshot-1.jpg",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/screenshot-2.jpg",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/screenshot-3.jpg"
|
||||||
|
],
|
||||||
|
"category": ["Downloader"],
|
||||||
|
"developer": {
|
||||||
|
"name": "lidarr Team",
|
||||||
|
"website": "http://lidarr.audio/",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "CasaOS Team",
|
||||||
|
"website": "https://www.casaos.io",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "",
|
||||||
|
"website": "",
|
||||||
|
"container": {
|
||||||
|
"image": "lscr.io/linuxserver/lidarr:latest",
|
||||||
|
"shell": "sh",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "8686",
|
||||||
|
"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": "8686",
|
||||||
|
"host": "8686",
|
||||||
|
"type": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/lidarr/config",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/music",
|
||||||
|
"host": "/DATA/Media/Music",
|
||||||
|
"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": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"labels": [],
|
||||||
|
"host_name": "Lidarr",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 143 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 336 KiB |
|
@ -0,0 +1,119 @@
|
||||||
|
{
|
||||||
|
"version": "2.0",
|
||||||
|
"title": "Mylar3",
|
||||||
|
"name": "Mylar3",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/icon.png",
|
||||||
|
"tagline": "Automatic comic book (cbr/cbz) downloader",
|
||||||
|
"overview": "Mylar is an automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents. Mylar allows you to create a watchlist of series that it monitors for various things (new issues, updated information, etc). It will grab, sort, and rename downloaded issues. It will also allow you to monitor weekly pull-lists for items belonging to said watchlisted series to download, as well as being able to monitor and maintain story-arcs.",
|
||||||
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/thumbnail.png",
|
||||||
|
"screenshots": [
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-1.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-2.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-3.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-4.png"
|
||||||
|
],
|
||||||
|
"category": [
|
||||||
|
"Downloader"
|
||||||
|
],
|
||||||
|
"developer": {
|
||||||
|
"name": "Mylar3 Team",
|
||||||
|
"website": "",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "CasaOS Team",
|
||||||
|
"website": "https://www.casaos.io",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "",
|
||||||
|
"website": "",
|
||||||
|
"container": {
|
||||||
|
"image": "lscr.io/linuxserver/mylar3:latest",
|
||||||
|
"shell": "sh",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "8090",
|
||||||
|
"path": ""
|
||||||
|
},
|
||||||
|
"health_check": "",
|
||||||
|
"envs": [
|
||||||
|
{
|
||||||
|
"key": "PUID",
|
||||||
|
"value": "1000",
|
||||||
|
"description": "",
|
||||||
|
"configurable": "no"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "PGID",
|
||||||
|
"value": "1000",
|
||||||
|
"description": "",
|
||||||
|
"configurable": "no"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ports": [
|
||||||
|
{
|
||||||
|
"container": "8090",
|
||||||
|
"host": "8090",
|
||||||
|
"type": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/mylar3/config",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/comics",
|
||||||
|
"host": "/path/to/comics",
|
||||||
|
"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": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"labels": [],
|
||||||
|
"host_name": "Mylar3",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 487 KiB |
After Width: | Height: | Size: 432 KiB |
After Width: | Height: | Size: 283 KiB |
After Width: | Height: | Size: 297 KiB |
After Width: | Height: | Size: 318 KiB |
|
@ -0,0 +1,127 @@
|
||||||
|
{
|
||||||
|
"version": "2.0",
|
||||||
|
"title": "Nzbget",
|
||||||
|
"name": "Nzbget",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/icon.png",
|
||||||
|
"tagline": "Efficient Usenet downloader",
|
||||||
|
"overview": "NZBGet can run on almost any device - classic PC, NAS, media player, SAT-receiver, WLAN-router, etc. The download area provides precompiled binaries for Windows, macOS, Linux (compatible with many CPUs and platform variants), FreeBSD and Android. For other platforms the program can be compiled from sources.",
|
||||||
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/thumbnail.png",
|
||||||
|
"screenshots": [
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-1.jpg",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-2.jpg",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-3.jpg",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-4.jpg"
|
||||||
|
],
|
||||||
|
"category": [],
|
||||||
|
"developer": {
|
||||||
|
"name": " Nzbget Team",
|
||||||
|
"website": "https://nzbget.net/ ",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "CasaOS Team",
|
||||||
|
"website": "https://www.casaos.io",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "",
|
||||||
|
"website": "",
|
||||||
|
"container": {
|
||||||
|
"image": "lscr.io/linuxserver/nzbget:latest",
|
||||||
|
"shell": "sh",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "6789",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "NZBGET_USER",
|
||||||
|
"value": "nzbget",
|
||||||
|
"description": "",
|
||||||
|
"configurable": "no"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "NZBGET_PASS",
|
||||||
|
"value": "tegbzn6789",
|
||||||
|
"description": "",
|
||||||
|
"configurable": "no"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ports": [
|
||||||
|
{
|
||||||
|
"container": "6789",
|
||||||
|
"host": "6789",
|
||||||
|
"type": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/nzbget/config",
|
||||||
|
"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": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"labels": [],
|
||||||
|
"host_name": "Nzbget",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 181 KiB |
After Width: | Height: | Size: 128 KiB |
After Width: | Height: | Size: 134 KiB |
After Width: | Height: | Size: 545 KiB |
After Width: | Height: | Size: 203 KiB |
|
@ -0,0 +1,114 @@
|
||||||
|
{
|
||||||
|
"version": "2.0",
|
||||||
|
"title": "Ombi",
|
||||||
|
"name": "Ombi",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/icon.png",
|
||||||
|
"tagline": "Friendly media request tool, automatically syncs with your media servers! ",
|
||||||
|
"overview": "Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.",
|
||||||
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/thumbnail.png",
|
||||||
|
"screenshots": [
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-1.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-2.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-3.png"
|
||||||
|
],
|
||||||
|
"category": [
|
||||||
|
"Media"
|
||||||
|
],
|
||||||
|
"developer": {
|
||||||
|
"name": "Sabnzbd Team",
|
||||||
|
"website": "https://sabnzbd.org/",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "CasaOS Team",
|
||||||
|
"website": "https://www.casaos.io",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "",
|
||||||
|
"website": "",
|
||||||
|
"container": {
|
||||||
|
"image": "lscr.io/linuxserver/ombi:latest",
|
||||||
|
"shell": "sh",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "3579",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "BASE_URL",
|
||||||
|
"value": "/ombi",
|
||||||
|
"description": "",
|
||||||
|
"configurable": "no"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ports": [
|
||||||
|
{
|
||||||
|
"container": "3579",
|
||||||
|
"host": "3579",
|
||||||
|
"type": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/ombi/config",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"devices": [],
|
||||||
|
"constraints": {
|
||||||
|
"min_memory": 64,
|
||||||
|
"min_storage": 128
|
||||||
|
},
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"sysctls": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"labels": [],
|
||||||
|
"host_name": "Ombi",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 306 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 29 KiB |
|
@ -0,0 +1,105 @@
|
||||||
|
{
|
||||||
|
"version": "2.0",
|
||||||
|
"title": "Prowlarr",
|
||||||
|
"name": "Prowlarr",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/icon.png",
|
||||||
|
"tagline": "Integration of various PVR applications",
|
||||||
|
"overview": "Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).",
|
||||||
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/thumbnail.png",
|
||||||
|
"screenshots": [
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/screenshot-1.jpg",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/screenshot-2.jpg"
|
||||||
|
],
|
||||||
|
"category": ["Downloader"],
|
||||||
|
"developer": {
|
||||||
|
"name": "Prowlarr Team",
|
||||||
|
"website": "https://github.com/Prowlarr/Prowlarr",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "CasaOS Team",
|
||||||
|
"website": "https://www.casaos.io",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "",
|
||||||
|
"website": "",
|
||||||
|
"container": {
|
||||||
|
"image": "lscr.io/linuxserver/prowlarr:develop",
|
||||||
|
"shell": "sh",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "9696",
|
||||||
|
"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": "9696",
|
||||||
|
"host": "9696",
|
||||||
|
"type": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/prowlarr/config",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"devices": [],
|
||||||
|
"constraints": {
|
||||||
|
"min_memory": 64,
|
||||||
|
"min_storage": 128
|
||||||
|
},
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"sysctls": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"labels": [],
|
||||||
|
"host_name": "Prowlarr",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 55 KiB |
After Width: | Height: | Size: 210 KiB |
|
@ -0,0 +1,125 @@
|
||||||
|
{
|
||||||
|
"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": [
|
||||||
|
"Downloader"
|
||||||
|
],
|
||||||
|
"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": {
|
||||||
|
"image": "lscr.io/linuxserver/readarr:develop",
|
||||||
|
"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": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"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": ""
|
||||||
|
}
|
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 188 KiB |
After Width: | Height: | Size: 41 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 268 KiB |
|
@ -0,0 +1,128 @@
|
||||||
|
{
|
||||||
|
"version": "2.0",
|
||||||
|
"title": "Sabnzbd",
|
||||||
|
"name": "Sabnzbd",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/icon.png",
|
||||||
|
"tagline": "Free and easy binary newsreader",
|
||||||
|
"overview": "SABnzbd is an Open Source Binary Newsreader written in Python. It's totally free, easy to use, and works practically everywhere. SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction. SABnzbd offers an easy setup wizard and has self-analysis tools to verify your setup.",
|
||||||
|
"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/Sabnzbd/screenshot-1.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-2.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-3.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-4.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-5.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-6.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-7.png"
|
||||||
|
],
|
||||||
|
"category": [
|
||||||
|
"Media"
|
||||||
|
],
|
||||||
|
"developer": {
|
||||||
|
"name": "Sabnzbd Team",
|
||||||
|
"website": "https://sabnzbd.org/",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "CasaOS Team",
|
||||||
|
"website": "https://www.casaos.io",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "",
|
||||||
|
"website": "",
|
||||||
|
"container": {
|
||||||
|
"image": "lscr.io/linuxserver/sabnzbd:latest",
|
||||||
|
"shell": "sh",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "8089",
|
||||||
|
"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": "8080",
|
||||||
|
"host": "8089",
|
||||||
|
"type": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/incomplete-downloads",
|
||||||
|
"host": "/DATA/Downloads",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/sabnzbd/config",
|
||||||
|
"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": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"labels": [],
|
||||||
|
"host_name": "Sabnzbd",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 251 KiB |
|
@ -0,0 +1,126 @@
|
||||||
|
{
|
||||||
|
"version": "2.0",
|
||||||
|
"title": "Sickchill",
|
||||||
|
"name": "Sickchill",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/icon.png",
|
||||||
|
"tagline": "Automatic video library manager for TV Shows",
|
||||||
|
"overview": "SickChill is an automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic: automatic torrent/nzb searching, downloading, and processing at the qualities you want.",
|
||||||
|
"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/Sickchill/screenshot-1.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-2.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-3.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-4.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-5.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-6.png"],
|
||||||
|
"category": [
|
||||||
|
"Media"
|
||||||
|
],
|
||||||
|
"developer": {
|
||||||
|
"name": "Sickchill Team",
|
||||||
|
"website": "https://sickchill.github.io/",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "CasaOS Team",
|
||||||
|
"website": "https://www.casaos.io",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "",
|
||||||
|
"website": "",
|
||||||
|
"container": {
|
||||||
|
"image": "lscr.io/linuxserver/sickchill:latest",
|
||||||
|
"shell": "sh",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "8084",
|
||||||
|
"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": "8081",
|
||||||
|
"host": "8084",
|
||||||
|
"type": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/sickchill/config",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/downloads",
|
||||||
|
"host": "/DATA/Downloads",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/tv",
|
||||||
|
"host": "/DATA/Media/TV Shows",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"devices": [],
|
||||||
|
"constraints": {
|
||||||
|
"min_memory": 64,
|
||||||
|
"min_storage": 128
|
||||||
|
},
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"sysctls": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"labels": [],
|
||||||
|
"host_name": "Sickchill",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 566 KiB |
After Width: | Height: | Size: 410 KiB |
After Width: | Height: | Size: 518 KiB |
After Width: | Height: | Size: 456 KiB |
After Width: | Height: | Size: 307 KiB |
After Width: | Height: | Size: 234 KiB |
After Width: | Height: | Size: 286 KiB |
|
@ -0,0 +1,118 @@
|
||||||
|
{
|
||||||
|
"version": "2.0",
|
||||||
|
"title": "Smokeping",
|
||||||
|
"name": "Smokeping",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/icon.png",
|
||||||
|
"tagline": "Free open source network performance monitoring tool",
|
||||||
|
"overview": " keeps track of your network latency.",
|
||||||
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/thumbnail.png",
|
||||||
|
"screenshots": [
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-1.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-2.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-3.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-4.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-5.png"
|
||||||
|
],
|
||||||
|
"category": [
|
||||||
|
"Network"
|
||||||
|
],
|
||||||
|
"developer": {
|
||||||
|
"name": "Lazylibrarian Team",
|
||||||
|
"website": "",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "asaOS Team",
|
||||||
|
"website": "https://www.casaos.io",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "",
|
||||||
|
"website": "",
|
||||||
|
"container": {
|
||||||
|
"image": "lscr.io/linuxserver/smokeping:latest",
|
||||||
|
"shell": "sh",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "804",
|
||||||
|
"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": "80",
|
||||||
|
"host": "804",
|
||||||
|
"type": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/smokeping/config",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/data",
|
||||||
|
"host": "/DATA/AppData/smokeping/data",
|
||||||
|
"mode": "rw",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"devices": [],
|
||||||
|
"constraints": {
|
||||||
|
"min_memory": 64,
|
||||||
|
"min_storage": 128
|
||||||
|
},
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"sysctls": [],
|
||||||
|
"cap_add": [],
|
||||||
|
"labels": [],
|
||||||
|
"host_name": "Smokeping",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 203 KiB |
After Width: | Height: | Size: 401 KiB |
After Width: | Height: | Size: 546 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 254 KiB |
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 234 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 28 KiB |