GithubHelp home page GithubHelp logo

Comments (8)

asasamo avatar asasamo commented on May 26, 2024 1

Thank you for the response @JohnClementine, maybe i was getting that error because i tried running the docker container on a raspberry pi. All works now.

from auproximity.

edqx avatar edqx commented on May 26, 2024

Should just be the same as any other, if not, you can check out the self-hostable docker container.
docker pull cybershard/auproxy:latest
docker run -d auproxy:latest -p 8079:8079

from auproximity.

idunnoooooo avatar idunnoooooo commented on May 26, 2024

@edqx im getting this error

docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "-p": executable file not found in $PATH": unknown.

from auproximity.

asasamo avatar asasamo commented on May 26, 2024

@idunnoooooo i get the same error when i try to run the container with latest and dev tag.
EDIT: tried cloning the repository and running it with yarn, getting another error:
standard_init_linux.go:211: exec user process caused "exec format error" The command '/bin/sh -c yarn install' returned a non-zero code: 1

from auproximity.

JohnClementine avatar JohnClementine commented on May 26, 2024

I have it running successfully on my Ubuntu VPS using docker. Here's my run command, you should be able to copy paste the whole thing into a terminal:

docker run -d \
--name amongus \
--restart=always \
-p 8079:8079 \
cybershard/auproxy:dev

Make sure port 8079 is forwarded for your server.

Try that and let me know if it works!

from auproximity.

JohnClementine avatar JohnClementine commented on May 26, 2024

@eliapolloniato I think containers need to be built specifically for ARM architecture to run on Pi, which this one is not. Glad to hear you're up and running though!

@idunnoooooo Try the run command I posted above and let us know if that resolves your issue 🤗

from auproximity.

idunnoooooo avatar idunnoooooo commented on May 26, 2024

@JohnClementine it runs but i can't connect to site.
port 80 is occupied so i did this

docker run -d 
--name amongus 
--restart=always 
-p 8079:8079 
-p 8080:80 
cybershard/auproxy:dev

i guess thats my fault

from auproximity.

JohnClementine avatar JohnClementine commented on May 26, 2024

@idunnoooooo just confirmed with the dev, I'm mistaken and you don't need to forward port 80; only 8079.

Try this
docker stop amongus && docker rm amongus
^removes the old container

docker run -d \
--name amongus \
--restart=always \
-p 8079:8079 \
cybershard/auproxy:latest

Again, make sure TCP 8079 is forwarded for your VPS
Then simply visit YOUR-SERVER-IP-OR-DNS:8079 on your browser.
If that doesn't work, run docker logs amongus and paste the output

from auproximity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.