diff --git a/README.md b/README.md index 10d421b88..87952c05d 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [![Publish Main Docker Image](https://github.com/1337-server/automatic-ripping-machine/actions/workflows/workflow.yml/badge.svg)](https://github.com/1337-server/automatic-ripping-machine/actions/workflows/workflow.yml) [![Wiki](https://img.shields.io/badge/Wiki-Get%20Help-brightgreen)](https://github.com/1337-server/automatic-ripping-machine/wiki) -[![Discord](https://img.shields.io/discord/576479573886107699)](https://discord.gg/BCarpwC7qC) +[![Discord](https://img.shields.io/discord/576479573886107699)](https://discord.gg/FUSrn8jUcR) ## Overview diff --git a/arm/ripper/apprise_bulk.py b/arm/ripper/apprise_bulk.py index af3425566..dc91b19f6 100644 --- a/arm/ripper/apprise_bulk.py +++ b/arm/ripper/apprise_bulk.py @@ -16,7 +16,7 @@ def build_apprise_sent(cfg): 'FAAST_TOKEN': 'faast://' + str(cfg['FAAST_TOKEN']), 'FLOCK_TOKEN': 'flock://' + str(cfg['FLOCK_TOKEN']), 'GITTER_TOKEN': 'gitter://' + str(cfg['GITTER_TOKEN']) + "/" + str(cfg['GITTER_ROOM']), - 'GOTIFY_TOKEN': 'gotify://' + str(cfg['GOTIFY_HOST']) + "/" + str(cfg['GOTIFY_TOKEN']), + 'GOTIFY_TOKEN': 'gotifys://' + str(cfg['GOTIFY_HOST']) + "/" + str(cfg['GOTIFY_TOKEN']), 'KUMULOS_API': 'kumulos://' + str(cfg['KUMULOS_API']) + "/" + str(cfg['KUMULOS_SERVERKEY']), 'MAILGUN_DOMAIN': 'mailgun://' + str(cfg['MAILGUN_USER']) + "@" + str(cfg['MAILGUN_DOMAIN']) + "/" + str(cfg['MAILGUN_APIKEY']), diff --git a/arm/ui/templates/settings.html b/arm/ui/templates/settings.html index 9abf49646..ce690968a 100755 --- a/arm/ui/templates/settings.html +++ b/arm/ui/templates/settings.html @@ -69,6 +69,11 @@