chrome proxy settings via gpo or registry

Check this: https://admx.help/?Category=Chrome&Policy=Google.Policies.Chrome::ProxySettings&Language=de-de How i did it: copy the json stuff into an editor, tune your parameters and transdorm it into one single line. Then put this string into your gpo input field. It will appear in HKCU\Software\Policies\Google\Chrome\ProxySettings as REG_SZ

Mattermost (5.35.1) on Debian | image proxy problem

If your links don’t show proper images check the following: System console: Allow public links System console: Image proxy on and set to local vim /opt/mattermost/config/config.json >> “AllowUntrustedInternalConnections”:”localhost 127.0.0.1 mattermost.mydomain.mytld 192.168.0.0/24″ System console: SiteURL >> Set no port or :443 at the end, do it like https://mattermost.mydomain.mytld or https://mattermost.mydomain.mytld:443 Avoid default port 8065 like https://mattermost.mydomain.mytld:8065 […]

Amazon Alexa Skill Development | Hints for rookies (like me)

First of all: HUGE THANKS TO https://github.com/jeffblankenburg for https://github.com/alexa/skill-sample-nodejs-audio-player AND https://github.com/jkelvie for https://github.com/bespoken/streamer I did all the way these great dudes had recommended but i run in some problems i will describe now: 1. Creating an AWS Lambda function i could not select “Alexa Skills Kit” as the “Trigger” cs it does not appear in […]