Hello everyone
I’ve been trying to get my local server running. I use remote machine with ubuntu 22. I want to make galaxy interface avalible among PC in local network.
Installation itself was fine and went without errors.
I’ve modded galaxy.yml with
Configuration for Gunicorn.
gunicorn:
# Enable Galaxy gunicorn server.
enable: true
# The socket to bind. A string of the form: ``HOST``, ``HOST:PORT``, ``unix:PATH``,
fd://FD
. An IP is a valid HOST.
bind: ‘my.remote.ip.address:8080’
At logs i got line about gunicorn listening on my ip:port
while for telnet i got
telnet 10.220.18.12 8080
Trying 10.220.18.12…
Connected to 10.220.18.12.
Escape character is ‘^]’.
^]
telnet> quit
Connection closed.
firewall does not interfere anything.
Anyways interface is not avalible, i get connection timeout error.
What can be the problem and what can i do to fox it&