diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..611be71 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +custom: ["https://www.paypal.me/switnet", switnet.net] diff --git a/README.md b/README.md index d231641..5a041c3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Login into your clean server, clone git repository and run the installer, ``` git clone https://github.com/switnet-ltd/quick-jibri-installer cd quick-jibri-installer -bash quick-jibri-installer.sh +sudo bash quick_jibri_installer.sh ``` ![QJI - Setup](https://raw.githubusercontent.com/wiki/switnet-ltd/quick-jibri-installer/images/qji-diagram-setup.png) diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index b14f98d..24f2653 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -419,7 +419,7 @@ NC_NGINX systemctl stop nginx letsencrypt certonly --standalone --renew-by-default --agree-tos -d "$NC_DOMAIN" if [ -f /etc/letsencrypt/live/"$NC_DOMAIN"/fullchain.pem ];then - ln -s "$NC_NGINX_CONF" /etc/nginx/sites-available/ + ln -s "$NC_NGINX_CONF" /etc/nginx/sites-enabled/ else echo "There are issues on getting the SSL certs..." read -n 1 -s -r -p "Press any key to continue" diff --git a/mode/chp-mode.sh b/mode/chp-mode.sh index 3f39275..dc6e85c 100644 --- a/mode/chp-mode.sh +++ b/mode/chp-mode.sh @@ -54,7 +54,6 @@ MEET_CONF_HP="/etc/jitsi/meet/${DOMAIN}-chp-config.js" INT_CONF_JS="/etc/jitsi/meet/${DOMAIN}-interface_config.js" INT_CONF_JS_HP="/etc/jitsi/meet/${DOMAIN}-chp-interface_config.js" WS_CONF="/etc/nginx/sites-available/$DOMAIN.conf" -#FSTAB="/etc/fstab" CHAT_DISABLED="TBD" if [ -f "$MEET_CONF_HP" ] || [ -f "$INT_CONF_JS_HP" ]; then