From bf11e6a48c1219f07565f3c1a7ff6b1a58cb8431 Mon Sep 17 00:00:00 2001 From: Marcel Goerentz <57457529+marcelGoerentz@users.noreply.github.com> Date: Sat, 17 Aug 2024 13:09:47 +0200 Subject: [PATCH] Kill all left behinds processes (#20) * Feature/save and kill processes (#18) * Update threadfin.go * Fix banner bug --- Dockerfile | 2 +- html/index.html | 1 - src/buffer.go | 77 ++++++++++++++++++++++++++++++++++++++----------- src/webUI.go | 60 +++++++++++++++++++------------------- threadfin.go | 72 +++++++++++++++++++++++++-------------------- 5 files changed, 131 insertions(+), 81 deletions(-) diff --git a/Dockerfile b/Dockerfile index e45cf50..22fdb59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,4 +80,4 @@ VOLUME $THREADFIN_TEMP EXPOSE $THREADFIN_PORT # Run the Threadfin executable -ENTRYPOINT ${THREADFIN_BIN}/threadfin -port=${THREADFIN_PORT} -config=${THREADFIN_CONF} -debug=${THREADFIN_DEBUG} \ No newline at end of file +ENTRYPOINT ${THREADFIN_BIN}/threadfin -port=${THREADFIN_PORT} -config=${THREADFIN_CONF} -debug=${THREADFIN_DEBUG} -branch=${BRANCH} \ No newline at end of file diff --git a/html/index.html b/html/index.html index 3557f5c..c6bfabf 100644 --- a/html/index.html +++ b/html/index.html @@ -22,7 +22,6 @@