Removed the filter webhook functionality as it was prohibitively expensive to do correctly due to the vast number of IPs to guard against
Fixed a bug that would pass None instead of an empty string to the docker-compose command when no compose key was used in the config
Changed from using a combo of .json and .data on the request payloads and instead use Flask's builtin .get_json() function to better handle incoming payload data
filter webhook
functionality as it was prohibitively expensive to do correctly due to the vast number of IPs to guard againstNone
instead of an empty string to thedocker-compose
command when nocompose
key was used in the config.json
and.data
on the request payloads and instead use Flask's builtin.get_json()
function to better handle incoming payload data