From d7edf4c736fe93f83cc814f420c2e1daee9520de Mon Sep 17 00:00:00 2001 From: Aslan Date: Tue, 10 Jan 2023 11:55:33 +0300 Subject: [PATCH] fix repo names --- .github/FUNDING.yml | 3 --- README.md | 1 - add-jibri-node.sh | 4 +--- add-jvb2-node.sh | 4 +--- changelog | 12 +----------- deprecated/jigasi.sh | 1 - etherpad-docker.sh | 1 - grafana.sh | 1 - jitsi-updater.sh | 1 - jm-bm.sh | 2 +- jra_nextcloud.sh | 2 +- mode/chp-mode.sh | 2 +- mode/grid/selenium-grid-docker.sh | 2 +- mode/jms-stu.sh | 2 +- mode/jwt.sh | 2 +- quick_jibri_installer.sh | 3 +-- tools/aws-grub-setup.sh | 2 +- tools/fail2ban_ssh.sh | 2 +- tools/jibri-conf-upgrade.sh | 2 +- tools/jibri-resolution-enhancer.sh | 2 +- tools/start-over.sh | 2 +- tools/test-jibri-env.sh | 2 +- 22 files changed, 16 insertions(+), 39 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 611be71..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -# These are supported funding model platforms - -custom: ["https://www.paypal.me/switnet", switnet.net] diff --git a/README.md b/README.md index 9485d38..521e3e2 100644 --- a/README.md +++ b/README.md @@ -118,4 +118,3 @@ Feel free to use our `test-jibri-env.sh` tool to find some details on your curre Please note: This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. -SwITNet Ltd © - 2022, https://switnet.net/ diff --git a/add-jibri-node.sh b/add-jibri-node.sh index 80652e9..db9d319 100644 --- a/add-jibri-node.sh +++ b/add-jibri-node.sh @@ -1,6 +1,5 @@ #!/bin/bash # Jibri Node Aggregator -# SwITNet Ltd © - 2022, https://switnet.net/ # GPLv3 or later. ### 0_LAST EDITION TIME STAMP ### @@ -60,7 +59,7 @@ NJN_RAND_TAIL="$(tr -dc "a-zA-Z0-9" < /dev/urandom | fold -w 4 | head -n1)" NJN_USER="jbnode${ADDUP}_${NJN_RAND_TAIL}" NJN_USER_PASS="$(tr -dc "a-zA-Z0-9#_*=" < /dev/urandom | fold -w 32 | head -n1)" GITHUB_RAW="https://raw.githubusercontent.com" -GIT_REPO="switnet-ltd/quick-jibri-installer" +GIT_REPO="codex-ist/quick-jibri-installer" TEST_JIBRI_ENV="$GITHUB_RAW/$GIT_REPO/unstable/tools/test-jibri-env.sh" SHORT_ID="$(awk '{print substr($0,0,7)}' /etc/machine-id)" JIBRI_XORG_CONF="/etc/jitsi/jibri/xorg-video-dummy.conf" @@ -554,7 +553,6 @@ echo " ######################################################################## Node addition complete!! - For customized support: http://switnet.net ######################################################################## " diff --git a/add-jvb2-node.sh b/add-jvb2-node.sh index d94ab67..d01c508 100644 --- a/add-jvb2-node.sh +++ b/add-jvb2-node.sh @@ -1,6 +1,5 @@ #!/bin/bash # JVB2 Node Aggregator -# SwITNet Ltd © - 2022, https://switnet.net/ # GPLv3 or later. ### 0_LAST EDITION TIME STAMP ### @@ -67,7 +66,7 @@ JVB2_SIP="/etc/jitsi/videobridge/sip-communicator.properties" SHORT_ID="$(awk '{print substr($0,0,7)}' /etc/machine-id)" #PUBLIC_IP="$(dig -4 @resolver1.opendns.com ANY myip.opendns.com +short)" #GITHUB_RAW="https://raw.githubusercontent.com" -#GIT_REPO="switnet-ltd/quick-jibri-installer" +#GIT_REPO="codex-ist/quick-jibri-installer" ### 1_VAR_DEF # sed limiters for add-jvb2-node.sh variables @@ -295,7 +294,6 @@ echo " ######################################################################## Node addition complete!! - For customized support: http://switnet.net ######################################################################## " diff --git a/changelog b/changelog index 29fcc08..e2704be 100644 --- a/changelog +++ b/changelog @@ -4,52 +4,44 @@ quick-jibri-installer (7.0.8) * add-jibri-node.sh: set openjdk-jre-headless default version to 11 * changelog: add changelog --- Software, IT & Networks Tue Nov 15 02:56:26 2022 -0600 quick-jibri-installer (7.0.7) * quick_jibri_installer.sh: fix jaas & acme integration --- Software, IT & Networks Sun Oct 23 23:52:23 2022 -0500 quick-jibri-installer (7.0.6) * jitsi-updater.sh: fix jitsi repo package update filtering. --- Software, IT & Networks Fri Sep 30 04:04:31 2022 -0500 quick-jibri-installer (7.0.5) * quick_jibri_installer.sh: use new setup to enable local recording feature. --- Software, IT & Networks Fri Aug 19 07:23:41 2022 -0500 quick-jibri-installer (7.0.4) * quick_jibri_installer.sh,jwt.sh: update anonymous string on prosody setup. -fix small format issues. --- Software, IT & Networks Fri Aug 19 06:47:21 2022 -0500 quick-jibri-installer (7.0.3) * jitsi-updater: fix condition to set turn config. * quick-jibri-installer: fix typo on path. --- Software, IT & Networks Thu Jun 30 09:57:12 2022 -0500 quick-jibri-installer (7.0.2) * Detect jibri node by jitsi-updater. --- Software, IT & Networks Fri Jun 17 16:36:15 2022 -0500 quick-jibri-installer (7.0.1) * Fix debug mode on triggered scripts. * Fix grep condition. --- Software, IT & Networks Mon May 23 23:17:39 2022 -0500 quick-jibri-installer (7.0) @@ -79,12 +71,10 @@ quick-jibri-installer (7.0) * Yet again more fixes on echo and printf * Standarize jra_nextcloud * Add comment on debconf state - * Update SwITNet copyright and standarize debug option for scripts. - + ## Remove * Rename deprecated scripts folder * Remove old * Remove unused code * Finally remove jigasi deprecated script. --- Software, IT & Networks Fri May 20 20:07:02 2022 -0500 diff --git a/deprecated/jigasi.sh b/deprecated/jigasi.sh index ed5d7b1..36244b2 100644 --- a/deprecated/jigasi.sh +++ b/deprecated/jigasi.sh @@ -1,6 +1,5 @@ #!/bin/bash # Quick Jigasi Installer - *buntu (LTS) based systems. -# SwITNet Ltd © - 2020, https://switnet.net/ # GPLv3 or later. ##################### Whistlist ####################### diff --git a/etherpad-docker.sh b/etherpad-docker.sh index 67c92b8..9687161 100644 --- a/etherpad-docker.sh +++ b/etherpad-docker.sh @@ -1,6 +1,5 @@ #!/bin/bash # Etherpad Installer for Jitsi Meet -# SwITNet Ltd © - 2020, https://switnet.net/ # # GPLv3 or later. diff --git a/grafana.sh b/grafana.sh index 08d5759..7a9c241 100644 --- a/grafana.sh +++ b/grafana.sh @@ -8,7 +8,6 @@ # by "mephisto" # # Igor Kerstges © - 2021 -# SwITNet Ltd © - 2022, https://switnet.net/ # # GPLv3 or later. diff --git a/jitsi-updater.sh b/jitsi-updater.sh index 5dd9f83..5d54df5 100644 --- a/jitsi-updater.sh +++ b/jitsi-updater.sh @@ -1,7 +1,6 @@ #!/bin/bash # Jitsi Meet recurring upgrader and customization keeper # for Debian/*buntu binaries. -# SwITNet Ltd © - 2022, https://switnet.net/ # GNU GPLv3 or later. while getopts m: option diff --git a/jm-bm.sh b/jm-bm.sh index 9fb3a9e..a8fdd42 100644 --- a/jm-bm.sh +++ b/jm-bm.sh @@ -1,7 +1,7 @@ #!/bin/bash # Jitsi Meet brandless mode # for Debian/*buntu binaries. -# SwITNet Ltd © - 2022, https://switnet.net/ + # GNU GPLv3 or later. while getopts m: option diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index c0b32ca..fe9c366 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -1,6 +1,6 @@ #!/bin/bash # JRA (Jibri Recordings Access) via Nextcloud -# SwITNet Ltd © - 2022, https://switnet.net/ + # GPLv3 or later. while getopts m: option diff --git a/mode/chp-mode.sh b/mode/chp-mode.sh index e233f47..5a3bbc4 100644 --- a/mode/chp-mode.sh +++ b/mode/chp-mode.sh @@ -1,6 +1,6 @@ #!/bin/bash # Custom High Performance Jitsi conf -# SwITNet Ltd © - 2022, https://switnet.net/ + # GPLv3 or later. while getopts m: option diff --git a/mode/grid/selenium-grid-docker.sh b/mode/grid/selenium-grid-docker.sh index 868efd4..34597b9 100644 --- a/mode/grid/selenium-grid-docker.sh +++ b/mode/grid/selenium-grid-docker.sh @@ -1,7 +1,7 @@ #!/bin/bash # Custom Selenium Grid-Node fro Jitsi Meet # Pandian © - https://community.jitsi.org/u/Pandian -# SwITNet Ltd © - 2022, https://switnet.net/ + # GPLv3 or later. while getopts m: option diff --git a/mode/jms-stu.sh b/mode/jms-stu.sh index 2eb4e2d..40e7b1c 100644 --- a/mode/jms-stu.sh +++ b/mode/jms-stu.sh @@ -2,7 +2,7 @@ # System-tune-up to remove system software restrictions on a huge load of connections. # Be aware that hardware/infrastructure resources are the most common limiters. # -# SwITNet Ltd © - 2022, https://switnet.net/ + # GPLv3 or later. while getopts m: option diff --git a/mode/jwt.sh b/mode/jwt.sh index 9c3ae62..4afdc02 100644 --- a/mode/jwt.sh +++ b/mode/jwt.sh @@ -1,6 +1,6 @@ #!/bin/bash # JWT Mode Setup -# SwITNet Ltd © - 2022, https://switnet.net/ + # GPLv3 or later. while getopts m: option diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 7388bf2..2cd7ca4 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -1,6 +1,6 @@ #!/bin/bash # Quick Jibri Installer - *buntu (LTS) based systems. -# SwITNet Ltd © - 2022, https://switnet.net/ + # GPLv3 or later. { echo "Started at $(date +'%Y-%m-%d %H:%M:%S')" >> qj-installer.log @@ -1270,7 +1270,6 @@ check_snd_driver echo " ######################################################################## Installation complete!! - for customized support: http://switnet.net ######################################################################## " apt-get -y autoremove diff --git a/tools/aws-grub-setup.sh b/tools/aws-grub-setup.sh index f485fdb..07fe563 100644 --- a/tools/aws-grub-setup.sh +++ b/tools/aws-grub-setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Automated AWS generic kernel setup for jibri. -# SwITNet Ltd © - 2022, https://switnet.net/ + # GPLv3 or later. while getopts m: option diff --git a/tools/fail2ban_ssh.sh b/tools/fail2ban_ssh.sh index 6e03f03..9699dbf 100644 --- a/tools/fail2ban_ssh.sh +++ b/tools/fail2ban_ssh.sh @@ -1,6 +1,6 @@ #!/bin/bash # Simple Fail2ban configuration -# SwITNet Ltd © - 2022, https://switnet.net/ + # GNU GPLv3 or later. while getopts m: option diff --git a/tools/jibri-conf-upgrade.sh b/tools/jibri-conf-upgrade.sh index 08065c9..1537360 100644 --- a/tools/jibri-conf-upgrade.sh +++ b/tools/jibri-conf-upgrade.sh @@ -1,6 +1,6 @@ #!/bin/bash # Simple Jibri conf updater -# SwITNet Ltd © - 2022, https://switnet.net/ + # GNU GPLv3 or later. while getopts m: option diff --git a/tools/jibri-resolution-enhancer.sh b/tools/jibri-resolution-enhancer.sh index 4503ecb..35c4caa 100644 --- a/tools/jibri-resolution-enhancer.sh +++ b/tools/jibri-resolution-enhancer.sh @@ -1,6 +1,6 @@ #!/bin/bash # Simple Jibri resolution enhancer -# SwITNet Ltd © - 2022, https://switnet.net/ + # GNU GPLv3 or later. while getopts m: option diff --git a/tools/start-over.sh b/tools/start-over.sh index 256bb54..1d8d139 100644 --- a/tools/start-over.sh +++ b/tools/start-over.sh @@ -1,6 +1,6 @@ #!/bin/bash #Start over -# SwITNet Ltd © - 2022, https://switnet.net/ + # GPLv3 or later. while getopts m: option diff --git a/tools/test-jibri-env.sh b/tools/test-jibri-env.sh index 4c7c431..dc54db8 100644 --- a/tools/test-jibri-env.sh +++ b/tools/test-jibri-env.sh @@ -1,6 +1,6 @@ #!/bin/bash # Simple Jibri Env tester -# SwITNet Ltd © - 2022, https://switnet.net/ + # GNU GPLv3 or later. while getopts m: option