Giter VIP home page Giter VIP logo

Comments (7)

perara avatar perara commented on July 28, 2024

Hi,
I would recommend you to try out the docker version if that is possible.
The overhead of running docker is equal to zero and generally the preferred way. If you would like it to run as it were in the host system, simply add the network_mode: host flag in the docker arguments.
This would save you a lot of unnecessary struggles

if not:

Regarding step 3, you would need to run npm install in the wg_dashboard_frontend directory then run the command you listed after that a build directory should appear (if everything went ok) and you can move it as instructed :)

from wg-manager.

M3Du5AL3M avatar M3Du5AL3M commented on July 28, 2024

Yes I've run npm install and also anguar.js but the command failed again and again, with a strange memory leak message, so I think I've built the whole system wrong, from scratch.
But you 're right, the container solution should be much better. I'll play with. It's quiet more complex for me, because until now, I don't understand the whole docker / container thing... :-) But I'll give it a try. Backup and Snapshot's are my best friends these days... :-D

from wg-manager.

perara avatar perara commented on July 28, 2024

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04
to get you set up with docker

and then you should be able to run the command found for vanilla docker setup :)

from wg-manager.

M3Du5AL3M avatar M3Du5AL3M commented on July 28, 2024

Thanks a lot, container is already running.

I'm now struggle with the access to the WebGUI. Should it be possible to access i.e. http://IP_of_container_host:8888 from another machine??? Because thats currently not working and I tried the docker run command. If not, I have to run any Browser at the Pi, which is currently headless running...

sudo docker run -d \
--cap-add NET_ADMIN \
--name wg-manager \
--net host \
-p "51800-51900:51800-51900/udp" \
-v wg-manager:/config \
-e PORT="8888" \
-e ADMIN_USERNAME="admin" \
-e ADMIN_PASSWORD="admin" \
perara/wg-manager

from wg-manager.

M3Du5AL3M avatar M3Du5AL3M commented on July 28, 2024

Oh now I see, the container is directly after run excited with Code 159...
It's too late for now, maybe tomorrow I'll find the source of this issue...

from wg-manager.

Lorim avatar Lorim commented on July 28, 2024

The issue is still there. I tested it with a fresh ubuntu 18.04 installation. Docker is no option because i run the host als lxc container. Why should a add another layer?

from wg-manager.

perara avatar perara commented on July 28, 2024

Hi,
I've done secondary tests are not able to reproduce. The application should work equally well in bare-metal setups (developed in bare-metal Arch, tested on 20.04)

What I can do is to create a CI for setting it up when I have some spare time. In the mean time, if you figure this out, PR your setup steps and I'll add them to the documentation :)

from wg-manager.

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.