mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update local_vars_min.yml
This commit is contained in:
parent
1fbd507a25
commit
2724181e6e
1 changed files with 4 additions and 2 deletions
|
@ -36,7 +36,7 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm
|
||||||
# Obtain a password hash - OLD WAY:
|
# Obtain a password hash - OLD WAY:
|
||||||
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||||
|
|
||||||
# Set these to False if you do not want to install IIAB Admin Console
|
# Set these to False if you do not want to install/enable IIAB Admin Console
|
||||||
admin_console_install: True
|
admin_console_install: True
|
||||||
admin_console_enabled: True
|
admin_console_enabled: True
|
||||||
#
|
#
|
||||||
|
@ -151,7 +151,7 @@ sshd_enabled: True
|
||||||
openvpn_install: True
|
openvpn_install: True
|
||||||
openvpn_enabled: False
|
openvpn_enabled: False
|
||||||
# Set /etc/iiab/openvpn_handle in advance here:
|
# Set /etc/iiab/openvpn_handle in advance here:
|
||||||
openvpn_handle:
|
openvpn_handle: "MIN-sized - Put Your Name Here"
|
||||||
|
|
||||||
# Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4.
|
# 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/
|
# Please see recommendations at: https://itsfoss.com/swap-size/
|
||||||
|
@ -318,6 +318,8 @@ moodle_enabled: False
|
||||||
# Instructions: https://github.com/iiab/iiab/wiki/IIAB-Maps
|
# Instructions: https://github.com/iiab/iiab/wiki/IIAB-Maps
|
||||||
osm_vector_maps_install: True
|
osm_vector_maps_install: True
|
||||||
osm_vector_maps_enabled: True
|
osm_vector_maps_enabled: True
|
||||||
|
# Set to "True" to download .mbtiles files from Archive.org (might be slow!)
|
||||||
|
maps_from_internet_archive: False
|
||||||
|
|
||||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||||
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue