MaGaMeGa / SimpleArrowhead

Simple Arrowhead Local cloud setup, deployment and management
0 stars 0 forks source link

Open ports for swagger-ui #2

Open SebCanet opened 3 years ago

SebCanet commented 3 years ago

HI, I think this could be helpful that you:

MaGaMeGa commented 3 years ago

Please add estimated priority of the issue, related to your other issues. (1 - could not be used without it ... 10 - would be a nice extra feature)

SebCanet commented 3 years ago

Priority : 3. Thanks.

SebCanet commented 3 years ago

Hi, do you have documentation to help open ports for swagger-ui? or install it if needed? Many thankd.

MaGaMeGa commented 3 years ago

Hi,

Most likely I will start working on the issues and on the ui, at around mid/late jun. In the mean time you could try:

https://download.virtualbox.org/virtualbox/6.1.22/UserManual.pdf 6.3.1 Configuring Port Forwarding with NAT

VBoxManage modifyvm "AlpineVM" --natpf1 "srswagger,tcp,,9843,,8843" where srswagger : could be omitted or changed 9843 : change to a free port on host 8843: change to a port to be forwarded from guest

SebCanet commented 3 years ago

Hi, many thanks for this information! I launched the command but I cannot access to anything on VM IP:9843 Am I wrong?