Hostityourself/server/src/routes
Claude 4319b99102
Replace Docker with Podman throughout
- builder/build.sh: all docker commands → podman (build, run, stop, rm,
  network create, images, rmi, inspect)
- server/src/routes/apps.rs: docker stop/restart → podman
- server/src/routes/ui.rs: docker inspect → podman
- infra/Dockerfile.server: install podman instead of docker.io
- infra/docker-compose.yml: rename docker-proxy → podman-proxy, mount
  /run/podman/podman.sock (rootful Podman socket), update DOCKER_HOST
- infra/Makefile: docker compose → podman compose

Podman is daemonless and rootless by default; OCI images are identical so
no build-pipeline changes are needed beyond renaming the CLI.

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-20 14:58:52 +00:00
..
apps.rs Replace Docker with Podman throughout 2026-03-20 14:58:52 +00:00
deploys.rs M1: Rust control plane, builder, dashboard, and infra 2026-03-19 08:25:59 +00:00
envvars.rs M1: Rust control plane, builder, dashboard, and infra 2026-03-19 08:25:59 +00:00
mod.rs Add multi-user security service with per-app authorization 2026-03-20 14:22:57 +00:00
ui.rs Replace Docker with Podman throughout 2026-03-20 14:58:52 +00:00
users.rs Add multi-user security service with per-app authorization 2026-03-20 14:22:57 +00:00
webhooks.rs Add info logging to webhook handler 2026-03-20 09:36:25 +00:00