diff --git a/Docker.md b/Docker.md new file mode 100644 index 0000000..e69de29 diff --git a/Homelab.md b/Homelab.md index e1438b8..7f5e0a0 100644 --- a/Homelab.md +++ b/Homelab.md @@ -20,7 +20,7 @@ So to keep things simple I started a [[Git server|git server]] with [Gitea](http ### Reverse proxy and networking For reverse proxy, security, networking, SSL and stuff, [Traefik](https://doc.traefik.io/traefik/) is the goat. It will scale to [[Kubernetes]] when needed while still being very worthwhile on docker. Lots of tutorials and easy SSL verification. ### Coding stuff -For [[Remote development]] I'm using [Coder](https://coder.com/). Still in #open-source territory +For [[Remote development]] I'm using [Coder](https://coder.com/). Still in #open-source territory, this should let us create remote workspaces automatically. Using [terraform](https://www.terraform.io/) description, one should be able to spin up remote workspaces in a single clic. I say "should" because I'm not sure how it works yet, I haven't managed to make it work correctly yet. ### Address All of this is accessible via the internet: - [coder](https://code.minimata.ch)