-
Notifications
You must be signed in to change notification settings - Fork 17
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
service-registrar: Enable multiple on-router-services on standard ports #335
Comments
I would prefer to keep the luci interface on the default ports. Then when someone loads myrouter.olsr, they would get what they expect and not have to guess which port the actual luci interface is (for example, to find contact info). In my opinion, services can be put on the non-standard ports Also, take a look at https://forum.openwrt.org/t/poor-mans-virtual-hosts/95780 for an alternative solution to virtual hosts |
I would also keep LuCI on the default ports. If you want to have other services on port 80 you could just use another IP address and set |
@Akira25 can this be closed / adjusted to my proposed solution? |
At the moment, I prefer the |
In standard configuration, port 80 is already used by uhttpd serving the luci-ui. So we cannot have a freifunk-service on that port.
For enabling that, we can move LuCI to be served on port 80 and port 8443. This can be done fairly easily by tweaking the main-section of
/etc/config/uhttpd
to these values.Service-registrar should provide an button for that.
The text was updated successfully, but these errors were encountered: