mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
change defaults
This commit is contained in:
parent
6a37697b69
commit
8cca162118
1 changed files with 5 additions and 5 deletions
|
@ -61,7 +61,7 @@ host_ssid: "Internet in a Box"
|
|||
host_wifi_mode: g
|
||||
host_channel: 6
|
||||
hostapd_secure: False
|
||||
hostapd_password: "iiab2017"
|
||||
hostapd_password: "changeme"
|
||||
|
||||
#intended for developers
|
||||
exFAT_enabled: False
|
||||
|
@ -100,11 +100,11 @@ named_enabled: True
|
|||
block_DNS: False
|
||||
|
||||
# dansguardian
|
||||
dansguardian_install: True
|
||||
dansguardian_install: False
|
||||
dansguardian_enabled: False
|
||||
|
||||
# squid
|
||||
squid_install: True
|
||||
squid_install: False
|
||||
squid_enabled: False
|
||||
|
||||
# wondershaper
|
||||
|
@ -168,7 +168,7 @@ cups_enabled: False
|
|||
# MYSQL
|
||||
mysql_install: True
|
||||
mysql_enabled: False
|
||||
phpmyadmin_install: True
|
||||
phpmyadmin_install: False
|
||||
phpmyadmin_enabled: False
|
||||
# password is fixmysql
|
||||
# mysql_root_password: $6$iiab51$3ICIW0CLWxxMW2a3yrHZ38ukZItD5tcadL4rWcE9D.qIGStxhh8rRsaSxoj3b.MYxI/VRDNjpzSYK/V6zkWFI0
|
||||
|
@ -213,7 +213,7 @@ pathagar_enabled: False
|
|||
# Calibre
|
||||
calibre_install: True
|
||||
calibre_enabled: False
|
||||
calibre_port: 8010
|
||||
calibre_port: 8080
|
||||
|
||||
# RACHEL
|
||||
rachel_install: False
|
||||
|
|
Loading…
Reference in a new issue