Add Tautulli app (#12)
Co-authored-by: Filipe <filipe.doutel-silva@stiilt.com> Co-authored-by: John Guan <Guan.Ningchuan@gmail.com>
This commit is contained in:
parent
81c759f0e3
commit
2972e1df53
|
@ -1,2 +1,2 @@
|
||||||
|
.idea/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
@ -0,0 +1,108 @@
|
||||||
|
{
|
||||||
|
"version": "1.0",
|
||||||
|
"title": "Tautulli",
|
||||||
|
"name": "tautulli",
|
||||||
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/icon.png",
|
||||||
|
"tagline": "Monitor your Plex Media Server and much more.",
|
||||||
|
"overview": "Tautulli is a 3rd party application that you can run alongside your Plex Media Server to monitor activity and track various statistics.",
|
||||||
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/thumbnail.png",
|
||||||
|
"screenshots": [
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-1.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-2.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-3.png",
|
||||||
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-4.png"
|
||||||
|
],
|
||||||
|
"category": [
|
||||||
|
"Media"
|
||||||
|
],
|
||||||
|
"developer": {
|
||||||
|
"name": "Tautulli Team",
|
||||||
|
"website": "https://tautulli.com/",
|
||||||
|
"donate_text": "Donate",
|
||||||
|
"donate_link": "https://www.patreon.com/Tautulli"
|
||||||
|
},
|
||||||
|
"adaptor": {
|
||||||
|
"name": "Triskae",
|
||||||
|
"website": "",
|
||||||
|
"donate_text": "",
|
||||||
|
"donate_link": ""
|
||||||
|
},
|
||||||
|
"support": "https://discord.com/invite/tQcWEUp",
|
||||||
|
"website": "https://tautulli.com/",
|
||||||
|
"container": {
|
||||||
|
"image": "linuxserver/tautulli:latest",
|
||||||
|
"shell": "bash",
|
||||||
|
"privileged": false,
|
||||||
|
"network_model": "bridge",
|
||||||
|
"web_ui": {
|
||||||
|
"http": "8181",
|
||||||
|
"path": "/"
|
||||||
|
},
|
||||||
|
"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": "8181",
|
||||||
|
"host": "8181",
|
||||||
|
"protocol": "tcp",
|
||||||
|
"allocation": "automatic",
|
||||||
|
"configurable": "no",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"host": "/DATA/AppData/$AppID/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": "Tautulli",
|
||||||
|
"cmd": []
|
||||||
|
},
|
||||||
|
"abilities": {
|
||||||
|
"notification": false,
|
||||||
|
"widgets": false,
|
||||||
|
"authentication": false,
|
||||||
|
"search": false,
|
||||||
|
"upnp": false
|
||||||
|
},
|
||||||
|
"tips": {
|
||||||
|
"before_install": []
|
||||||
|
},
|
||||||
|
"changelog": {
|
||||||
|
"latest_updates": "",
|
||||||
|
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/changelog.txt"
|
||||||
|
},
|
||||||
|
"latest_update_date": ""
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
Binary file not shown.
After Width: | Height: | Size: 601 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
Loading…
Reference in New Issue