t/suki gitplace downtime for ssh support

git.tsuki.games will be down approximately around 2025-04-09T04:00:00Z2025-04-09T05:00:00Z in order to add ssh support, which is currently broken.

forum.tsuki.games will continue to be available during this time.

It took me a bit longer than an hour, but it works! I have a full writeup on my website, but I’ll post an abridged version here as well:

  • SSH wasn’t working because SSH connections would go to the host and terminate there. So, we needed to do some kind of SSH passthrough to the docker container running Forgejo.
  • There’s no Forgejo tutorial for how to do this, but Gitea has one.
  • I tried to simplify the docker compose configuration by symlinking the git user’s SSH config to the right place instead of mounting the git user’s SSH config into the container, but that didn’t work
  • Mounting the git user’s SSH config into the container worked
1 Like