mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Nextcloud 16 on Debian 10 & Ubuntu 18.04; Nextcloud 15 on Debian 9 & Raspian 9
This commit is contained in:
parent
f65ee3e598
commit
3716d3d304
1 changed files with 5 additions and 1 deletions
|
@ -11,8 +11,12 @@ 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 # 2019-04-24: nextcloud-16.0.0.tar.bz2 requires PHP 7.1+ and so fails on current Raspbian 9 and Debian 9 "Stretch". 2019-05-11: latest-16.tar.bz2 finally published to https://download.nextcloud.com/server/releases/ (nextcloud/server#15502) e.g. for Ubuntu 18.04+
|
||||
|
||||
# 2019-05-11: latest-16.tar.bz2 finally published to https://download.nextcloud.com/server/releases/ (nextcloud/server#15502) e.g. for Ubuntu 18.04 & Debian 10
|
||||
nextcloud_orig_src_file: latest-16.tar.bz2 # 2019-05-16: for Debian 10 & Ubuntu 18.04 where PHP 7.1+ is available
|
||||
nextcloud_src_file: nextcloud_{{ nextcloud_orig_src_file }}
|
||||
nextcloud_orig_src_file_old: latest-15.tar.bz2 # 2019-05-16: for Debian 9 & Raspbian 9 where PHP 7.1+ isn't available
|
||||
nextcloud_src_file_old: nextcloud_{{ nextcloud_orig_src_file }}
|
||||
|
||||
# we install on mysql with these setting or those from default_vars, etc.
|
||||
nextcloud_dbname: nextcloud
|
||||
|
|
Loading…
Reference in a new issue