this post was submitted on 23 Aug 2024
8 points (100.0% liked)
Tailscale
173 readers
2 users here now
A community for the Tailscale WireGuard-based VPN. https://tailscale.com/
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not familiar with gogs, but SSHing into a container is usually not necessary. Should be able to SSH into the host and run docker exec -it commands instead, which is much simpler. If you absolutely have to SSH into the container it should be doable by exposing port 22 on the service and coming up as a tailnet ssh node
Gogs is a git forge server (it was forked into gitea, which was then forked into forgejo), and OP is asking about setting up git over ssh, rather than using ssh to administrate.