podman
Posts tagged podman
-
Setting up a Forgejo Actions runner for self-hosted CI/CD
How I replaced manual SSH deploys with a push-to-deploy pipeline using a self-hosted Forgejo Actions runner on the same VPS.
-
Forgejo on Debian 13 with Rootless Podman
Full setup guide for running Forgejo as a rootless Podman container with Caddy as reverse proxy, systemd integration via Quadlets, and SSH access.
-
Triggering VPS Deploys with GitHub Actions
How to trigger a Podman-based VPS deploy automatically after pushing to main.
-
Mirroring GitHub to Codeberg Without a Third-Party Action
A clean repository mirroring setup from GitHub to Codeberg using native GitHub Actions and SSH.
-
Installing Podman Locally and on a VPS
A practical install guide for Podman on macOS and Debian/Ubuntu servers, including first-run checks.
-
GitHub SSH on a VPS (Reliable Deploy Access)
How to set up a stable SSH-based Git connection on a VPS for pull-based deployments.
-
Keeping the Website Running After a VPS Reboot
How to ensure your Podman-hosted website comes back automatically after a server restart.
-
Operating Astro SSR in Production with Podman
A compact day-two operations runbook: start, stop, logs, deploy updates, and rollback strategy.
-
Updating the Website Repository on a VPS
A repeatable update flow for pulling the latest website code on a VPS and redeploying safely.
-
Caddy for Astro + Podman (HTTPS and Canonical Host)
How to put Caddy in front of a Podman-hosted Astro SSR app with automatic TLS and www redirect.
-
Deploying Astro SSR to a VPS with Podman
A practical VPS deployment flow for Astro SSR using Podman and podman-compose.
-
How to build your Website from Local Setup to VPS
A complete local setup for running an Astro SSR site in Podman with the Node standalone adapter.