No description
  • Gleam 88%
  • Dockerfile 10.1%
  • Makefile 1.9%
Find a file
2026-03-21 00:07:40 +00:00
.github/workflows chore(deps): update renovatebot/github-action action to v46.1.5 2026-03-17 00:01:42 +00:00
src fix: remove unwrap both 2026-01-11 10:38:17 +01:00
test fix: fix issues with new wist 2025-09-19 10:13:28 +02:00
.dockerignore feat: first commit 2025-03-23 13:30:44 +01:00
.env fix: move to dockerfile 2025-08-15 10:27:51 +02:00
.gitignore feat: first commit 2025-03-23 13:30:44 +01:00
.tool-versions chore(deps): update dependency gleam to v1.15.2 2026-03-21 00:02:00 +00:00
Dockerfile chore(deps): update ghcr.io/gleam-lang/gleam docker tag to v1.15.2 2026-03-21 00:04:26 +00:00
gleam.toml fix(deps): update dependency wisp to v2.2.1 2026-03-09 00:01:55 +00:00
LICENSE feat: first commit 2025-03-23 13:30:44 +01:00
Makefile fix: move to dockerfile 2025-08-15 10:27:51 +02:00
manifest.toml chore(deps): lock file maintenance 2026-03-16 00:05:41 +00:00
README.md feat: first commit 2025-03-23 13:30:44 +01:00
renovate.json fix: deb packages for gleam version 2026-01-02 12:49:06 +01:00

webhook_action_proxy

Environment vars:

PORT: 8000  # Port the app will run on
INSTANCE: "https://code.forgejo.org"  # The url of the forgejo/gitea/could work with github even. It is important that it contains the schema (http/https) otherwise it will fail at runtime.
TOKEN: "token"  # Token with workflow write permissions on the desired repos
SECRET: "shared"  # Secret that you will put inside your webhooks
MAIN_BRANCH: "main"  # Name of the main branch, it is main by default.

Running the tests

make test

Running locally

make run