Dominik Falkner
Dominik Falkner
@hrzn do you have a starting point for this? Might be interested in implementing part of it. @pelekhs ONNX models are saved as a simple plain text file which just...
Good idea... I came up with this: ``` # Stage 1: Build the custom Caddy server with Tailscale plugin FROM docker.io/caddy:builder AS builder WORKDIR /app ARG CADDY_VERSION v2.6.4 RUN apk...
This error happens when the command is run manually inside the container after starting `cmd` ``` caddy tailscale-proxy --from tailscale/test --to nginx:80 ``` Error during connecting to `https://test.tailscaleNNNN.ts.net` (with a...
Running ``` caddy tailscale-proxy --from tailscale+tls/test:443 --to nginx:80 ``` (which according to the docs) is needed result in a parsing error. Is TLS not supported by the tailscale-proxy command?
mhh maybe i should have reported back... I made my own image which works on a local instance. Published on dockerhub and github here: https://github.com/falknerdominik/image-tailscale-proxy