Rename container passthrough file
This commit is contained in:
parent
cf4fc0b442
commit
ec1792c2f6
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Replicating Gitea Docker SSH Passthrough on K8s"
|
title: "Replicating Gitea Docker SSH Passthrough on K3s"
|
||||||
date: "2023-02-12"
|
date: "2023-02-12"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Command substitution does not work in `AuthorizedKeysCommand` so I suggest creat
|
||||||
|
|
||||||
## Background
|
## Background
|
||||||
|
|
||||||
I am currently in the process of migrating my selfhosted applications from docker-compose to Kubernetes. One of my most used selfhosted app is Gitea. I use it to host my projects, dotfiles and config files where I don't expect any contributions or I simply want to keep it more private. In my docker-compose setup I used SSH Container Passthrough from [Gitea docs](https://docs.gitea.io/en-us/install-with-docker/#SSH-container-passthrough) but when I moved Gitea to k8s I couldn't find any guides on how to achieve the same thing.
|
I am currently in the process of migrating my selfhosted applications from docker-compose to Kubernetes. One of my most used selfhosted app is Gitea. I use it to host my projects, dotfiles and config files where I don't expect any contributions or I simply want to keep it more private. In my docker-compose setup I used SSH Container Passthrough from [Gitea docs](https://docs.gitea.io/en-us/install-with-docker/#SSH-container-passthrough) but when I moved Gitea to k3s I couldn't find any guides on how to achieve the same thing.
|
||||||
|
|
||||||
I installed Gitea using the official [Helm Chart](https://gitea.com/gitea/helm-chart/). The documentation says this about enabling SSH:
|
I installed Gitea using the official [Helm Chart](https://gitea.com/gitea/helm-chart/). The documentation says this about enabling SSH:
|
||||||
|
|
Loading…
Reference in New Issue