omv plex_显示有关Plex信息的仪表板

omv plex

Vue资讯主页(名称待定) (vue-dashboard (Name TBD))

A Dashboard for showing information about a Plex, Tautulli, Sonarr and Radarr Media server.

显示有关Plex,Tautulli,Sonarr和Radarr Media服务器的信息的仪表板。

calendar

queue

构建设置 (Build Setup)

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

用法 (Usage)

Requires Plex, Tautulli, Sonarr and Radarr

需要Plex,Tautulli,Sonarr和Radarr

# make sure to create static/php/Config/conf.php
<?php

  $API_KEY_SONARR = "<YOUR API KEY>";
  $API_KEY_RADARR = "<YOUR API KEY>";
  $API_KEY_TAUTULLI = "<YOUR API KEY>";
  $API_KEY_TMDB = "<YOUR API KEY>";

  $CONNECTION  = "<http|https>";
  $SONARR_HOST = "<IP>";
  $RADARR_HOST = "<IP>";
  $TAUTULLI_HOST = "<IP>";
  $SONARR_PORT = "<PORT>";
  $RADARR_PORT = "<PORT>";
  $TAUTULLI_PORT = "<PORT>";
  $SONARR_BASE = "<BASE PATH [FOR REVERSE PROXY - LEAVE BLANK FOR DEFAULT]>";
  $RADARR_BASE = "<BASE PATH [FOR REVERSE PROXY - LEAVE BLANK FOR DEFAULT]>";
  $TAUTULLI_BASE = "<BASE PATH [FOR REVERSE PROXY - LEAVE BLANK FOR DEFAULT]>";

  $SONARR = $CONNECTION . "://" . $SONARR_HOST . ":" . $SONARR_PORT . $SONARR_BASE;
  $RADARR = $CONNECTION . "://" . $RADARR_HOST . ":" . $RADARR_PORT . $RADARR_BASE;
  $TAUTULLI = $CONNECTION . "://" . $TAUTULLI_HOST . ":" . $TAUTULLI_PORT . $TAUTULLI_BASE;

?>
# build for production with minification
npm run build

# upload contents of `dist/` to web server
scp -r dist <username>@<hostname>:<destination path>

翻译自: https://vuejsexamples.com/a-dashboard-for-showing-information-about-a-plex/

omv plex

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值