Share SSH with host #16

Open
opened 2020-09-24 20:22:56 +00:00 by 3wordchant · 1 comment
Owner

It might be nice not to need separate a separate SSH port just for Gitea; this is apparently possible through adding a git user and a helper script to the host: https://blog.sakuragawa.moe/gitea-in-docker-container-and-sharing-ssh-with-host/

It might be nice not to need separate a separate SSH port just for Gitea; this is apparently possible through adding a `git` user and a helper script to the host: https://blog.sakuragawa.moe/gitea-in-docker-container-and-sharing-ssh-with-host/
Owner

This is actually what I did in the first iteration of trying out Gitea with Dokku. I found it tricky to manage because you have to setup a user account and a script to do the SSH connection threading. This more connection to the actual host filesystem which will be problematic for migrations. Unless you see some drawback of this, I would stick with it, the internal SSH server is quite convenient IMHO.

This is actually what I did in the first iteration of trying out Gitea with Dokku. I found it tricky to manage because you have to setup a user account and a script to do the SSH connection threading. This more connection to the actual host filesystem which will be problematic for migrations. Unless you see some drawback of this, I would stick with it, the internal SSH server is quite convenient IMHO.
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: autonomic-cooperative/git.autonomic.zone#16
No description provided.