plex rewind
v4.4.3
受Spotify包装和Tautulli之类的启发的PLEX Rewind应用程序。
使用Tautulli,Overseerr和Plex的数据,以美丽而有条理的方式以美丽而有条理的方式提供PLEX用户统计和习惯。您还可以禁用倒带功能,并将其用作易于共享的仪表板,可为您的PLEX用户使用,反之亦然!
请密切关注问题页面,以查看已经请求哪些新功能或提出您自己的请求!
docker-compose.yml ,然后运行docker compose up -d 。该应用程序将在http://localhost:8383提供。 services :
plex-rewind :
image : ghcr.io/raunot/plex-rewind:latest # :develop for the latest development version
container_name : plex-rewind
environment :
- NEXTAUTH_SECRET= # (required) used to encrypt auth JWT token, generate one with `openssl rand -base64 32`
- NEXTAUTH_URL=http://localhost:8383 # (required) change to your domain if you are exposing the app to the internet
- NEXT_PUBLIC_SITE_URL=http://localhost:8383 # (required) change to your domain if you are exposing the app to the internet
volumes :
- ./config:/app/config
ports :
- 8383:8383
restart : unless-stopped注意:如果遇到身份验证问题,请尝试将
NEXTAUTH_URL和NEXT_PUBLIC_SITE_URL设置为外部Docker IP,而不是Localhost。例如http://192.168.1.1:8383。
对于需要它的人,也可以在/api/status下可用一个简单的状态页面。
Plex Rewind也可以在社区应用商店中用于Unraid。搜索“ Plex Rewind”,然后从Grtgbln的存储库中安装它。
要更新,请运行docker compose pull ,然后docker compose up -d 。
可选地,您还可以使用Watchtower设置自动更新。
如果您喜欢这个项目并希望支持该项目,则可以通过PayPal进行一次捐赠或在Patreon或Github赞助商(首选)上反复出现的捐赠。谢谢你! ❤️
要了解有关该项目中使用的一些工具的更多信息,请查看以下资源: