From 18a10e940df45570a52960fac8f51e631370b20e Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 18:31:18 -0500 Subject: [PATCH 1/8] Update default_vars.yml --- vars/default_vars.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index a9351635c..7ae053b28 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -387,6 +387,11 @@ nextcloud_enabled: False nextcloud_allow_public_ips: False # Configuration tips for IPv4 access controls and tuning RAM/resources: # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md +# +# 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle +# you to 100 kbit/sec, delaying your IIAB install by an hour or more (#2112). +# Uncomment the following line to avoid that: (might install an older Nextcloud) +# nextcloud_dl_url: http://d.iiab.io/packages # A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX. # Works on Ubuntu 18.04, Debian 9. Experimental on Rasp/RPi 3. Uses Node.js 10.x From b201255e1e4b6c23d2f543929ff6506a01a90d3e Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 18:31:23 -0500 Subject: [PATCH 2/8] Update local_vars_min.yml --- vars/local_vars_min.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index c1e0f6ae6..4a57fdc92 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -243,6 +243,11 @@ nextcloud_enabled: False nextcloud_allow_public_ips: False # Configuration tips for IPv4 access controls and tuning RAM/resources: # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md +# +# 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle +# you to 100 kbit/sec, delaying your IIAB install by an hour or more (#2112). +# Uncomment the following line to avoid that: (might install an older Nextcloud) +# nextcloud_dl_url: http://d.iiab.io/packages # A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX. # Works on Ubuntu 18.04, Debian 9. Experimental on Rasp/RPi 3. Uses Node.js 10.x From 8bf42cb962e9527f8e02142e533836d613cca896 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 18:31:28 -0500 Subject: [PATCH 3/8] Update local_vars_medium.yml --- vars/local_vars_medium.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 9e0a8affe..fe008a98d 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -243,6 +243,11 @@ nextcloud_enabled: True nextcloud_allow_public_ips: False # Configuration tips for IPv4 access controls and tuning RAM/resources: # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md +# +# 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle +# you to 100 kbit/sec, delaying your IIAB install by an hour or more (#2112). +# Uncomment the following line to avoid that: (might install an older Nextcloud) +# nextcloud_dl_url: http://d.iiab.io/packages # A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX. # Works on Ubuntu 18.04, Debian 9. Experimental on Rasp/RPi 3. Uses Node.js 10.x From b6be1916f24768ff723712b0d93961edd8852635 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 18:31:33 -0500 Subject: [PATCH 4/8] Update local_vars_big.yml --- vars/local_vars_big.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 238a33487..1e9a093b2 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -243,6 +243,11 @@ nextcloud_enabled: True nextcloud_allow_public_ips: False # Configuration tips for IPv4 access controls and tuning RAM/resources: # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md +# +# 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle +# you to 100 kbit/sec, delaying your IIAB install by an hour or more (#2112). +# Uncomment the following line to avoid that: (might install an older Nextcloud) +# nextcloud_dl_url: http://d.iiab.io/packages # A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX. # Works on Ubuntu 18.04, Debian 9. Experimental on Rasp/RPi 3. Uses Node.js 10.x From 6be49b13a900685bde8d24e1636d23a584b4cc5c Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 18:38:34 -0500 Subject: [PATCH 5/8] Update local_vars_big.yml --- vars/local_vars_big.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 1e9a093b2..837429064 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -245,7 +245,7 @@ nextcloud_allow_public_ips: False # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md # # 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle -# you to 100 kbit/sec, delaying your IIAB install by an hour or more (#2112). +# you to ~100 kbit/sec, delaying your IIAB install by an hour or more (#2112). # Uncomment the following line to avoid that: (might install an older Nextcloud) # nextcloud_dl_url: http://d.iiab.io/packages From b1f7935ab5d74ef870c215196f615ef8ebd7c49d Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 18:38:54 -0500 Subject: [PATCH 6/8] Update local_vars_medium.yml --- vars/local_vars_medium.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index fe008a98d..9ecc8fbe0 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -245,7 +245,7 @@ nextcloud_allow_public_ips: False # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md # # 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle -# you to 100 kbit/sec, delaying your IIAB install by an hour or more (#2112). +# you to ~100 kbit/sec, delaying your IIAB install by an hour or more (#2112). # Uncomment the following line to avoid that: (might install an older Nextcloud) # nextcloud_dl_url: http://d.iiab.io/packages From 730af93a3bbf1e99df3e1497df4147b79beda3cc Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 18:39:15 -0500 Subject: [PATCH 7/8] Update local_vars_min.yml --- vars/local_vars_min.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index 4a57fdc92..74ab7bd4e 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -245,7 +245,7 @@ nextcloud_allow_public_ips: False # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md # # 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle -# you to 100 kbit/sec, delaying your IIAB install by an hour or more (#2112). +# you to ~100 kbit/sec, delaying your IIAB install by an hour or more (#2112). # Uncomment the following line to avoid that: (might install an older Nextcloud) # nextcloud_dl_url: http://d.iiab.io/packages From 140553611bd2926b02aa281ace3e11ba6370a964 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 18:39:39 -0500 Subject: [PATCH 8/8] Update default_vars.yml --- vars/default_vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 7ae053b28..7d8b590c4 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -389,7 +389,7 @@ nextcloud_allow_public_ips: False # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md # # 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle -# you to 100 kbit/sec, delaying your IIAB install by an hour or more (#2112). +# you to ~100 kbit/sec, delaying your IIAB install by an hour or more (#2112). # Uncomment the following line to avoid that: (might install an older Nextcloud) # nextcloud_dl_url: http://d.iiab.io/packages