I tried it on localhost. It basically works, but i encounter some problems:
-
the CSS path is created by SERVER_ADDR, not by SERVER_NAME, which breaks with multiple virtual hosts on NginX, when default host points elsewhere
-
the sqlite directory needs write permissions for writting into DB file, writting permissions on DB file is not enought
-
the installation instructions doesn't mentioned that redirection is needed, else Networks, Hosts (etc) links results in 404: try_files $uri $uri/ /sipam/index.php;
-
the README doesn't exactly mention IPv6, it works only partially, i am able to add IPv6 network & hosts, but IPv6 network link is not able to list its hosts
Please, clarify these things in README.
I tried it on localhost. It basically works, but i encounter some problems:
the CSS path is created by SERVER_ADDR, not by SERVER_NAME, which breaks with multiple virtual hosts on NginX, when default host points elsewhere
the
sqlitedirectory needs write permissions for writting into DB file, writting permissions on DB file is not enoughtthe installation instructions doesn't mentioned that redirection is needed, else Networks, Hosts (etc) links results in 404:
try_files $uri $uri/ /sipam/index.php;the README doesn't exactly mention IPv6, it works only partially, i am able to add IPv6 network & hosts, but IPv6 network link is not able to list its hosts
Please, clarify these things in README.