mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
commit
a8ecd59c7b
7 changed files with 25 additions and 10 deletions
|
@ -10,9 +10,9 @@
|
||||||
# Which kiwix-tools to download from http://download.iiab.io/packages/
|
# Which kiwix-tools to download from http://download.iiab.io/packages/
|
||||||
# As obtained from http://download.kiwix.org/release/kiwix-tools/ or http://download.kiwix.org/nightly/
|
# As obtained from http://download.kiwix.org/release/kiwix-tools/ or http://download.kiwix.org/nightly/
|
||||||
|
|
||||||
kiwix_version_armhf: "kiwix-tools_linux-armhf-3.0.1-4"
|
kiwix_version_armhf: "kiwix-tools_linux-armhf-3.0.1-5"
|
||||||
kiwix_version_linux64: "kiwix-tools_linux-x86_64-3.0.1-4"
|
kiwix_version_linux64: "kiwix-tools_linux-x86_64-3.0.1-5"
|
||||||
kiwix_version_i686: "kiwix-tools_linux-i586-3.0.1-4"
|
kiwix_version_i686: "kiwix-tools_linux-i586-3.0.1-5"
|
||||||
# kiwix_src_file_i686: "kiwix-linux-i686.tar.bz2"
|
# kiwix_src_file_i686: "kiwix-linux-i686.tar.bz2"
|
||||||
# v0.9 for i686 published May 2014 ("use it to test legacy ZIM content")
|
# v0.9 for i686 published May 2014 ("use it to test legacy ZIM content")
|
||||||
# v0.10 for i686 published Oct 2016 ("experimental") REPLACED IN EARLY 2018, thx to Matthieu Gautier:
|
# v0.10 for i686 published Oct 2016 ("experimental") REPLACED IN EARLY 2018, thx to Matthieu Gautier:
|
||||||
|
|
|
@ -23,7 +23,7 @@ nextcloud_dl_url: https://download.nextcloud.com/server/releases
|
||||||
nextcloud_orig_src_file_old: latest-15.tar.bz2
|
nextcloud_orig_src_file_old: latest-15.tar.bz2
|
||||||
nextcloud_src_file_old: nextcloud_{{ nextcloud_orig_src_file_old }}
|
nextcloud_src_file_old: nextcloud_{{ nextcloud_orig_src_file_old }}
|
||||||
# For NEW OS's where PHP 7.1+ is auto-detected -- e.g. Raspbian 10, Debian 10 & Ubuntu 18.04
|
# For NEW OS's where PHP 7.1+ is auto-detected -- e.g. Raspbian 10, Debian 10 & Ubuntu 18.04
|
||||||
nextcloud_orig_src_file: latest-16.tar.bz2
|
nextcloud_orig_src_file: latest-17.tar.bz2
|
||||||
nextcloud_src_file: nextcloud_{{ nextcloud_orig_src_file }}
|
nextcloud_src_file: nextcloud_{{ nextcloud_orig_src_file }}
|
||||||
|
|
||||||
# We install on MySQL with these settings:
|
# We install on MySQL with these settings:
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
# 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!
|
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||||
|
|
||||||
phpmyadmin_name: "phpMyAdmin-4.9.0.1-all-languages"
|
phpmyadmin_name: "phpMyAdmin-4.9.1-all-languages"
|
||||||
phpmyadmin_name_zip: "{{ phpmyadmin_name }}.zip"
|
phpmyadmin_name_zip: "{{ phpmyadmin_name }}.zip"
|
||||||
|
|
|
@ -88,11 +88,6 @@ reboot_to_AP: False
|
||||||
# For those installing IIAB over WiFi: "reboot_to_AP: True" overrides the above
|
# For those installing IIAB over WiFi: "reboot_to_AP: True" overrides the above
|
||||||
# detection of WiFi-as-gateway, forcing "hostapd_enabled: True" regardless.
|
# detection of WiFi-as-gateway, forcing "hostapd_enabled: True" regardless.
|
||||||
|
|
||||||
# Bluetooth PAN access to server
|
|
||||||
bluetooth_install: True
|
|
||||||
bluetooth_enabled: False
|
|
||||||
bluetooth_term_enabled: False
|
|
||||||
|
|
||||||
# Gateway mode
|
# Gateway mode
|
||||||
iiab_lan_enabled: True
|
iiab_lan_enabled: True
|
||||||
iiab_wan_enabled: True
|
iiab_wan_enabled: True
|
||||||
|
@ -148,6 +143,11 @@ captive_portal_enabled: False
|
||||||
captive_portal_port: 9090
|
captive_portal_port: 9090
|
||||||
# In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO
|
# In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO
|
||||||
|
|
||||||
|
# Bluetooth PAN access to IIAB server
|
||||||
|
bluetooth_install: True
|
||||||
|
bluetooth_enabled: False
|
||||||
|
bluetooth_term_enabled: False
|
||||||
|
|
||||||
# Set to "False" if you want to revert to the older Dynamic Menuing system
|
# Set to "False" if you want to revert to the older Dynamic Menuing system
|
||||||
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
||||||
js_menu_install: True
|
js_menu_install: True
|
||||||
|
|
|
@ -86,6 +86,11 @@ captive_portal_install: False
|
||||||
captive_portal_enabled: False
|
captive_portal_enabled: False
|
||||||
# In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO
|
# In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO
|
||||||
|
|
||||||
|
# Bluetooth PAN access to IIAB server
|
||||||
|
bluetooth_install: True
|
||||||
|
bluetooth_enabled: False
|
||||||
|
bluetooth_term_enabled: False
|
||||||
|
|
||||||
# Set to "False" if you want to revert to the older Dynamic Menuing system
|
# Set to "False" if you want to revert to the older Dynamic Menuing system
|
||||||
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
||||||
js_menu_install: True
|
js_menu_install: True
|
||||||
|
|
|
@ -86,6 +86,11 @@ captive_portal_install: False
|
||||||
captive_portal_enabled: False
|
captive_portal_enabled: False
|
||||||
# In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO
|
# In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO
|
||||||
|
|
||||||
|
# Bluetooth PAN access to IIAB server
|
||||||
|
bluetooth_install: True
|
||||||
|
bluetooth_enabled: False
|
||||||
|
bluetooth_term_enabled: False
|
||||||
|
|
||||||
# Set to "False" if you want to revert to the older Dynamic Menuing system
|
# Set to "False" if you want to revert to the older Dynamic Menuing system
|
||||||
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
||||||
js_menu_install: True
|
js_menu_install: True
|
||||||
|
|
|
@ -86,6 +86,11 @@ captive_portal_install: False
|
||||||
captive_portal_enabled: False
|
captive_portal_enabled: False
|
||||||
# In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO
|
# In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO
|
||||||
|
|
||||||
|
# Bluetooth PAN access to IIAB server
|
||||||
|
bluetooth_install: True
|
||||||
|
bluetooth_enabled: False
|
||||||
|
bluetooth_term_enabled: False
|
||||||
|
|
||||||
# Set to "False" if you want to revert to the older Dynamic Menuing system
|
# Set to "False" if you want to revert to the older Dynamic Menuing system
|
||||||
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
||||||
js_menu_install: True
|
js_menu_install: True
|
||||||
|
|
Loading…
Reference in a new issue