diff --git a/.gitignore b/.gitignore index 9bea433..f32e31a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ - +.idea/ .DS_Store diff --git a/Apps/Tautulli/appfile.json b/Apps/Tautulli/appfile.json new file mode 100644 index 0000000..f624583 --- /dev/null +++ b/Apps/Tautulli/appfile.json @@ -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": "" +} diff --git a/Apps/Tautulli/icon.png b/Apps/Tautulli/icon.png new file mode 100644 index 0000000..439704b Binary files /dev/null and b/Apps/Tautulli/icon.png differ diff --git a/Apps/Tautulli/screenshot-1.png b/Apps/Tautulli/screenshot-1.png new file mode 100644 index 0000000..d064fd0 Binary files /dev/null and b/Apps/Tautulli/screenshot-1.png differ diff --git a/Apps/Tautulli/screenshot-2.png b/Apps/Tautulli/screenshot-2.png new file mode 100644 index 0000000..c2087c8 Binary files /dev/null and b/Apps/Tautulli/screenshot-2.png differ diff --git a/Apps/Tautulli/screenshot-3.png b/Apps/Tautulli/screenshot-3.png new file mode 100644 index 0000000..23788b1 Binary files /dev/null and b/Apps/Tautulli/screenshot-3.png differ diff --git a/Apps/Tautulli/screenshot-4.png b/Apps/Tautulli/screenshot-4.png new file mode 100644 index 0000000..0ddeb99 Binary files /dev/null and b/Apps/Tautulli/screenshot-4.png differ diff --git a/Apps/Tautulli/thumbnail.png b/Apps/Tautulli/thumbnail.png new file mode 100644 index 0000000..91e2962 Binary files /dev/null and b/Apps/Tautulli/thumbnail.png differ