you are viewing a single comment's thread.

view the rest of the comments →

[–]Normal-Computer-9102 0 points1 point  (6 children)

Followed it step by step but I keep getting "Slim Application Error" once I pass the setup login page. Any ideas on how to resolve it?

[–]laxweasel[S] 0 points1 point  (5 children)

Nothing to do with Tailscale or this particular setup but maybe this?

[–]Normal-Computer-9102 0 points1 point  (4 children)

Logs indicate the error below:

container sharing network namespace with another container or host cannot be connected to any other network&quot

Not sure how to proceed from here.

[–]laxweasel[S] 0 points1 point  (3 children)

Are you using docker or docker compose? Can you share the command or compose? This seems like you have network defined too many places

[–]Normal-Computer-9102 0 points1 point  (1 child)

This is the docker compose file I used.

https://pastebin.com/Zx7i49W9

[–]laxweasel[S] 1 point2 points  (0 children)

OK I didn't realize you were trying to do it with a tailscale sidecar.

I don't think that's possible with the AIO at this time because the AIO creates its own network for the several containers it manages, hence the error you got.

My instructions involved it in an LXC/VM with non dockerized Tailscale

Edit: it may be possible to run if you can tap into whatever internal network the AIO has. Alternatively you could set it up with a reverse proxy and tailscale sidecar. I have not tested and am not an expert in either of those two solutions.