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:
Diederik de Groot
2020-03-16 08:06:10 +01:00
parent 22ae9c5ad1
commit ad70913459
2284 changed files with 23 additions and 275 deletions

10
.gitignore vendored
View File

@@ -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

View File

@@ -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