Files
wiki/content/homelab/memos/Gitea Webhook and CI CD using Komodo.md
vorpax c11e3f4a7a
Some checks failed
Build and Push Quartz Wiki / build-and-push (push) Failing after 45s
Quartz sync: Jan 11, 2026, 4:26 PM
2026-01-11 16:26:42 +01:00

927 B

title, publish, tags
title publish tags
Gitea Webhook and CI CD using Komodo true

Gitea Webhook and CI CD using Komodo

You need to whitelist the url you're sending a webhook to in the config/app.ini file.

The [webhook] section might look something like that

[webhook]

ALLOWED_HOST_LIST = loopback,private,*.vorpax.dev

To my own dismay Gitea doesn't offer granular configuration for webhook dispatch (for instance, to trigger your webhook only when some actions are completed).

Neither does Komodo enables you to easily verify some basic parameters inside of the webhook's json body.

In the future, I'll probably setup all of that in CI/CD runners like Gitea Actions, though I would likely trade convenience for a much larger potential to extend CI/CD usage in my Homelab.

I'm actually contemplating an eventual deployment of GitLab on Gerboise, I don't really know if it is worth the ressource overhead...