Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portainer and wg-manager -----newbie #119

Open
razio80 opened this issue Oct 20, 2021 · 4 comments
Open

Portainer and wg-manager -----newbie #119

razio80 opened this issue Oct 20, 2021 · 4 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@razio80
Copy link

razio80 commented Oct 20, 2021

Hello,

I'm new to this all. Just wanted to have a dashboard for wireguard.
So I found this tool.
I installed Docker and Portainer on a Raspberry and used the template to create the wg-manager container.
I used this:

version: "2.1"
services:
wireguard:
container_name: wg-manager
image: perara/wg-manager
restart: always
sysctls:
net.ipv6.conf.all.disable_ipv6: 0 # Required for IPV6
cap_add:
- NET_ADMIN
#network_mode: host # Alternatively
ports:
- 51800-51900:51800-51900/udp
- 8888:8888
volumes:
- ./wg-manager:/config
environment:
HOST: 0.0.0.0
PORT: 8888
ADMIN_USERNAME: admin
ADMIN_PASSWORD: admin
WEB_CONCURRENCY: 1

in Stacks in Portainer and deployed ist. The Container seems to be startet, but I cannot get on the Website with the IP of the Raspi and Port 8888.
Can anybody help a newbie to get wg-manager run in Portainer?

Greets

@razio80 razio80 added the bug Something isn't working label Oct 20, 2021
@morvy
Copy link

morvy commented Nov 15, 2021

what version of RPi? have you checked the logs? I get standard_init_linux.go:207: exec user process caused "exec format error" on RPi3

@perara
Copy link
Owner

perara commented Nov 15, 2021

Hi. This is because you are using an x86 image. Try using the arm equivalent :)

@morvy
Copy link

morvy commented Nov 15, 2021

I'm using this image, but I guess RPi3 is not supported as it's ARMv7 only..
perara/wg-manager:dev@sha256:b845a76d221c6630101db6555721458387394b6b425cd91525d573d11b79bd5c

@perara perara added the enhancement New feature or request label Nov 15, 2021
@perara
Copy link
Owner

perara commented Nov 15, 2021

This is indeed a bug then. Will address this when i have the time. In the mean time you should be able to build it manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants