horilla-opensource / horilla

Horilla is a free and open source HR software.
https://www.horilla.com/
GNU Lesser General Public License v2.1
83 stars 43 forks source link

Can we Access over the LAN Network If we have already installed on VMware Machine Ubuntu local host: 127.0.0.1:8000 #147

Closed sanjaysys closed 1 week ago

sanjaysys commented 3 weeks ago

Feature Request

Description

Hi Team,

Ques1: My question is i am already installed horiila on vmware machine in Ubuntu OS. that is working fine. but if we have need to access over the LAN network. so can we access or not. pls let me know me. if it is possible how can access over the local network please share documentation.

horilla-opensource commented 3 weeks ago

Hi @sanjaysys , I do have a doubt about it because of the virtual machine setup. If both the virtual machine Ubuntu and the other machines are connected under same network, that might be possible. For that from the Ubuntu system, get its IPv4 address and use that address as host in your other machines. Example: If the IPv4 address of your Ubuntu machine is 192.168.0.1, in your other machine go to http://192.168.0.1:8000 to access Horilla. The general syntax is : http://{the IP of the target machine}:{port number}

Hope this helps. Please check and let us know.

With Regards, Team Horilla

uckons commented 3 weeks ago

hi @horilla-opensource just try can't access from other PC in the same LAN using http://serverip:8000

horilla-opensource commented 3 weeks ago

Hi @uckons , Are you using the similar setup of virtual machine?

With Regards, Team Horilla

uckons commented 3 weeks ago

Hi @horilla-opensource yes using VM, and even i trying to access from other server in the same VM machine with same subnet still not working

horilla-opensource commented 3 weeks ago

Hi @uckons , Can you check with the firewall settings, if something is blocking the service ?

With Regards, Team Horilla

sanjaysys commented 3 weeks ago

Same LAN but still is not working Please help i am trying ngrock also but is not working.

Artapel commented 2 weeks ago

Ive got the same issue on a new install. Seems that only local web access is allowed by default, I cannot find documentation to allow access from another IP on the same Subnet

Artapel commented 2 weeks ago

Ive disable the ubuntu firewall (ufw), i cann ssh into ubuntu just fine, just cannot browse to HTTP://ipaddress:8000 from another machine.

ERR_CONNECTION_REFUSED

horilla-opensource commented 2 weeks ago

Hi @Artapel , We haven't add any settings to allow only the local web access by default. Our demo instance (demo.horilla.com) is hosted on an aws ubuntu server with basic configurations for django. Can you please share with us the settings.py file contents (removing the private credentials) and also how you have hosted the service? Also can you please check if the port 8000 is opened in the server and also the status of the service?

With Regards, Team Horilla

jomausiu commented 2 weeks ago

Run the server with the following command

python manage.py runserver 0:8000