From b022f7787d5a749746bbd0182aaa93951a19d55a Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:10:15 +0200 Subject: [PATCH 1/5] remove `ls` --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 109e2c5..a8f6c15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,4 @@ COPY . . COPY dist/${TARGETOS}/${TARGETARCH}/app . -RUN ls - CMD ["./app"] From f3f45750481aea13861c7d7ecc2ee396dee8e983 Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:21:21 +0200 Subject: [PATCH 2/5] update gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4c49bd7..7c792de 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .env +.git* +!.github \ No newline at end of file From a5d752360f10198e4bae66c1751bc20e25e5862c Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:22:20 +0200 Subject: [PATCH 3/5] update gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c792de..8a00847 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .env .git* -!.github \ No newline at end of file +!.github/* \ No newline at end of file From be80bfbc348446206fe18c9c7b74f13cef4a7967 Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:27:06 +0200 Subject: [PATCH 4/5] update gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8a00847..0499fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .env -.git* +.git*/* !.github/* \ No newline at end of file From 73d3fec0890b575b0916115c3fe991bf9ed3c932 Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:31:43 +0200 Subject: [PATCH 5/5] add comment --- internals/proxy/middlewares/types/types.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internals/proxy/middlewares/types/types.go b/internals/proxy/middlewares/types/types.go index b22a473..ed96549 100644 --- a/internals/proxy/middlewares/types/types.go +++ b/internals/proxy/middlewares/types/types.go @@ -1,3 +1,6 @@ +// Pretty useless, but go requires seperate package +// since import cycles are not allowed + package middlewareTypes type MessageAlias struct {