mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #2115 from holta/nextcloud-readability
Document fast download option in nextcloud/defaults/main.yml
This commit is contained in:
commit
a9ae7401cf
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
||||||
nextcloud_url: /nextcloud
|
nextcloud_url: /nextcloud
|
||||||
nextcloud_prefix: /opt
|
nextcloud_prefix: /opt
|
||||||
nextcloud_data_dir: "{{ content_base }}/nextcloud/data" # /library/nextcloud/data
|
nextcloud_data_dir: "{{ content_base }}/nextcloud/data" # /library/nextcloud/data
|
||||||
|
|
||||||
|
# 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).
|
||||||
|
# The following line can avoid that: (but might install an older Nextcloud)
|
||||||
|
# nextcloud_dl_url: http://d.iiab.io/packages
|
||||||
nextcloud_dl_url: https://download.nextcloud.com/server/releases
|
nextcloud_dl_url: https://download.nextcloud.com/server/releases
|
||||||
|
|
||||||
# For OLD OS's where PHP 7.1+ isn't detected -- e.g. Raspbian 9, Debian 9, Ubuntu 16.04
|
# For OLD OS's where PHP 7.1+ isn't detected -- e.g. Raspbian 9, Debian 9, Ubuntu 16.04
|
||||||
|
|
Loading…
Reference in a new issue