1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #2559 from tim-moody/7.2-adm-inst

correct misleading comments
This commit is contained in:
Tim Moody 2020-10-05 18:58:42 -04:00 committed by GitHub
commit 3f060118ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 15 deletions

View file

@ -68,12 +68,13 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm
# Time Zone (php needs timezone to be set)
local_tz: "{{ ansible_date_time.tz }}"
# IIAB Admin Console is sometimes not needed, e.g. on Raspberry Pi Zero W
# Set these to False if you do not want to install IIAB Admin Console
admin_console_install: True
admin_console_enabled: True
#
# 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)
# Set to "False" if you do not want to use the latest js-menus
# either because you use wordpress or another home page
# or if you prefer the older https://github.com/iiab/iiab-menu (no longer maintained)
js_menu_install: True

View file

@ -36,12 +36,13 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm
# Obtain a password hash - OLD WAY:
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
# IIAB Admin Console is sometimes not needed, e.g. on Raspberry Pi Zero W
# Set these to False if you do not want to install IIAB Admin Console
admin_console_install: True
admin_console_enabled: True
#
# 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)
# Set to "False" if you do not want to use the latest js-menus
# either because you use wordpress or another home page
# or if you prefer the older https://github.com/iiab/iiab-menu (no longer maintained)
js_menu_install: True

View file

@ -36,12 +36,13 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm
# Obtain a password hash - OLD WAY:
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
# IIAB Admin Console is sometimes not needed, e.g. on Raspberry Pi Zero W
# Set these to False if you do not want to install IIAB Admin Console
admin_console_install: True
admin_console_enabled: True
#
# 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)
# Set to "False" if you do not want to use the latest js-menus
# either because you use wordpress or another home page
# or if you prefer the older https://github.com/iiab/iiab-menu (no longer maintained)
js_menu_install: True

View file

@ -36,12 +36,13 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm
# Obtain a password hash - OLD WAY:
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
# IIAB Admin Console is sometimes not needed, e.g. on Raspberry Pi Zero W
# Set these to False if you do not want to install IIAB Admin Console
admin_console_install: True
admin_console_enabled: True
#
# 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)
# Set to "False" if you do not want to use the latest js-menus
# either because you use wordpress or another home page
# or if you prefer the older https://github.com/iiab/iiab-menu (no longer maintained)
js_menu_install: True