mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
4d02ca21dd
5 changed files with 16 additions and 5 deletions
|
@ -8,7 +8,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-14.tar.bz2
|
||||
nextcloud_orig_src_file: latest-15.tar.bz2
|
||||
nextcloud_src_file: nextcloud_{{ nextcloud_orig_src_file }}
|
||||
|
||||
# we install on mysql with these setting or those from default_vars, etc.
|
||||
|
|
|
@ -122,10 +122,9 @@ captive_portal_enabled: True
|
|||
captive_portal_port: 9090
|
||||
# In a pinch, disable it by running: systemctl disable captive-portal
|
||||
|
||||
# For @tim-moody's Nodogsplash approach to Captive Portal?
|
||||
# Highly experimental as of June 2018: https://github.com/iiab/iiab/issues/608
|
||||
# captive_portal_install: False
|
||||
# captive_portal_enabled: False
|
||||
# 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)
|
||||
js_menu_install: True
|
||||
|
||||
# Wonder Shaper
|
||||
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||
|
|
|
@ -62,6 +62,10 @@ captive_portal_install: True
|
|||
captive_portal_enabled: True
|
||||
# In a pinch, disable it by running: systemctl disable captive-portal
|
||||
|
||||
# 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)
|
||||
js_menu_install: True
|
||||
|
||||
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||
# wondershaper_install: False
|
||||
# wondershaper_enabled: False
|
||||
|
|
|
@ -62,6 +62,10 @@ captive_portal_install: True
|
|||
captive_portal_enabled: True
|
||||
# In a pinch, disable it by running: systemctl disable captive-portal
|
||||
|
||||
# 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)
|
||||
js_menu_install: True
|
||||
|
||||
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||
# wondershaper_install: False
|
||||
# wondershaper_enabled: False
|
||||
|
|
|
@ -62,6 +62,10 @@ captive_portal_install: True
|
|||
captive_portal_enabled: True
|
||||
# In a pinch, disable it by running: systemctl disable captive-portal
|
||||
|
||||
# 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)
|
||||
js_menu_install: True
|
||||
|
||||
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||
# wondershaper_install: False
|
||||
# wondershaper_enabled: False
|
||||
|
|
Loading…
Add table
Reference in a new issue