Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not clean docs #3

Open
slavkoja opened this issue Aug 6, 2019 · 2 comments
Open

Not clean docs #3

slavkoja opened this issue Aug 6, 2019 · 2 comments

Comments

@slavkoja
Copy link

slavkoja commented Aug 6, 2019

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.

@Chewie9999
Copy link

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

@slavkoja
Copy link
Author

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants