Reorder directory structure
/tftpboot -> /data /tftpboot/index.php -> /srv/web/index.php /tftp_provisioner.php -> /srv/tftp/tftp_provisioner.php Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -8,8 +8,8 @@ env/
|
||||
etc/nginx/site-available/nginx.rules
|
||||
etc/tftpd-hpa/tftpd.rules
|
||||
etc/certs/*.pem
|
||||
tftpboot/settings/*.cnf.xml
|
||||
tftpboot/settings/*.tlv
|
||||
tftpboot/settings/authorized_keys
|
||||
tftpboot/settings/*.jar
|
||||
tftpboot/settings/*.json
|
||||
data/settings/*.cnf.xml
|
||||
data/settings/*.tlv
|
||||
data/settings/authorized_keys
|
||||
data/settings/*.jar
|
||||
data/settings/*.json
|
||||
|
12
config.ini
12
config.ini
@@ -8,6 +8,12 @@ log_level = LOG_INFO ; LOG_EMERG|LOG_ALERT|LOG_CRIT|LOG_ERR|LOG_WARNING|LO
|
||||
auto_generate_settings = FALSE
|
||||
auto_sign = FALSE
|
||||
auto_encrypt = FALSE
|
||||
localnet = 192.168.178.0/24
|
||||
|
||||
[config]
|
||||
file = /etc/asterisk/sccp.conf
|
||||
database = asterisk
|
||||
database_driver = postgres
|
||||
|
||||
[security]
|
||||
cert_ca = NULL
|
||||
@@ -53,3 +59,9 @@ urls.messages = NULL
|
||||
urls.proxyserver = NULL
|
||||
;vpn.
|
||||
;phoneservices.
|
||||
|
||||
[SEP001122334455]
|
||||
locale.country = Netherlands
|
||||
locale.language = Dutch Netherlands
|
||||
locale.langcode = nl_NL
|
||||
locale.charset = utf-8
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user