1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

change defaults

This commit is contained in:
George Hunt 2017-09-03 21:48:59 -07:00
parent 6a37697b69
commit 8cca162118

View file

@ -61,7 +61,7 @@ host_ssid: "Internet in a Box"
host_wifi_mode: g host_wifi_mode: g
host_channel: 6 host_channel: 6
hostapd_secure: False hostapd_secure: False
hostapd_password: "iiab2017" hostapd_password: "changeme"
#intended for developers #intended for developers
exFAT_enabled: False exFAT_enabled: False
@ -100,11 +100,11 @@ named_enabled: True
block_DNS: False block_DNS: False
# dansguardian # dansguardian
dansguardian_install: True dansguardian_install: False
dansguardian_enabled: False dansguardian_enabled: False
# squid # squid
squid_install: True squid_install: False
squid_enabled: False squid_enabled: False
# wondershaper # wondershaper
@ -168,7 +168,7 @@ cups_enabled: False
# MYSQL # MYSQL
mysql_install: True mysql_install: True
mysql_enabled: False mysql_enabled: False
phpmyadmin_install: True phpmyadmin_install: False
phpmyadmin_enabled: False phpmyadmin_enabled: False
# password is fixmysql # password is fixmysql
# mysql_root_password: $6$iiab51$3ICIW0CLWxxMW2a3yrHZ38ukZItD5tcadL4rWcE9D.qIGStxhh8rRsaSxoj3b.MYxI/VRDNjpzSYK/V6zkWFI0 # mysql_root_password: $6$iiab51$3ICIW0CLWxxMW2a3yrHZ38ukZItD5tcadL4rWcE9D.qIGStxhh8rRsaSxoj3b.MYxI/VRDNjpzSYK/V6zkWFI0
@ -213,7 +213,7 @@ pathagar_enabled: False
# Calibre # Calibre
calibre_install: True calibre_install: True
calibre_enabled: False calibre_enabled: False
calibre_port: 8010 calibre_port: 8080
# RACHEL # RACHEL
rachel_install: False rachel_install: False