1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 04:31:05 +08:00
pooneyy 24ed5c9e9d
feat(apps): add description field to all application data files
- 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
2025-11-06 22:24:44 +08:00
..

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