From 868bfbc365f76a0079d5177fbbc7d28252fb4954 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Fri, 27 Mar 2026 15:58:06 +0100 Subject: [PATCH] container name removed --- README.md | 3 ++- docs/setup.md | 4 +++- infra/docker-compose.yml | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2023813..c654ca9 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,5 @@ * Runs on your hardware (linux vm/host) * Integrate with git using github webhooks or add your own git remote * automatic redeployment after git push -* Builtin ssl. Automatically provisioned using let's encrypt. \ No newline at end of file +* Builtin ssl. Automatically provisioned using let's encrypt. +* Caddy reverse proxy \ No newline at end of file diff --git a/docs/setup.md b/docs/setup.md index 6db01e5..9d9bbeb 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -45,7 +45,9 @@ ssh pi@hiypi.local ```bash sudo apt update && sudo apt full-upgrade -y -sudo apt install -y git curl ufw fail2ban unattended-upgrades +sudo apt install -y git curl ufw fail2ban unattended-upgrades podman python3 pipx aardvark-dns sqlite3 +pipx install podman-compose +pipx ensurepath ``` ### Static IP (optional but recommended) diff --git a/infra/docker-compose.yml b/infra/docker-compose.yml index 14757f4..e1f012c 100644 --- a/infra/docker-compose.yml +++ b/infra/docker-compose.yml @@ -107,7 +107,6 @@ services: # Site Administration → Actions → Runners → Create new runner act_runner: image: data.forgejo.org/forgejo/runner:6 - container_name: act_runner restart: unless-stopped command: ["/entrypoint.sh"] environment: