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:
Filipe Doutel Silva 2023-02-28 07:50:03 +01:00 committed by GitHub
parent 81c759f0e3
commit 2972e1df53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 109 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
.idea/
.DS_Store .DS_Store

108
Apps/Tautulli/appfile.json Normal file
View File

@ -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": ""
}

BIN
Apps/Tautulli/icon.png Normal file

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

BIN
Apps/Tautulli/thumbnail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB