SideStore / omnisette-server

An HTTP server wrapper for omnisette. Supports both V1 (Provision) and V3 of anisette servers.
67 stars 94 forks source link

Unable to Access HTTP Server After Deploying 'omnisette-server' Docker Image on Port 6969 #7

Closed huweiunique closed 7 months ago

huweiunique commented 1 year ago

Hello, I have deployed the latest version of the 'omnisette-server' Docker image using the command 'docker run -d --restart always --name omnisette -p 6969:80 --volume omnisette_data:/opt/omnisette-server/lib ghcr.io/sidestore/omnisette-server:latest'. However, when I try to access the server via HTTP using the exposed port 6969, I get a 'connection refused' error. Can you please provide guidance on how to properly test the HTTP access to the server after deployment?

amsam0 commented 1 year ago

Try switching 6969:80 to 80:6969 in the command

Macleykun commented 7 months ago

Tested it out: image

It seems to work so i suggest if you still have this issue if your local firewall doesn't allow port 6969 yet! You can list all listing ports with: sudo lsof -i -P -n | grep LISTEN and see if the 6969 is in there :) Try to curl it with localhost:6969, then with the host ip and lastly from the place you want to reach it on