How to connect to a remote sinopia?

809 Views Asked by At

Problem

Sinopia cannot be accessed remotely, while it is possible to access it from the same box.

Attempts to solve the issue

/vagrant/sinopia/config.yaml

# path to a directory with all packages
listen: 0.0.0.0:10000

sinopia is started:

vagrant@sinopia:/vagrant$ sinopia 
 warn  --- config file  - /vagrant/sinopia/config.yaml
 warn  --- http address - http://0.0.0.0:10000/

the port is listening:

vagrant@sinopia:~$ ss -nat | grep 10000
LISTEN     0      128          *:10000                    *:*

but telnet

telnet 192.168.10.20 10000

fails

Trying 192.168.10.20...
telnet: connect to address 192.168.10.20: Connection refused

there is also no firewall

vagrant@sinopia:~$ sudo ufw status
Status: inactive

I have found this unanswered question

https://forum.synology.com/enu/viewtopic.php?t=120253

The issue persists when verdaccio is deployed.

Question

How to connect to a remote sinopia?

0

There are 0 best solutions below