- Published on
[archive://posts]
All Posts
Sort
Series
Tags
All Posts
- fastapi (5)
- python (4)
- c2 (4)
- mythic (4)
- red-team (4)
- offensive (4)
- oauth2 (3)
- security (3)
- homelab (3)
- sso (2)
- docker (2)
- sqlite (2)
- react (2)
- exploit (2)
- shellcode (2)
- edr (2)
- stagers (2)
- authentik (1)
- docker-compose (1)
- deployment (1)
- typescript (1)
- vite (1)
- web-dev (1)
- cve (1)
- teamcity (1)
- jetbrains (1)
- c (1)
- printnightmare (1)
- spooler (1)
- waddlecorp (1)
- podman (1)
- containers (1)
- linux (1)
- jwt (1)
- process-injection (1)
- keycloak (1)
- ludus (1)
- active-directory (1)
- redirector (1)
- implants (1)
- full-stack (1)
- react-python-sqlite (1)
- sqlalchemy (1)
- indirect-syscalls (1)
- Published on
Replace our homegrown JWT auth with Keycloak as a dedicated identity provider. We cover standing up Keycloak with Docker, configuring a realm and client, and wiring FastAPI to validate tokens issued by Keycloak.- Published on
Part 5 · Full Stack Todo App
Docker vs Podman: Which One for Your Homelab?
Docker and Podman both run containers, but they have meaningful differences in how they are architected, what permissions they require, and how they behave in a homelab environment. Here is what you need to know to make the right call.- Published on
Part 4 · Full Stack Todo App
Build and Deploy the Todo App with Docker Compose
Package the FastAPI backend and React frontend into Docker containers and wire them together with Docker Compose. We cover SQLite volume mounts, environment variable handling, and what changes for production.- Published on
Part 2 · Full Stack Todo App
Building a User Interface for Your To-Do Application
Build the React frontend for our full-stack todo app. We will wire up components, connect to the FastAPI backend, and cover the Web Share API along the way.