Files
appstore/apps/rsshub/latest/.env.sample
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

7 lines
136 B
Bash

CONTAINER_NAME="rsshub"
HOST_IP="127.0.0.1"
PANEL_APP_PORT_HTTP="40062"
REDIS_HOST="127.0.0.1"
REDIS_PORT="6379"
REDIS_PASS="Redis_PWD"