SimpleIPAM icon indicating copy to clipboard operation
SimpleIPAM copied to clipboard

Not clean docs

Open slavkoja opened this issue 6 years ago • 2 comments

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.

slavkoja avatar Aug 06 '19 10:08 slavkoja

@slavkoja, your point number 3 about redirection explains why I get errors :) How do I implement this?

Chewie9999 avatar Oct 23 '19 08:10 Chewie9999

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
}

slavkoja avatar Oct 23 '19 17:10 slavkoja