diff --git a/addons/0-byte-files.sh b/addons/0-byte-files.sh index d4de307dbc..d7971d29b0 100644 --- a/addons/0-byte-files.sh +++ b/addons/0-byte-files.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Check for 0-Byte files" # shellcheck source=lib.sh diff --git a/addons/automatic_updates.sh b/addons/automatic_updates.sh index 7ca3c8745b..28b1b919e5 100644 --- a/addons/automatic_updates.sh +++ b/addons/automatic_updates.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Automatic Updates" diff --git a/addons/cookielifetime.sh b/addons/cookielifetime.sh index b9c1e92997..a1f39d6611 100644 --- a/addons/cookielifetime.sh +++ b/addons/cookielifetime.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Set Cookie Lifetime" diff --git a/addons/database_shrinking.sh b/addons/database_shrinking.sh index fb5577c937..6d46877118 100644 --- a/addons/database_shrinking.sh +++ b/addons/database_shrinking.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/addons/deSEC/desec.sh b/addons/deSEC/desec.sh index a675d12ee0..e2e9934944 100644 --- a/addons/deSEC/desec.sh +++ b/addons/deSEC/desec.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="deSEC Registration" diff --git a/addons/deSEC/desec_subdomain.sh b/addons/deSEC/desec_subdomain.sh index 83ccf0a2a5..bf81f37168 100644 --- a/addons/deSEC/desec_subdomain.sh +++ b/addons/deSEC/desec_subdomain.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="deSEC Subdomain" diff --git a/addons/deSEC/remove_desec.sh b/addons/deSEC/remove_desec.sh index 0c8dfe53fc..c17ec584fe 100644 --- a/addons/deSEC/remove_desec.sh +++ b/addons/deSEC/remove_desec.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="deSEC Removal" diff --git a/addons/fix_invalid_modification_time.sh b/addons/fix_invalid_modification_time.sh index fa335bfeb5..c9e1673e06 100644 --- a/addons/fix_invalid_modification_time.sh +++ b/addons/fix_invalid_modification_time.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Based on: https://raw.githubusercontent.com/nextcloud-gmbh/mtime_fixer_tool_kit/master/solvable_files.sh true diff --git a/addons/harden-ssh.sh b/addons/harden-ssh.sh index 01184aa831..bf18cd8faf 100644 --- a/addons/harden-ssh.sh +++ b/addons/harden-ssh.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/addons/locales.sh b/addons/locales.sh index 201499c2b6..41fa32f30f 100644 --- a/addons/locales.sh +++ b/addons/locales.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Locales" diff --git a/addons/locate_mirror.sh b/addons/locate_mirror.sh index e3074b00f5..03287fc25d 100644 --- a/addons/locate_mirror.sh +++ b/addons/locate_mirror.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Locate Mirror" diff --git a/addons/redis-server-ubuntu.sh b/addons/redis-server-ubuntu.sh index 997edbc47d..a727c93451 100644 --- a/addons/redis-server-ubuntu.sh +++ b/addons/redis-server-ubuntu.sh @@ -4,7 +4,7 @@ SCRIPT_NAME="Redis Server Ubuntu" # shellcheck source=lib.sh source /var/scripts/fetch_lib.sh -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Check for errors + debug code and abort if something isn't right # 1 = ON diff --git a/addons/security.sh b/addons/security.sh index 92123a93a9..471e9bf2c0 100644 --- a/addons/security.sh +++ b/addons/security.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Extra Security" diff --git a/addons/smtp-mail.sh b/addons/smtp-mail.sh index f73ed50304..3366a882ea 100644 --- a/addons/smtp-mail.sh +++ b/addons/smtp-mail.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/apps/adminer.sh b/apps/adminer.sh index 4f428f202d..92045b7f96 100644 --- a/apps/adminer.sh +++ b/apps/adminer.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Adminer" diff --git a/apps/bitwarden_mailconfig.sh b/apps/bitwarden_mailconfig.sh index 47eb33b413..46eb759d05 100644 --- a/apps/bitwarden_mailconfig.sh +++ b/apps/bitwarden_mailconfig.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Bitwarden Mail Configuration" diff --git a/apps/bitwarden_registration.sh b/apps/bitwarden_registration.sh index c37aeee564..8f1bc41412 100644 --- a/apps/bitwarden_registration.sh +++ b/apps/bitwarden_registration.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Bitwarden Registration" diff --git a/apps/bpytop.sh b/apps/bpytop.sh index 7fe9e57c4a..117e6cee67 100644 --- a/apps/bpytop.sh +++ b/apps/bpytop.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="BPYTOP" diff --git a/apps/clamav.sh b/apps/clamav.sh index 6741b44a3d..3aaa6c4f11 100644 --- a/apps/clamav.sh +++ b/apps/clamav.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="ClamAV" @@ -198,7 +198,7 @@ esac cat << CLAMAV_REPORT > "$SCRIPTS"/clamav-fullscan.sh #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ source /var/scripts/fetch_lib.sh diff --git a/apps/collabora_docker.sh b/apps/collabora_docker.sh index e0c3812ceb..c2d69b3913 100644 --- a/apps/collabora_docker.sh +++ b/apps/collabora_docker.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Collabora (Docker)" diff --git a/apps/collabora_integrated.sh b/apps/collabora_integrated.sh index fdd2c3faf8..e933ac8fd9 100644 --- a/apps/collabora_integrated.sh +++ b/apps/collabora_integrated.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Collabora (Integrated)" diff --git a/apps/extract.sh b/apps/extract.sh index b003d263bb..382b816b3d 100644 --- a/apps/extract.sh +++ b/apps/extract.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/apps/face-recognition.sh b/apps/face-recognition.sh index 77c51ac3c8..e30d6ac282 100644 --- a/apps/face-recognition.sh +++ b/apps/face-recognition.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Redirect to Recognize" diff --git a/apps/fail2ban.sh b/apps/fail2ban.sh index e79e22599d..a7bb533331 100644 --- a/apps/fail2ban.sh +++ b/apps/fail2ban.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Inspired by https://github.com/nextcloud/nextcloudpi/blob/master/etc/nextcloudpi-config.d/fail2ban.sh true @@ -221,7 +221,7 @@ fi # Create Fail2ban report script cat << FAIL2BAN_REPORT > "$SCRIPTS/daily_fail2ban_report.sh" #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Look for ip addresses BANNED_IPS=\$(grep "Ban " /var/log/fail2ban.log | grep "\$(date +%Y-%m-%d)" \ diff --git a/apps/fulltextsearch.sh b/apps/fulltextsearch.sh index df304fe6f0..2f1ca56784 100644 --- a/apps/fulltextsearch.sh +++ b/apps/fulltextsearch.sh @@ -1,7 +1,7 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ -# SwITNet Ltd © - 2023, https://switnet.net/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ +# SwITNet Ltd © - 2024, https://switnet.net/ true SCRIPT_NAME="Full Text Search" diff --git a/apps/imaginary.sh b/apps/imaginary.sh index a45bed24bc..bbb1578470 100644 --- a/apps/imaginary.sh +++ b/apps/imaginary.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # GNU General Public License v3.0 # https://github.com/nextcloud/vm/blob/master/LICENSE diff --git a/apps/midnight-commander.sh b/apps/midnight-commander.sh index 002a060b27..f90fd31b87 100644 --- a/apps/midnight-commander.sh +++ b/apps/midnight-commander.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/apps/netdata.sh b/apps/netdata.sh index e47673ff3e..76b51eec12 100644 --- a/apps/netdata.sh +++ b/apps/netdata.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Netdata" diff --git a/apps/notify_push.sh b/apps/notify_push.sh index e071c51546..7cca8a853e 100644 --- a/apps/notify_push.sh +++ b/apps/notify_push.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/apps/onlyoffice_integrated.sh b/apps/onlyoffice_integrated.sh index 18d730204d..f507a6646c 100644 --- a/apps/onlyoffice_integrated.sh +++ b/apps/onlyoffice_integrated.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="OnlyOffice (Integrated)" diff --git a/apps/pdfannotate.sh b/apps/pdfannotate.sh index 879e39bd4a..734389ad3b 100644 --- a/apps/pdfannotate.sh +++ b/apps/pdfannotate.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/apps/pico_cms.sh b/apps/pico_cms.sh index cb9b966caf..af71a43778 100644 --- a/apps/pico_cms.sh +++ b/apps/pico_cms.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/apps/recognize.sh b/apps/recognize.sh index a3a6a8085d..b57d5618e8 100644 --- a/apps/recognize.sh +++ b/apps/recognize.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Recognize for Nextcloud" diff --git a/apps/smbmount.sh b/apps/smbmount.sh index 9fb236b50c..84ef62a122 100644 --- a/apps/smbmount.sh +++ b/apps/smbmount.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/apps/talk.sh b/apps/talk.sh index 3981c53144..5895f1384a 100644 --- a/apps/talk.sh +++ b/apps/talk.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Nextcloud Talk" diff --git a/apps/tmbitwarden.sh b/apps/tmbitwarden.sh index 63ca8f1025..3df9346046 100644 --- a/apps/tmbitwarden.sh +++ b/apps/tmbitwarden.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Bitwarden" diff --git a/apps/vaultwarden.sh b/apps/vaultwarden.sh index d5ee97723e..07682cd893 100644 --- a/apps/vaultwarden.sh +++ b/apps/vaultwarden.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Vaultwarden (formerly Bitwarden RS)" diff --git a/apps/vaultwarden_admin-panel.sh b/apps/vaultwarden_admin-panel.sh index 461d138a2e..7a3816999a 100644 --- a/apps/vaultwarden_admin-panel.sh +++ b/apps/vaultwarden_admin-panel.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Vaultwarden (formerly Bitwarden RS) Admin Panel" diff --git a/apps/webmin.sh b/apps/webmin.sh index 69ecd916dc..a3ef171aca 100644 --- a/apps/webmin.sh +++ b/apps/webmin.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Webmin" diff --git a/apps/whiteboard.sh b/apps/whiteboard.sh index cf2781d41e..aa7ee67175 100644 --- a/apps/whiteboard.sh +++ b/apps/whiteboard.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/disk/change-to-zfs-mount-generator.sh b/disk/change-to-zfs-mount-generator.sh index 7ec75ba1d0..bfa7ec1efa 100644 --- a/disk/change-to-zfs-mount-generator.sh +++ b/disk/change-to-zfs-mount-generator.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # https://wiki.archlinux.org/index.php/ZFS#Using_zfs-mount-generator # Tested on Ubuntu 20.04 diff --git a/disk/create-daily-zfs-prune.sh b/disk/create-daily-zfs-prune.sh index 4c37c3eeb0..f4058760f2 100644 --- a/disk/create-daily-zfs-prune.sh +++ b/disk/create-daily-zfs-prune.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Create daily ZFS prune script" diff --git a/disk/format-chosen.sh b/disk/format-chosen.sh index 72857645aa..a8f58e95d9 100644 --- a/disk/format-chosen.sh +++ b/disk/format-chosen.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Format Chosen Disk" diff --git a/disk/format-sdb.sh b/disk/format-sdb.sh index f53749e910..54c661c112 100644 --- a/disk/format-sdb.sh +++ b/disk/format-sdb.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Format sdb" diff --git a/disk/prune_zfs_snaphots.sh b/disk/prune_zfs_snaphots.sh index 259a9187af..a613291840 100644 --- a/disk/prune_zfs_snaphots.sh +++ b/disk/prune_zfs_snaphots.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Prune ZFS Snapshots" diff --git a/disk/smart-monitoring.sh b/disk/smart-monitoring.sh index 4f86f3d0ff..07fac88f2e 100644 --- a/disk/smart-monitoring.sh +++ b/disk/smart-monitoring.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true @@ -114,7 +114,7 @@ then cat << SMART_NOTIFICATION > "$SCRIPTS/smart-notification.sh" #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true @@ -161,7 +161,7 @@ $SCRIPTS/smart-notification.sh -s (S/../.././01|L/../../6/02)" > /etc/smartd.con cat << SMART_NOTIFICATION > "$SCRIPTS/smart-notification.sh" #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/geoblockdat/2024-01-Maxmind-Country-IPv4.dat b/geoblockdat/2024-01-Maxmind-Country-IPv4.dat new file mode 100644 index 0000000000..0c05e3717f Binary files /dev/null and b/geoblockdat/2024-01-Maxmind-Country-IPv4.dat differ diff --git a/geoblockdat/2024-01-Maxmind-Country-IPv6.dat b/geoblockdat/2024-01-Maxmind-Country-IPv6.dat new file mode 100644 index 0000000000..edd0b1469a Binary files /dev/null and b/geoblockdat/2024-01-Maxmind-Country-IPv6.dat differ diff --git a/lets-encrypt/activate-tls.sh b/lets-encrypt/activate-tls.sh index 1e25357968..8071047e36 100644 --- a/lets-encrypt/activate-tls.sh +++ b/lets-encrypt/activate-tls.sh @@ -4,7 +4,7 @@ SCRIPT_NAME="Activate TLS" # shellcheck source=lib.sh source /var/scripts/fetch_lib.sh -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Check for errors + debug code and abort if something isn't right # 1 = ON diff --git a/lets-encrypt/test-new-config.sh b/lets-encrypt/test-new-config.sh index 54d5f32aca..ec0a076689 100644 --- a/lets-encrypt/test-new-config.sh +++ b/lets-encrypt/test-new-config.sh @@ -4,7 +4,7 @@ SCRIPT_NAME="Test New Configuration" # shellcheck source=lib.sh source /var/scripts/fetch_lib.sh -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Check for errors + debug code and abort if something isn't right # 1 = ON diff --git a/lib.sh b/lib.sh index 015bb4d2ed..855bcbae68 100644 --- a/lib.sh +++ b/lib.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # GNU General Public License v3.0 # https://github.com/nextcloud/vm/blob/master/LICENSE diff --git a/menu/additional_apps.sh b/menu/additional_apps.sh index 43704d4bea..a22b8a05ea 100644 --- a/menu/additional_apps.sh +++ b/menu/additional_apps.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Additional Apps Menu" diff --git a/menu/bitwarden_menu.sh b/menu/bitwarden_menu.sh index 13389dfbe5..c77de39348 100644 --- a/menu/bitwarden_menu.sh +++ b/menu/bitwarden_menu.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Bitwarden Menu" diff --git a/menu/desec_menu.sh b/menu/desec_menu.sh index a5aeb553b2..f7e1b496ce 100644 --- a/menu/desec_menu.sh +++ b/menu/desec_menu.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="deSEC Menu" diff --git a/menu/documentserver.sh b/menu/documentserver.sh index fc37721c37..3f6831d31e 100644 --- a/menu/documentserver.sh +++ b/menu/documentserver.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Documentserver menu" diff --git a/menu/fail2ban_menu.sh b/menu/fail2ban_menu.sh index 694483fffe..081e8f9d2b 100644 --- a/menu/fail2ban_menu.sh +++ b/menu/fail2ban_menu.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Fail2ban Menu" diff --git a/menu/main_menu.sh b/menu/main_menu.sh index e80c9ebefa..c95ec5c86b 100644 --- a/menu/main_menu.sh +++ b/menu/main_menu.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Main Menu" diff --git a/menu/menu.sh b/menu/menu.sh index 4e0f4c732a..fdec675a14 100644 --- a/menu/menu.sh +++ b/menu/menu.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Main Menu" diff --git a/menu/nextcloud_configuration.sh b/menu/nextcloud_configuration.sh index 77dd32a100..1ab7076798 100644 --- a/menu/nextcloud_configuration.sh +++ b/menu/nextcloud_configuration.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Nextcloud Configuration Menu" diff --git a/menu/server_configuration.sh b/menu/server_configuration.sh index ea137a5117..16f263a4a5 100644 --- a/menu/server_configuration.sh +++ b/menu/server_configuration.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Server Configuration Menu" diff --git a/menu/startup_configuration.sh b/menu/startup_configuration.sh index 04eedde500..7df6b3675b 100644 --- a/menu/startup_configuration.sh +++ b/menu/startup_configuration.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Startup Configuration Menu" diff --git a/network/asusnuc/pn51.sh b/network/asusnuc/pn51.sh index de11aae166..f9b042d5fc 100644 --- a/network/asusnuc/pn51.sh +++ b/network/asusnuc/pn51.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Implements this way of doing it: https://askubuntu.com/a/1281319 diff --git a/network/ddclient-configuration.sh b/network/ddclient-configuration.sh index 995e4e1fd8..106159fbb3 100644 --- a/network/ddclient-configuration.sh +++ b/network/ddclient-configuration.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/network/geoblock.sh b/network/geoblock.sh index 9948e30aba..858a1cfee1 100644 --- a/network/geoblock.sh +++ b/network/geoblock.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/network/static_ip.sh b/network/static_ip.sh index a8b957da14..111784af10 100644 --- a/network/static_ip.sh +++ b/network/static_ip.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Use local lib file in case there is no internet connection if printf "Testing internet connection..." && ping github.com -c 2 >/dev/null 2>&1 diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index 19d75d04f3..8a40e0b39e 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # GNU General Public License v3.0 # https://github.com/nextcloud/vm/blob/master/LICENSE diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 460d9d88a2..24d46a81c5 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # GNU General Public License v3.0 # https://github.com/nextcloud/vm/blob/master/LICENSE diff --git a/nextcloud_update.sh b/nextcloud_update.sh index 809553da9d..90b0672d75 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -4,7 +4,7 @@ # DO NOT USE THIS SCRIPT WHEN UPDATING NEXTCLOUD / YOUR SERVER! RUN `sudo bash /var/scripts/update.sh` INSTEAD. # ################################################################################################################# -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # GNU General Public License v3.0 # https://github.com/nextcloud/vm/blob/master/LICENSE @@ -341,7 +341,7 @@ fi # Upgrade OS dependencies export DEBIAN_FRONTEND=noninteractive ; apt-get dist-upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -# Temporary fix for PHP 2023-08-27 +# Temporary fix for PHP 2024-08-27 # There's a bug in PHP 8.1.21 which causes server to crash # If you're on Ondrejs PPA, PHP isn't updated, so do that here instead apt-mark unhold php* >/dev/null 2>&1 diff --git a/not-supported/backup-viewer.sh b/not-supported/backup-viewer.sh index 55602415ac..807eb9a345 100644 --- a/not-supported/backup-viewer.sh +++ b/not-supported/backup-viewer.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/bitlocker-mount.sh b/not-supported/bitlocker-mount.sh index 03dc62f618..c7343d03a6 100644 --- a/not-supported/bitlocker-mount.sh +++ b/not-supported/bitlocker-mount.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/borgbackup.sh b/not-supported/borgbackup.sh index bd8896a81d..9594364578 100644 --- a/not-supported/borgbackup.sh +++ b/not-supported/borgbackup.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) # shellcheck disable=2024 diff --git a/not-supported/btrfs-format.sh b/not-supported/btrfs-format.sh index 93a9e2d458..7c698aa42c 100644 --- a/not-supported/btrfs-format.sh +++ b/not-supported/btrfs-format.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/btrfs-mount.sh b/not-supported/btrfs-mount.sh index 2cb2ecb762..ffacad188a 100644 --- a/not-supported/btrfs-mount.sh +++ b/not-supported/btrfs-mount.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true @@ -164,7 +164,7 @@ If you want to cancel, type 'exit' and press [ENTER].") then msg_box "The directory isn't allowed to start with '/mnt/smbshares'" else - echo "UUID=$UUID $MOUNT_PATH btrfs defaults 0 0" >> /etc/fstab + echo "UUID=$UUID $MOUNT_PATH btrfs defaults,nofail 0 0" >> /etc/fstab mkdir -p "$MOUNT_PATH" if ! mount "$MOUNT_PATH" then @@ -313,7 +313,7 @@ fi # Execute the change to a backup drive print_text_in_color "$ICyan" "Adjusting permissions..." -sed -i "/$UUID/s/defaults/defaults,noauto/" /etc/fstab +sed -i "/$UUID/s/defaults,nofail/defaults,noauto/" /etc/fstab chown -R root:root "$MOUNT_PATH" chmod -R 600 "$MOUNT_PATH" umount "$MOUNT_PATH" diff --git a/not-supported/daily-backup-wizard.sh b/not-supported/daily-backup-wizard.sh index dd2f58e1c9..c42319608b 100644 --- a/not-supported/daily-backup-wizard.sh +++ b/not-supported/daily-backup-wizard.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true @@ -415,7 +415,7 @@ check_command umount "$BACKUP_MOUNT" cat << WRITE_BACKUP_SCRIPT > "$BACKUP_SCRIPT_NAME" #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/firewall.sh b/not-supported/firewall.sh index 5c01f1da88..b410609f5c 100644 --- a/not-supported/firewall.sh +++ b/not-supported/firewall.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/monitor-link-shares.sh b/not-supported/monitor-link-shares.sh index 4f99c57849..76bb22eada 100644 --- a/not-supported/monitor-link-shares.sh +++ b/not-supported/monitor-link-shares.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Monitor Link Shares" diff --git a/not-supported/not-supported.sh b/not-supported/not-supported.sh index 4a9aa83aae..779ccaf825 100644 --- a/not-supported/not-supported.sh +++ b/not-supported/not-supported.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Not-supported Menu" diff --git a/not-supported/not-supported_menu.sh b/not-supported/not-supported_menu.sh index 0a8d722866..38e82cada7 100644 --- a/not-supported/not-supported_menu.sh +++ b/not-supported/not-supported_menu.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Not-supported Menu" diff --git a/not-supported/ntfs-format.sh b/not-supported/ntfs-format.sh index 8e2ffbebf8..e2b30d5bd1 100644 --- a/not-supported/ntfs-format.sh +++ b/not-supported/ntfs-format.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/ntfs-mount.sh b/not-supported/ntfs-mount.sh index a18ecdb69c..4c9cf5e6c9 100644 --- a/not-supported/ntfs-mount.sh +++ b/not-supported/ntfs-mount.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/offshore-backup-wizard.sh b/not-supported/offshore-backup-wizard.sh index 74156aa1a1..cacad0a6d2 100644 --- a/not-supported/offshore-backup-wizard.sh +++ b/not-supported/offshore-backup-wizard.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true @@ -263,7 +263,7 @@ msg_box "We will create the off-shore backup script now." cat << WRITE_BACKUP_SCRIPT > "$BACKUP_SCRIPT_NAME" #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/pi-hole.sh b/not-supported/pi-hole.sh index 667f2c5a18..bf617fb867 100644 --- a/not-supported/pi-hole.sh +++ b/not-supported/pi-hole.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) # shellcheck disable=2016,2034,2059,2178 diff --git a/not-supported/pivpn.sh b/not-supported/pivpn.sh index 14fd4be190..eadc1dcd43 100644 --- a/not-supported/pivpn.sh +++ b/not-supported/pivpn.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/plexmediaserver.sh b/not-supported/plexmediaserver.sh index 9263d5de42..9ec7a37e04 100644 --- a/not-supported/plexmediaserver.sh +++ b/not-supported/plexmediaserver.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/remotedesktop.sh b/not-supported/remotedesktop.sh index d8800f3bd9..f6606dcc93 100644 --- a/not-supported/remotedesktop.sh +++ b/not-supported/remotedesktop.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/restore-backup.sh b/not-supported/restore-backup.sh index 4c5c803168..115169735f 100644 --- a/not-supported/restore-backup.sh +++ b/not-supported/restore-backup.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) # shellcheck disable=SC2024 diff --git a/not-supported/rsyncbackup.sh b/not-supported/rsyncbackup.sh index 461b30a762..1f68e00b03 100644 --- a/not-supported/rsyncbackup.sh +++ b/not-supported/rsyncbackup.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/smbserver.sh b/not-supported/smbserver.sh index 39c0701efa..d3dfad60f8 100644 --- a/not-supported/smbserver.sh +++ b/not-supported/smbserver.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/system-restore.sh b/not-supported/system-restore.sh index 704dafeb5e..be31fadbfc 100644 --- a/not-supported/system-restore.sh +++ b/not-supported/system-restore.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/tpm2-unlock.sh b/not-supported/tpm2-unlock.sh index 0e6c7e5efc..997a410d33 100644 --- a/not-supported/tpm2-unlock.sh +++ b/not-supported/tpm2-unlock.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/veracrypt-btrfs.sh b/not-supported/veracrypt-btrfs.sh index 2d6575e5da..40b08318ba 100644 --- a/not-supported/veracrypt-btrfs.sh +++ b/not-supported/veracrypt-btrfs.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/not-supported/veracrypt-ntfs.sh b/not-supported/veracrypt-ntfs.sh index 7142a33dc8..49fe065d3e 100644 --- a/not-supported/veracrypt-ntfs.sh +++ b/not-supported/veracrypt-ntfs.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/old/face-recognition.sh b/old/face-recognition.sh index 973b706965..a362f5028b 100644 --- a/old/face-recognition.sh +++ b/old/face-recognition.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Copyright © 2021 Simon Lindner (https://github.com/szaimen) true diff --git a/old/format-sda-nuc-server.sh b/old/format-sda-nuc-server.sh index 1662763df6..88038c1be8 100644 --- a/old/format-sda-nuc-server.sh +++ b/old/format-sda-nuc-server.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Format sda NUC Server" diff --git a/old/modsecurity.sh b/old/modsecurity.sh index 534f458353..ef391677b7 100644 --- a/old/modsecurity.sh +++ b/old/modsecurity.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Modsecurity" diff --git a/old/ntpdate.sh b/old/ntpdate.sh index 7d83b46236..0ba2ffd925 100644 --- a/old/ntpdate.sh +++ b/old/ntpdate.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Ntpdate" diff --git a/old/previewgenerator.sh b/old/previewgenerator.sh index 6d06ec7eec..d329392ae8 100644 --- a/old/previewgenerator.sh +++ b/old/previewgenerator.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Preview Generator" diff --git a/old/spreedme.sh b/old/spreedme.sh index 44de671ce4..f0217d5608 100644 --- a/old/spreedme.sh +++ b/old/spreedme.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Spreedme" diff --git a/old/test_connection.sh b/old/test_connection.sh index a4a1e3d06b..82565dc36c 100644 --- a/old/test_connection.sh +++ b/old/test_connection.sh @@ -4,7 +4,7 @@ SCRIPT_NAME="Test connection" # shellcheck source=lib.sh source /var/scripts/fetch_lib.sh -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Check for errors + debug code and abort if something isn't right # 1 = ON diff --git a/static/adduser.sh b/static/adduser.sh index 9a5a754384..c982b33dcd 100644 --- a/static/adduser.sh +++ b/static/adduser.sh @@ -4,7 +4,7 @@ SCRIPT_NAME="Add CLI User" # shellcheck source=lib.sh source /var/scripts/fetch_lib.sh -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Check for errors + debug code and abort if something isn't right # 1 = ON diff --git a/static/change-ncadmin-profile.sh b/static/change-ncadmin-profile.sh index b3b04ff5e4..1bd1adc8ca 100644 --- a/static/change-ncadmin-profile.sh +++ b/static/change-ncadmin-profile.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Change ncadmin Profile" diff --git a/static/change-root-profile.sh b/static/change-root-profile.sh index 6af21b6442..9c838007ce 100644 --- a/static/change-root-profile.sh +++ b/static/change-root-profile.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Change root Profile" diff --git a/static/change_db_pass.sh b/static/change_db_pass.sh index 03de33ff6c..ae19a98f26 100644 --- a/static/change_db_pass.sh +++ b/static/change_db_pass.sh @@ -7,7 +7,7 @@ source /var/scripts/fetch_lib.sh # Get all needed variables from the library ncdb -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Check for errors + debug code and abort if something isn't right # 1 = ON diff --git a/static/docker_overlay2.sh b/static/docker_overlay2.sh index 03c9859042..7922c88d83 100644 --- a/static/docker_overlay2.sh +++ b/static/docker_overlay2.sh @@ -4,7 +4,7 @@ SCRIPT_NAME="Change to Docker overlay2" # shellcheck source=lib.sh source /var/scripts/fetch_lib.sh -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Check for errors + debug code and abort if something isn't right # 1 = ON diff --git a/static/instruction.sh b/static/instruction.sh index a58313f3e9..90365fd2a4 100644 --- a/static/instruction.sh +++ b/static/instruction.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ BIGreen='\e[1;92m' # Green IGreen='\e[0;92m' # Green diff --git a/static/nextcloud.sh b/static/nextcloud.sh index 8fe96f5579..b52c13f075 100644 --- a/static/nextcloud.sh +++ b/static/nextcloud.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ WANIP6=$(curl -s -k -m 5 -6 https://api64.ipify.org) WANIP4=$(curl -s -k -m 5 -4 https://api64.ipify.org) diff --git a/static/setup_secure_permissions_nextcloud.sh b/static/setup_secure_permissions_nextcloud.sh index c4e3604b7c..9ffd2aae8c 100644 --- a/static/setup_secure_permissions_nextcloud.sh +++ b/static/setup_secure_permissions_nextcloud.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Set up Secure Permissions for Nextcloud" diff --git a/static/temporary-fix-beginning.sh b/static/temporary-fix-beginning.sh index fffd8d50e5..8c0f987290 100644 --- a/static/temporary-fix-beginning.sh +++ b/static/temporary-fix-beginning.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Temporary Fix" diff --git a/static/temporary-fix-end.sh b/static/temporary-fix-end.sh index fffd8d50e5..8c0f987290 100644 --- a/static/temporary-fix-end.sh +++ b/static/temporary-fix-end.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Temporary Fix" diff --git a/static/trusted_domains.sh b/static/trusted_domains.sh index 4bc1bb1eea..35d876383e 100644 --- a/static/trusted_domains.sh +++ b/static/trusted_domains.sh @@ -4,7 +4,7 @@ SCRIPT_NAME="Set trusted domain" # shellcheck source=lib.sh source /var/scripts/fetch_lib.sh -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # Check for errors + debug code and abort if something isn't right # 1 = ON diff --git a/static/update.sh b/static/update.sh index d79c205193..9d98d00e23 100644 --- a/static/update.sh +++ b/static/update.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Update Server + Nextcloud" diff --git a/static/updatenotification.sh b/static/updatenotification.sh index 22daad92f4..ee43ef5d03 100644 --- a/static/updatenotification.sh +++ b/static/updatenotification.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ true SCRIPT_NAME="Update Notification" diff --git a/torrent/create.sh b/torrent/create.sh index 807f3ba016..0b9d845b18 100644 --- a/torrent/create.sh +++ b/torrent/create.sh @@ -1,6 +1,6 @@ #!/bin/bash -# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/ +# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/ # GNU General Public License v3.0 # https://github.com/nextcloud/vm/blob/master/LICENSE