Aterfax

Results 38 comments of Aterfax

Have also seen this now on an existing working install.

I think this was related to having an invalid input_number: It was missing min or max arguments in the HA config which broke it, fixed by removing or correcting the...

> > Hey @gf78 , did some digging. We can use sub filters to fix this, i used the below: > > > proxy_set_header Accept-Encoding ""; > > > sub_filter...

Apparently I do. ``` location /nginx-proxy/ { proxy_pass http://nginx-proxy-manager_app_1:81/; proxy_http_version 1.1; proxy_redirect off; proxy_set_header Upgrade $http_upgrade; proxy_cache_bypass $http_upgrade; proxy_set_header Connection $http_connection; proxy_cache_bypass $http_secret_header; proxy_set_header Accept-Encoding ""; add_header Pragma "no-cache"; add_header...

> I have test it, and found it need to add `rewrite ^/nginxproxymanager/?(.*)$ /$1 break;` > > ``` > rewrite ^/nginxproxymanager/?(.*)$ /$1 break; > proxy_http_version 1.1; > proxy_redirect off; >...

I had to set `usePrivilegedIntents: true` today in order to get Discord ----> Matrix messages flowing so this is likely still a general issue for people. Services were setup today...

> Thank you, I'll try enabling this. Make sure to also enable it on the Discord bot permissions as shown a bit further above at https://discord.com/developers/applications/$YOUR_BOT_ID/bot : ![image](https://user-images.githubusercontent.com/8648058/199377816-fb681635-0106-4a6b-a11c-c04c83d4b623.png)

That might be a while as javascript is not my forte :)

No problem - I'll give it a ago but finding spare time for code at the minute is like trying to catch air with your hands :)

I have made some progress today. Worldmap native: ![image](https://user-images.githubusercontent.com/8648058/111053939-1a6cd900-8460-11eb-8f73-6bea5f5ba47f.png) Cesium Ion: ![image](https://user-images.githubusercontent.com/8648058/111053936-12ad3480-8460-11eb-95df-5fb8d496817e.png) ![image](https://user-images.githubusercontent.com/8648058/111053958-63249200-8460-11eb-954d-10c0860aa98e.png) ![image](https://user-images.githubusercontent.com/8648058/111053980-851e1480-8460-11eb-981b-bf3306497ad3.png)