Alan

Results 134 comments of Alan

> Oh, it doesn't. It sometimes decides Discord is trying to connect to Hacker News, or random Parsec domains are being accessed under "Other Connections". Why does it randomly get...

This behavior is ongoing in beta 1.0.12 as well. For example I keep getting DNS_PROBE_POSSIBLE for Brave which I've set to allow by default. This makes my web browsing experience...

> I don't think that this is a bug with Portmaster, it might be some compatibility thing then - this is always hard to tell Have you tried testing it...

Still an issue, lock screen does not render via rustdesk. If I connect via another remote software the screen will show and then everything will work in rustdesk.

@grummbeer yes, caffeinate is not run periodically and so the remote mac goes to sleep after the timeout and leaves rustdesk in the dark or disconnects it. To get it...

`npm run dev` is not loading `.env` at all. There's no `PL_*` variables if I dump `process.env` from within `pwa/webpack.config.js`

Update: using the docker + nginx thing worked because the app really gets requests from its own verifiable localhost I suppose. So, it sorta works. Now to figure out how...

> what's used in it is `PL_PWA_URL`, not `PL_SERVER_URL`, and that's what I suggested you set above. Update: `PL_PWA_URL` does work if you change the host-side port, browser is happy....

Oh it's not my ticket, but if I were to suggest an improvement it is to add `PL_PWA_URL` in the [simple docker sample config](https://github.com/padloc/padloc/blob/main/docs/examples/hosting/docker/basic/docker-compose.yml#L26). As far as keeping documentation easy...