Skip to content

Commit f36c312

Browse files
authored
Merge pull request #1237 from zijiren233/ttyd
feat(terminal): ttyd support authorization
2 parents 22dd294 + 8c19547 commit f36c312

28 files changed

+3
-8409
lines changed

dockerimages/terminal/latest/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ LABEL org.opencontainers.image.authors="labring"
99
USER root
1010
ENV HOME /root
1111
ARG kubeVersion=1.25.6
12-
ARG ttydVersion=1.7.3
12+
ARG ttydVersion=1.7.7
1313
ARG helmVersion=3.12.0
1414
ARG TARGETARCH
1515
ARG ARCH=${TARGETARCH}
1616
ARG DEBIAN_FRONTEND=noninteractive
1717

1818
WORKDIR /root
19-
COPY ./inline.html ./index.html
2019
COPY vim/ .
2120
COPY scripts/start-terminal.sh /usr/bin/
2221
COPY scripts/ttyd-kubectl.sh /usr/bin/
@@ -40,7 +39,6 @@ ENV USER_TOKEN ""
4039
ENV APISERVER "https://apiserver.cluster.local:6443"
4140
ENV USER_NAME "admin"
4241
ENV NAMESPACE "default"
43-
ENV AUTH_HEADER ""
4442
ENV CREDENTIAL ""
4543

4644
EXPOSE 8080

dockerimages/terminal/latest/html/.editorconfig

Lines changed: 0 additions & 14 deletions
This file was deleted.

dockerimages/terminal/latest/html/.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

dockerimages/terminal/latest/html/.eslintrc.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

dockerimages/terminal/latest/html/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

dockerimages/terminal/latest/html/.prettierrc.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

dockerimages/terminal/latest/html/.yarn/patches/zmodem.js-npm-0.1.10-e5537fa2ed.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.

dockerimages/terminal/latest/html/.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

dockerimages/terminal/latest/html/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

dockerimages/terminal/latest/html/gulpfile.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)