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:
commit
3f060118ca
4 changed files with 19 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
@ -150,7 +151,7 @@ sshd_enabled: True
|
|||
openvpn_install: True
|
||||
openvpn_enabled: False
|
||||
# Set /etc/iiab/openvpn_handle in advance here:
|
||||
openvpn_handle:
|
||||
openvpn_handle:
|
||||
|
||||
# Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4.
|
||||
# Please see recommendations at: https://itsfoss.com/swap-size/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
@ -150,7 +151,7 @@ sshd_enabled: True
|
|||
openvpn_install: True
|
||||
openvpn_enabled: False
|
||||
# Set /etc/iiab/openvpn_handle in advance here:
|
||||
openvpn_handle:
|
||||
openvpn_handle:
|
||||
|
||||
# Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4.
|
||||
# Please see recommendations at: https://itsfoss.com/swap-size/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
@ -150,7 +151,7 @@ sshd_enabled: True
|
|||
openvpn_install: True
|
||||
openvpn_enabled: False
|
||||
# Set /etc/iiab/openvpn_handle in advance here:
|
||||
openvpn_handle:
|
||||
openvpn_handle:
|
||||
|
||||
# Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4.
|
||||
# Please see recommendations at: https://itsfoss.com/swap-size/
|
||||
|
|
Loading…
Add table
Reference in a new issue