Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plugins-webhook

Running

Environment variables (required):

Name Type Description
WEBHOOK_SECRET string The secret set in the webhook dashboard to verify requests.
PLUGINS_REPO string Pointer to the plugins repository (ex. Aliucord/plugins)
PLUGINS_REPO_TOKEN string A Github PAT that has the workflow scope to the plugins repo.

Endpoints (listening on port 80):

  • /github target endpoint for the GitHub webhook

Docker

Only the following arch's have prebuit images: amd64/x86_64, arm64

$ docker run -d \
	-p xxxx:80 \
	--restart unless-stopped \
	--name plugins-webhook
	-e PLUGINS_REPO=xxxx/xxxx \
	-e PLUGINS_REPO_TOKEN=xxxx \
	-e WEBHOOK_SECRET=xxxx \
	ghcr.io/aliucord/plugins-webhook:latest

About

Internal Github webhooks handler for building RN plugins

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Sponsor this project

Packages

Contributors

Languages