mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 16:01:01 +00:00
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.
5 lines
79 B
Bash
Executable File
5 lines
79 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
echo "RSSHub init preflight completed."
|