goofball222

Results 24 comments of goofball222

The cloud access uses a WebRTC library, which is broken on the -alpine images due to missing statically linked libs. It's on my to-do list to debug and figure out...

This is an issue in upstream pritunl itself, not the Docker image build. Unfortunately, I can't fix it, it will have to wait for a release from pritunl upstream. ![image](https://user-images.githubusercontent.com/17112931/180490276-1139b051-2f6c-45fe-b045-0afabda781d7.png)...

Looks like pritunl upstream release [v1.30.3235.85](https://github.com/pritunl/pritunl/releases/tag/1.30.3235.85) fixes this.

Image latest, and 1.30.3235.85 tags are built with that version as well now.

fixed by upstream 1.30.3235.85

Can you provide your sanitized run command/docker-compose.yml?

I was able to start a clean test instance of mongo and pritunl with your docker-compose and connect to the web interface via my 1.7 Traefik setup without error. 502...

I'll have to do some research to understand the requirements for this. Definitely willing to accept external contributions/pull requests to add this support if someone is already familiar.

I haven't messed with Traefik v2 at all, however, with that said based on a "Gateway Timeout" from Traefik and your compose file: you need to set the labels to...

At this point with no feedback and the current state of 8.0/beta default image now being Ubuntu with Mongo 3.6 built in, I'll be moving that as-is to 8.0/official &...