claude/heroku-clone-mvp-plan-NREhc #1
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue