Share SSH with host #16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/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.