3 Commits

Author SHA1 Message Date
Dreaded_X fd266ae24b Added README
Build and deploy / Build container and manifests (push) Failing after 5m22s
2025-04-17 13:32:49 +02:00
Dreaded_X e2475f15b8 Removed test file 2025-04-17 13:32:13 +02:00
Dreaded_X 184091c188 Changed name to Siranga 2025-04-17 13:31:33 +02:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -18,5 +18,5 @@ ENV RUSTC_BOOTSTRAP=1
RUN cargo auditable build --release RUN cargo auditable build --release
FROM gcr.io/distroless/cc-debian12:nonroot AS runtime FROM gcr.io/distroless/cc-debian12:nonroot AS runtime
COPY --from=builder /app/target/release/siranga /siranga COPY --from=builder /app/target/release/tunnel_rs /tunnel_rs
CMD ["/siranga"] CMD ["/tunnel_rs"]
+1 -1
View File
@@ -40,7 +40,7 @@ By appending `-- --help` you can view the available command line options.
### Tip ### Tip
To make connecting slightly easier I recommend adding the following to `~/.ssh/config`: To make connecting slightly easier I recommend adding the following to `~/.ssh/config`.
``` ```
Host tunnel Host tunnel