2022-02-23 00:00:46 -03:00
{
"categories" : [
"Other" ,
"Tools"
] ,
"description" : "Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff." ,
2022-08-21 21:09:22 +01:00
"image_arm64" : "linuxserver/embystat:latest" ,
"image_amd64" : "linuxserver/embystat:latest" ,
2022-02-23 00:00:46 -03:00
"logo" : "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/embystat.png" ,
"name" : "embystat" ,
"note" : "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services." ,
"officialDoc" : "https://docs.linuxserver.io/images/docker-embystat" ,
"platform" : "linux" ,
"ports" : [
"6555:6555/tcp"
] ,
"restart_policy" : "unless-stopped" ,
"title" : "EmbyStat" ,
"type" : 1 ,
"volumes" : [
{
"bind" : "/portainer/Files/AppData/Config/EmbyStat" ,
"container" : "/config"
}
] ,
"webpage" : "https://github.com/mregni/EmbyStat"
}