Samuel Pua 5de4e97add
All checks were successful
Webhook-Everything/Webhook-Everything/pipeline/head This commit looks good
Feat(send-message): Use html if html tags found
2025-12-08 02:12:42 +08:00
2022-05-29 00:06:52 +08:00
2022-09-10 00:59:39 +08:00
2022-05-29 00:01:31 +08:00

Webhook Everythin

About

The project's goal is build a generic webhook listener so that webhooks can be received and handled.

Deployment

The project uses the following environment variables:

  • ENVIRONMENT
  • TELEGRAM_API_KEY
  • DB_HOST
  • DB_PORT
  • DB_USER
  • DB_PASS
  • DB_NAME
  • DB_SSL
  • HOST_URL

Build

The build script is available at scripts/build.sh. .env is required to be populated. The example .env is available at .env.example.

Development

The development postgres server can be launched using the script at scripts/dev_postgres_docker.sh.

Description
Go-based webhook generic handler
Readme 94 KiB
Languages
Go 94.1%
Shell 4.3%
Dockerfile 1.6%