Block a user
demo: describe the storyline of the talk
fix(opnsense-config): ensure load balancer service configuration is idempotent
For now we only merge the existing config with the service (if it already exists). Should we also remove stale services?
fix(opnsense-config): ensure load balancer service configuration is idempotent
As of now, the first time you add a load balancer service, everything will work as expected.
fix(opnsense-config): ensure load balancer service configuration is idempotent
we might want to rename this add_or_update_service instead of just add_service
WIP: fix: merge existing services in load balancer config
feat: Inventory PhysicalHost persistence with sqlx and local sqlite db