From 4de5310c3c272b9b109e45cf907b8104daf6d494 Mon Sep 17 00:00:00 2001 From: Minimata Date: Sat, 5 Aug 2023 22:52:47 +0200 Subject: [PATCH] vault backup: 2023-08-05 22:52:47 --- Docker.md | 0 Homelab.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Docker.md 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)