Create webhook service to alert on Matrix

This commit is contained in:
Remi Rampin 2022-11-04 19:28:42 -04:00
commit 041eef2a7d
7 changed files with 600 additions and 0 deletions

41
.dockerignore Normal file
View file

@ -0,0 +1,41 @@
# Git
**/.git
**/.gitignore
# Python
**/*.py[co]
# Packages
**/*.egg
**/*.egg-info
dist
**/build
# Unit test / coverage reports
**/.coverage
**/.tox
**/nosetests.xml
# Eclipse PyDev
**/.project
**/.pydevproject
# PyCharm
**/.idea
# Vi
**/.*.swp
# Emacs
**/#*#
# OS files
**/.DS_Store
**/desktop.ini
# Archives
**/*.tar
**/*.tar.gz
**/*.tar.bz2
**/*.zip
**/*.whl