HH-620: expose SSClash Web UI on port 9091 (#3)
Docker image / Test (push) Successful in 40s
Docker image / Build and publish (push) Failing after 23s

This commit was merged in pull request #3.
This commit is contained in:
2026-08-24 17:57:11 +08:00
parent 39f1841bc8
commit d61799d180
8 changed files with 592 additions and 39 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
IMAGE_NAME=mohomo-docker:local
CONTAINER_NAME=mohomo-docker
SUBSCRIPTION_URL=https://subscription.example.invalid/mihomo
PROXY_BIND=0.0.0.0
SSCLASH_PASSWORD=
# 9091 is always host-loopback; expose it through a host HTTPS reverse proxy.
WEB_PORT=9091
# Public opt-in: use 0.0.0.0 only behind a trusted-network firewall/ACL.
PROXY_BIND=127.0.0.1
PROXY_PORT=7890