1
0
Fork 0
1Panel-Appstore/apps/jproxy
pooneyy 9779122311
feat(apps): add structured label field to all application configurations
- add nested label field with en and zh translations for all parameters
- maintain existing labelEn and labelZh fields for backward compatibility
- apply consistent internationalization structure across all apps
- improve localization support for multi-language user interfaces
2025-11-06 23:35:02 +08:00
..
3.4.8 feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
README.md Merge QYG2297248353/appstore-1panel into pooneyy/1Panel-Appstore 2025-06-14 17:04:42 +08:00
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png Merge QYG2297248353/appstore-1panel into pooneyy/1Panel-Appstore 2025-06-14 17:04:42 +08:00

README.md

JProxy

介于 Sonarr / Radarr 和 Jackett / Prowlarr 之间的代理,主要用于优化查询和提升识别率

Sonarr

使用说明

默认用户名: 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

Ms Studio