- add english and chinese description fields to all application data files - standardize yaml formatting and indentation across all files - remove BOM characters from several files - fix tag indentation in multiple files - update architecture field formatting in DecoTV and wechat-selkies - fix crossVersionUpdate value from False to false in gitlab applications - improve description field formatting in billion-mail application |
||
|---|---|---|
| .. | ||
| 3.4.8 | ||
| README.md | ||
| data.yml | ||
| logo.png | ||
README.md
JProxy
介于 Sonarr / Radarr 和 Jackett / Prowlarr 之间的代理,主要用于优化查询和提升识别率
使用说明
默认用户名: jproxy
默认密码: jproxy@2023
安装说明
开启代理服务
在运行参数添加以下配置:
HTTP 代理
-Dhttp.proxyHost代理服务器地址-Dhttp.proxyPort代理服务器端口
示例:
-Xms512m -Xmx512m -Dhttp.proxyHost=192.168.1.1 -Dhttp.proxyPort=7890
SOCKS 代理
-DsocksProxyHost代理服务器地址-DsocksProxyPort代理服务器端口
示例:
-Xms512m -Xmx512m -DsocksProxyHost=192.168.1.1 -DsocksProxyPort=7890

