Files
appstore/apps/rsshub/latest/data.yml
T
okxlin eb71172009 Fix RSSHub external port toggle
Bind the RSSHub web port through HOST_IP so the 1Panel external access toggle controls the published address.

Keep the Browserless sidecar unexposed while declaring an empty ports list, which lets 1Panel populate HOST_IP even when it selects the sidecar service for common parameter injection.
2026-06-27 03:16:06 +08:00

88 lines
2.5 KiB
YAML

additionalProperties:
formFields:
- default: 40062
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: 'Port'
zh: '端口'
zh-Hant: '埠'
ja: 'ポート'
ko: '포트'
ru: 'Порт'
ms: 'Port'
pt-br: 'Porta'
required: true
rule: paramPort
type: number
- default: "127.0.0.1"
disabled: true
edit: true
envKey: HOST_IP
labelEn: Bind address managed by 1Panel
labelZh: 1Panel 管理的监听地址
label:
en: 'Bind address managed by 1Panel'
zh: '1Panel 管理的监听地址'
zh-Hant: '1Panel 管理的監聽位址'
ja: '1Panel が管理する待受アドレス'
ko: '1Panel 관리 바인드 주소'
ru: 'Адрес привязки, управляемый 1Panel'
ms: 'Alamat ikat diurus oleh 1Panel'
pt-br: 'Endereço de escuta gerenciado pelo 1Panel'
required: true
type: text
- default: ""
edit: true
envKey: REDIS_HOST
key: redis
labelEn: Redis Service
labelZh: Redis服务
label:
en: 'Redis Service'
zh: 'Redis服务'
zh-Hant: 'Redis 服務'
ja: 'Redis サービス'
ko: 'Redis 서비스'
ru: 'Сервис Redis'
ms: 'Perkhidmatan Redis'
pt-br: 'Serviço Redis'
required: true
type: service
- default: "6379"
edit: true
envKey: REDIS_PORT
labelEn: Redis Service Port
labelZh: Redis服务端口
label:
en: 'Redis Service Port'
zh: 'Redis服务端口'
zh-Hant: 'Redis 服務埠'
ja: 'Redis サービスポート'
ko: 'Redis 서비스 포트'
ru: 'Порт сервиса Redis'
ms: 'Port perkhidmatan Redis'
pt-br: 'Porta do serviço Redis'
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: REDIS_PASS
labelEn: Redis Service Password
labelZh: Redis服务密码
label:
en: 'Redis Service Password'
zh: 'Redis服务密码'
zh-Hant: 'Redis 服務密碼'
ja: 'Redis サービスパスワード'
ko: 'Redis 서비스 비밀번호'
ru: 'Пароль сервиса Redis'
ms: 'Kata laluan perkhidmatan Redis'
pt-br: 'Senha do serviço Redis'
required: true
rule: paramCommon
type: password