Not clean docs
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 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.
@slavkoja, your point number 3 about redirection explains why I get errors :) How do I implement this?
I no more use it, then i cannot copy working config, but you can somethign as this:
location /sipam {
try_files $uri $uri/ /sipam/index.php;
# etc
}