Hostityourself/server/src
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
..
routes Replace Docker with Podman throughout 2026-03-20 14:58:52 +00:00
auth.rs Add multi-user security service with per-app authorization 2026-03-20 14:22:57 +00:00
builder.rs Explicitly pass DOMAIN_SUFFIX and CADDY_API_URL to build script 2026-03-20 09:28:59 +00:00
db.rs Add multi-user security service with per-app authorization 2026-03-20 14:22:57 +00:00
main.rs Add multi-user security service with per-app authorization 2026-03-20 14:22:57 +00:00
models.rs Add multi-user security service with per-app authorization 2026-03-20 14:22:57 +00:00