Gitea caddy

This commit is contained in:
Maurice
2025-10-04 19:13:45 +02:00
parent ccf4fe7a11
commit 39cd92813f
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
http://git.goofjes.nl {
import https-redir
}
https://git.goofjes.nl {
import https
import compression
import default-headers
log access
reverse_proxy gitea:3000
}

View File

@@ -5,4 +5,5 @@ rc-update add gitea.service default
rc-update add gitea-runner.service default rc-update add gitea-runner.service default
# Create runner registration token secret # Create runner registration token secret
cd /tmp
su -c "openssl rand -hex 24 | podman secret create gitea-runner-registration-token -" podman su -c "openssl rand -hex 24 | podman secret create gitea-runner-registration-token -" podman