Closed lucasjkr closed 6 years ago
Hi. 411 assumes that it lives on the root of the domain. PRs to change this are welcome! You'll have to add a new field to phplib/Site.php
and upgrade logic to bin/migration.php
.
Note: If you decide to take this work, please work off of the es5.x
branch (which will be replacing master).
*I've replaced master
with the es-5.x
branch.
Perfect, I will take a look in the next couple of days;
I've put 411 into my ELK Docker Container (using https://github.com/kiwiz/411-docker), and intended to serve it using Nginx as a reverse proxy, so that (https://my-url/kibana) leads to kibana and (https://my-url/411) leads to 411;
Kibana plays nicely in this arrangement, but 411 does not, it's still looking for files from the site root; Off the top of everyone's head, this easily configurable? Or are you open to a pull request to the base URL part of the config?