diff --git a/2.Common_services/5.Nginx/vhost_videos.conf b/2.Common_services/5.Nginx/vhost_videos.conf index 2e95be2fd974180d55f97386e240ca8859704401..be9ffe3a53ce3aba85071d70edbfddbe9f0b8e6e 100644 --- a/2.Common_services/5.Nginx/vhost_videos.conf +++ b/2.Common_services/5.Nginx/vhost_videos.conf @@ -1,16 +1,5 @@ server { listen 80; - server_name {{ server_name }}; - - root /var/www/videos/; - - access_log /var/log/nginx/access_videos.log; - error_log /var/log/nginx/error_videos.log; - - add_header Access-Control-Allow-Origin "*"; -} - -server { listen 443 ssl; server_name {{ server_name }}; diff --git a/2.Common_services/6.Munin/0_setup.sh b/2.Common_services/6.Munin/0_setup.sh index 826612438b766078a23ceeba313ca028b975325d..dc55b4b71ead5283fd60512baf5d55760f358e5b 100755 --- a/2.Common_services/6.Munin/0_setup.sh +++ b/2.Common_services/6.Munin/0_setup.sh @@ -29,7 +29,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y ubicast-config # new skin templates #cd /etc/munin -#git clone https://git.ubicast.net/mediaserver/munin-monitoring-theme.git +#git clone https://panel.ubicast.eu/git/mediaserver/munin-monitoring-theme.git #mv /etc/munin/static /etc/munin/static.orig #mv /etc/munin/templates /etc/munin/templates.orig #cp -pr munin-monitoring-theme/templates/munstrap/static /etc/munin/ diff --git a/9.MediaVault/1.Install_MediaVault/0_setup.sh b/9.MediaVault/1.Install_MediaVault/0_setup.sh index 41930434cbf5a503c660f691d21b1c43451f7755..43ad62f5b50ed60f093bd30492b26863485450ae 100755 --- a/9.MediaVault/1.Install_MediaVault/0_setup.sh +++ b/9.MediaVault/1.Install_MediaVault/0_setup.sh @@ -6,7 +6,7 @@ apt-get install -y dialog build-essential cd /root rm -rf burp-custom -git clone https://git.ubicast.net/mediaserver/burp-custom.git burp-custom +git clone https://panel.ubicast.eu/git/mediaserver/burp-custom.git burp-custom # set conf sed -i "s@^BURP_STATUS_IP=.*@BURP_STATUS_IP=${BURP_STATUS_IP}@" /root/burp-custom/burp-custom.sh diff --git a/tester.py b/tester.py index e03ce632439323418fbb51b7e1d795e9bbef04d6..e95558747d3f1e3b3a6704a3f20389aba7786779 100755 --- a/tester.py +++ b/tester.py @@ -190,7 +190,7 @@ class Tester(): os.chdir(self.root_dir) else: log('Cloning ms-testing-suite in "%s".' % ms_path) - subprocess.check_call(['git', 'clone', 'https://git.ubicast.net/mediaserver/ms-testing-suite.git', ms_path]) + subprocess.check_call(['git', 'clone', 'https://panel.ubicast.eu/git/mediaserver/ms-testing-suite.git', ms_path]) # Add tests to list wowza_dir = '/usr/local/WowzaStreamingEngine' etc_lives_conf = '/etc/mediaserver/lives_conf.py'