Mark Cabanero
Mark Cabanero
 Not sure what's going on here. Clicking on "Authorize Gifox" tries to add it to "Screen Recording," but there's no prompt to add it, nor is there a way...
@ianbytchek I've tried both flows. Closing all preference windows, relaunching Gifox, and trying again doesn't place Gifox into the "Screen Recording" selection area. Forcefully resetting with `tccutil` and trying to...
If it helps in debugging, I ran into this problem on Zoom, where sharing your screen directly would prompt Zoom to ask for permissions in System Preferences. Going there would...
I found that this worked for me in this setup:  with the follow environment variables: ``` ADMIN_LISTEN_URL=0.0.0.0:8443 ADMIN_USE_TLS=false PHISH_LISTEN_URL=0.0.0.0:8080 ADMIN_TRUSTED_ORIGINS=TARGET_UPSTREAM_DOMAIN.com ```
> I'm using an Apache reverse proxy: [issue created about this](https://github.com/gophish/gophish/issues/2370) > > "trusted_origins": "https://>admin site url
> Thanks all for your work on this and patience in getting it merged in. @mcab what are your thoughts on the comment from @tekkamanendless ([#2301 (comment)](https://github.com/gophish/gophish/pull/2301#issuecomment-1012124589)) with the three...
Ah. Codespaces plus vigilant mode on my account is making those commits show up as Unverified, but it incorporates the feedback from @tekkamanendless (thank you, by the way!) This should...
Nice! Are there any documentation tidbits to update in parallel?
It seems that Django, when calling upon `'django.contrib.gis'` to use in the application, fails to properly locate GDAL installed in the image. ``` django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library...
I don't believe Windows Subsystem for Linux (WSL) supports running Docker containers, so you'll have to have Docker installed on the Windows host, and then expose it for WSL to...