Peter Galonza

Results 15 comments of Peter Galonza

Here https://gitlab.com/pgalonza/wireguard-image/-/tree/develop i using WGDashboard with podman, ansible and and scripts from https://github.com/linuxserver/docker-wireguard

@HyptexPvP Hi, in your log-massage i see you using gunicorn for Python 2 File "/usr/lib/python2.7/site-packages/gunicorn/app/base.py", line 106, in get_config_from_filename execfile_(filename, cfg, cfg) File "/usr/lib/python2.7/site-packages/gunicorn/_compat.py", line 91, in execfile_ You should...

@p1grishin Hi, for using SSL you need for example using certbot for create TLS certificate and starting gunicorn with SSL parameters Example - https://github.com/pgalonza/WGDashboard/blob/ca41cfd8fafd0e0700b4bf6997a8c5388a958d30/src/wgd.sh#L107

> For sure! I'll link your repo on the readme for v3.0 ;) Big thanks on helping with Gunicorn! Thank you for this great project. I using it with pleasure.

> Or do you have a set of instructions I could put on? I will try to do it soon.

I using IPV6 without problem, but in older version.

Works Great on Centos 8 and Centos Stream and also in the container too. ``` NAME="CentOS Linux" VERSION="8" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="8" PLATFORM_ID="platform:el8" PRETTY_NAME="CentOS Linux 8" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:8" HOME_URL="https://centos.org/" BUG_REPORT_URL="https://bugs.centos.org/"...

> I've added keyfile, certfile & ca_certs to gunicorn.conf.py. But I'm not able to figure out what I have to change to "activate" the certificate. I want to run WGDashboard...

> Turns out that adding keyfile/certfile to wgd.sh or gunicorn.conf.py both works as intended if I start WGDashboard via `./wgd.sh start`. If I start it via `systemctl start wg-dashboard.service` it's...

gunicorn starting like https or http, not need to redirect