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贊助商(首選)上反復出現的捐贈。謝謝你! ❤️
要了解有關該項目中使用的一些工具的更多信息,請查看以下資源: