diff --git a/addons/0-byte-files.sh b/addons/0-byte-files.sh index d4de307d..d7971d29 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 7ca3c874..28b1b919 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 b9c1e929..a1f39d66 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 fb5577c9..6d468771 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 a675d12e..e2e99349 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 83ccf0a2..bf81f371 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 0c8dfe53..c17ec584 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 fa335bfe..c9e1673e 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 01184aa8..bf18cd8f 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 201499c2..41fa32f3 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 e3074b00..03287fc2 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 997edbc4..a727c934 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 92123a93..471e9bf2 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 f73ed503..3366a882 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 4f428f20..92045b7f 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 47eb33b4..46eb759d 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 c37aeee5..8f1bc414 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 7fe9e57c..117e6cee 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 6741b44a..3aaa6c4f 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 e0c3812c..c2d69b39 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 fdd2c3fa..e933ac8f 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 b003d263..382b816b 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 77c51ac3..e30d6ac2 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 e79e2259..a7bb5333 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 df304fe6..2f1ca567 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 a45bed24..bbb15784 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 002a060b..f90fd31b 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 e47673ff..76b51eec 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 e071c515..7cca8a85 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 18d73020..f507a664 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 879e39bd..734389ad 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 cb9b966c..af71a437 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 a3a6a808..b57d5618 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 9fb236b5..84ef62a1 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 3981c531..5895f138 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 63ca8f10..3df93460 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 d5ee9772..07682cd8 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 461d138a..7a381699 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 69ecd916..a3ef171a 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 cf2781d4..aa7ee671 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 7ec75ba1..bfa7ec1e 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 4c37c3ee..f4058760 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 72857645..a8f58e95 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 f53749e9..54c661c1 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 259a9187..a6132918 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 4f86f3d0..07fac88f 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/lets-encrypt/activate-tls.sh b/lets-encrypt/activate-tls.sh index 1e253579..8071047e 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 54d5f32a..ec0a0766 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 015bb4d2..855bcbae 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 43704d4b..a22b8a05 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 13389dfb..c77de393 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 a5aeb553..f7e1b496 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 fc37721c..3f6831d3 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 694483ff..081e8f9d 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 e80c9ebe..c95ec5c8 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 4e0f4c73..fdec675a 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 77dd32a1..1ab70767 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 ea137a51..16f263a4 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 04eedde5..7df6b367 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 de11aae1..f9b042d5 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 995e4e1f..106159fb 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 9948e30a..858a1cfe 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 a8b957da..111784af 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 19d75d04..8a40e0b3 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 460d9d88..24d46a81 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 809553da..90b0672d 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 55602415..807eb9a3 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 03dc62f6..c7343d03 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 bd8896a8..95943645 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 93a9e2d4..7c698aa4 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 2cb2ecb7..bdb1e6c3 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 diff --git a/not-supported/daily-backup-wizard.sh b/not-supported/daily-backup-wizard.sh index dd2f58e1..c4231960 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 5c01f1da..b410609f 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 4f99c578..76bb22ea 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 4a9aa83a..779ccaf8 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 0a8d7228..38e82cad 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 8e2ffbeb..e2b30d5b 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 a18ecdb6..4c9cf5e6 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 74156aa1..cacad0a6 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 667f2c5a..bf617fb8 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 14fd4be1..eadc1dcd 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 9263d5de..9ec7a37e 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 d8800f3b..f6606dcc 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 4c5c8031..11516973 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 461b30a7..1f68e00b 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 39c0701e..d3dfad60 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 704dafeb..be31fadb 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 0e6c7e5e..997a410d 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 2d6575e5..40b08318 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 7142a33d..49fe065d 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 973b7069..a362f502 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 1662763d..88038c1b 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 534f4583..ef391677 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 7d83b462..0ba2ffd9 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 6d06ec7e..d329392a 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 44de671c..f0217d56 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 a4a1e3d0..82565dc3 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 9a5a7543..c982b33d 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 d7ac6ffe..8de5cd93 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 6af21b64..9c838007 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 03de33ff..ae19a98f 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 03c98590..7922c88d 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 a58313f3..90365fd2 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 8fe96f55..b52c13f0 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 c4e3604b..9ffd2aae 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 fffd8d50..8c0f9872 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 fffd8d50..8c0f9872 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 4bc1bb1e..35d87638 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 d79c2051..9d98d00e 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 22daad92..ee43ef5d 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 807f3ba0..0b9d845b 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