Go-based webhook generic handler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Samuel Pua ad69c0470d Chore(docker-mnt): Add docker mnt 3 years ago
_docker_mnt Chore(docker-mnt): Add docker mnt 3 years ago
backend Fix(telegram-show): Query by telegram code 3 years ago
docker Feat(Initial): Initial Go codebase 3 years ago
scripts Feat(telegram): Added new controller to handle help and show 3 years ago
.dockerignore Feat(telegram): Added new controller to handle help and show 3 years ago
.env.example Feat(Initial): Initial Go codebase 3 years ago
.gitignore Chore(docker-mnt): Add docker mnt 3 years ago
Jenkinsfile Fix(Webhook): HostURL for generation 3 years ago
README.md First commit 3 years ago
docker-compose.yml Feat(telegram): Added new controller to handle help and show 3 years ago

README.md

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.