File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
2121 context : ssh-container
2222
2323 sshtows :
24- image : docker.io/razikus/sshtows:1.0
24+ image : docker.io/razikus/sshtows:1.0.1
2525 environment :
2626 SSH_USER : " admin"
2727 SSH_PASS : " admin123123"
@@ -36,6 +36,6 @@ services:
3636 - " traefik.http.routers.sshtows-static.entrypoints=web"
3737 - " traefik.http.middlewares.sshtows-stripprefix.stripprefix.prefixes=/ssh"
3838
39- - " traefik.http.middlewares.auth.basicauth.users=admin:$$apr1$$ro0zs3dk$$q7CjVX8gtmOrspmhSj5ki0"
39+ - " traefik.http.middlewares.auth.basicauth.users=admin:$$apr1$$ro0zs3dk$$q7CjVX8gtmOrspmhSj5ki0" # admin : admin
4040 - " traefik.http.routers.sshtows-websocket.middlewares=sshtows-stripprefix,auth"
4141 - " traefik.http.routers.sshtows-static.middlewares=auth"
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ require (
88)
99
1010require (
11- golang.org/x/net v0.21 .0 // indirect
11+ golang.org/x/net v0.23 .0 // indirect
1212 golang.org/x/sys v0.19.0 // indirect
1313)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/
22github.com/gorilla/websocket v1.5.1 /go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY =
33golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30 =
44golang.org/x/crypto v0.22.0 /go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M =
5- golang.org/x/net v0.21 .0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4 =
6- golang.org/x/net v0.21 .0 /go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44 =
5+ golang.org/x/net v0.23 .0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs =
6+ golang.org/x/net v0.23 .0 /go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg =
77golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o =
88golang.org/x/sys v0.19.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
99golang.org/x/term v0.19.0 h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q =
You can’t perform that action at this time.
0 commit comments