Derek
Derek
I have an issue #32 requesting to make the API key configurable, so we can use our own. I don't want to stray away from Wunderground because of the accuracy...
I see that both this fork and the original extension are both hardcoded to use the same API key. [This fork](https://github.com/rliwoch/plasmoid-wunderground-extended/blob/develop/plasmoid/contents/code/pws-api.js#L83) [Original](https://github.com/k-donn/plasmoid-wunderground/blob/main/plasmoid/contents/code/pws-api.js#L38) Allowing the end-user to obtain and use their...
Ok, so a little egg on my face regarding connection errors; I forgot that I was connected to a VPN that was full-tunneling my traffic, which was ultimately the root...
Is there not a 'trusted cert' folder that we can configure? I have a **.cer** file from our root CA that I'm using for other webapps, such as bookstack and...
I checked the directory and copied the file as outlined in the document you provided... ```bash sis@sisnms:~$ openssl version -a | grep OPENSSLDIR OPENSSLDIR: "/usr/lib/ssl" sis@sisnms:~$ ll /usr/lib/ssl total 16...
Ok, I admittedly don't know what happened there... I had to roll the VM back to last nights backup because the whole environment became unstable; apache2 not starting, among other...
@ciscoqid, per your initial suggestion, I just added the following to **/etc/ldap/ldap.conf** and am able to login using AD credentials with "Use SSL" checked and port defined as "636". ```bash...