lampa-app/LAMPA

Custom Lampa URL doesn't allow format http://somename:5555

Closed this issue · 1 comments

I have Lampac installed in a docker container on a machine that is available on my home network with the name SOMENAME and is listening on port 9118
I can open Lampa in a web browser by navigating to http://somename:9118
But when I try to change the Lampa URL in the app, I get an error - please enter a valid Lampa URL.
I think the problem is in the URL validation regex on this line

private const val URL_REGEX =

You need provide valid URL - in case of local hostname it must be somename.home, somename.local somename.lan etc