-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Bug Description
Sometimes I would like to be able to pull up Logarr on my phone while watching Emby so I can monitor logs, but it appears the app can only be accessed by the URL http://localhost:3001/, not, for example, the host IP address of the machine on my local network, such as http://192.168.1.20:3001/. You can access the login page from this IP address URL, but it won't let you login, it instead gives an error at the bottom of the page saying:
Login failed
NetworkError when attempting to fetch resource.
Steps to Reproduce
- Go to the address http://192.168.1.20:3001/ in your browser while Logarr is running, where 192.168.1.20 is the local network's IP address of the host machine running Logarr.
- Login using the credentials you have already established.
- Logarr fails to login and gives the error noted above.
Expected Behavior
I should be able to access Logarr from a localhost address, from inside the same network using the 192.168.x.x address of the host running Logarr, or from 127.0.0.1 on the host machine itself.
Actual Behavior
You can only access it from the localhost address.
Deployment Method
Docker Compose
Version
0.6.1
Browser
Firefox
Relevant Logs
Additional Context
No response