mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
commit
8f61fdb60d
2 changed files with 17 additions and 14 deletions
|
@ -1,5 +1,8 @@
|
|||
nextcloud_install: True
|
||||
nextcloud_enabled: False
|
||||
# nextcloud_install: False
|
||||
# nextcloud_enabled: False
|
||||
|
||||
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||
|
||||
# REMOVE /opt/nextcloud/version.php TO FORCE AN INSTALL OR REINSTALL OR UPGRADE
|
||||
nextcloud_force_install: False
|
||||
|
@ -8,7 +11,7 @@ nextcloud_url: /nextcloud
|
|||
nextcloud_prefix: /opt
|
||||
nextcloud_data_dir: "{{ content_base }}/nextcloud/data"
|
||||
nextcloud_dl_url: https://download.nextcloud.com/server/releases
|
||||
nextcloud_orig_src_file: latest-15.tar.bz2
|
||||
nextcloud_orig_src_file: latest-15.tar.bz2 # 2019-04-25: nextcloud-16.0.0.tar.bz2 requires PHP 7.1+ and so fails on current Raspbian and Debian 9 "Stretch". 2019-09-27 aside: latest-16.tar.bz2 oddly still not yet published at https://download.nextcloud.com/server/releases/
|
||||
nextcloud_src_file: nextcloud_{{ nextcloud_orig_src_file }}
|
||||
|
||||
# we install on mysql with these setting or those from default_vars, etc.
|
||||
|
|
|
@ -110,7 +110,7 @@ function genRegionItem(region,checkbox) {
|
|||
html += itemId;
|
||||
if ( checkbox ) { html += '</input>';};
|
||||
html += '</label>'; // end input
|
||||
html += ' Size: ' + readableSize(ksize);
|
||||
html += ' ' + readableSize(ksize);
|
||||
html += '</div>';
|
||||
//console.log(html);
|
||||
|
||||
|
|
Loading…
Reference in a new issue