Add configurable stratum port (default 3333)

Exposes stratum-port in the StartOS config UI so users running
simpleproxy or another TCP forwarder can point Kamado at a
non-default port. Entrypoint substitutes the value into
ckpool.conf serverurl.

Also pins placeholder KAMADO_SHA in the Dockerfile — swap to a
real pushed commit before the first build.
This commit is contained in:
satoshi
2026-04-13 03:54:49 +03:00
parent 4064f9e56a
commit 54935bf638
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
# WILL fail until the KamadoPool source repo is pushed to GitHub.
ARG KAMADO_REPO=https://github.com/Relaxo143/KamadoPool.git
ARG KAMADO_SHA=REPLACE_ME_WITH_PUSHED_COMMIT_SHA
ARG KAMADO_SHA=0000000000000000000000000000000000000000
ARG ARCH
# ---------- stage 1: fetch source ----------