claude/heroku-clone-mvp-plan-NREhc #1

Merged
sander merged 42 commits from claude/heroku-clone-mvp-plan-NREhc into main 2026-03-29 07:24:40 +00:00
3 changed files with 5 additions and 3 deletions
Showing only changes of commit 868bfbc365 - Show all commits

View file

@ -9,3 +9,4 @@
* Integrate with git using github webhooks or add your own git remote * Integrate with git using github webhooks or add your own git remote
* automatic redeployment after git push * automatic redeployment after git push
* Builtin ssl. Automatically provisioned using let's encrypt. * Builtin ssl. Automatically provisioned using let's encrypt.
* Caddy reverse proxy

View file

@ -45,7 +45,9 @@ ssh pi@hiypi.local
```bash ```bash
sudo apt update && sudo apt full-upgrade -y 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) ### Static IP (optional but recommended)

View file

@ -107,7 +107,6 @@ services:
# Site Administration → Actions → Runners → Create new runner # Site Administration → Actions → Runners → Create new runner
act_runner: act_runner:
image: data.forgejo.org/forgejo/runner:6 image: data.forgejo.org/forgejo/runner:6
container_name: act_runner
restart: unless-stopped restart: unless-stopped
command: ["/entrypoint.sh"] command: ["/entrypoint.sh"]
environment: environment: