This commit is contained in:
Asger Gitz-Johansen 2024-12-18 07:45:38 +01:00
parent 18b844e6e0
commit 50d16746c2
2 changed files with 17 additions and 5 deletions

@ -1,3 +1,14 @@
# gtz blog
An opinionated blog.
I write posts about technology and other interests that I have.
## Things I want to write
### Opinion Piecese
- [ ] Clean Architecture is stupid - dependency injection is king
### Digital Soverignty
- [x] how to host a blog
- [ ] how to securely "self-host" using a VPS, portainer and traefik
- [ ] how to configure neomutt
- [ ] how to securely host a mail server

@ -18,13 +18,14 @@ If you choose to follow along, by the end of it, you will have an environment wh
## Automatic backups
## Missing things in this post
- [ ] portainer introduction
- [ ] traefik introduction
## Things that I dont know how to do yet
## TODOs
- [ ] 2FA the control dashboards through keycloak
- [ ] geoblocking the control dashboards
- [ ] start the article with a demo of what we'll be making
- MAYBE:
- [ ] portainer introduction (maybe)
- [ ] traefik introduction (maybe)
- [ ] add a "skip if you already know portainer and traefik"
```yaml