Merge pull request #439 from linuxserver/letsencrypt-f2bdiscord-deprecate

deprecate
This commit is contained in:
aptalca
2022-08-12 14:57:36 -04:00
committed by GitHub
2 changed files with 24 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
# THIS MOD HAS BEEN DEPRECATED - Please use [swag-f2bdiscord](https://github.com/linuxserver/docker-mods/tree/swag-f2bdiscord) instead
# F2B Discord Notification - Docker mod which allows Fail2Ban Discord embeds # F2B Discord Notification - Docker mod which allows Fail2Ban Discord embeds
This mod enhances the Letsencrypt container adding better Fail2Ban notifications for discord. This mod enhances the Letsencrypt container adding better Fail2Ban notifications for discord.
+21
View File
@@ -1,5 +1,26 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
echo '
**************************************************************************
**************************************************************************
**************************************************************************
**** ****
**** ****
**** letsencrypt-f2bdiscord mod has been deprecated ****
**** ****
**** ****
**** Please use swag-f2bdiscord instead ****
**** ****
**** ****
**** https://github.com/linuxserver/docker-mods/tree/swag-f2bdiscord ****
**** ****
**** ****
**************************************************************************
**************************************************************************
**************************************************************************
'
if [ ! -d /usr/lib/python3.8/site-packages/geoip2 ]; then if [ ! -d /usr/lib/python3.8/site-packages/geoip2 ]; then
echo '------------------------------------------------------------------------' echo '------------------------------------------------------------------------'
echo '| Running installation of required modules for letsencrypt-f2bdiscord' echo '| Running installation of required modules for letsencrypt-f2bdiscord'