Simon Smith
Simon Smith
using the latest cert-bot i keep getting the plugin is not found ``` root@proxmox:~/certificate# ./certbot-auto run --standalone-supported-challenges http-01 -t -i letsencrypt-proxmox:proxmox -d proxmox.xxx.co.uk --no-redirect How would you like to authenticate...
Fixes https://github.com/Ylianst/MeshCentral/issues/4791 Fixes https://github.com/Ylianst/MeshCentral/issues/5845 Signed-off-by: si458
Fixes https://github.com/Ylianst/MeshCentral/discussions/6057 Signed-off-by: si458
ZeroSSL implement a 429 Too Many Requests error if you fire too many requests at once, even tho the code does one thing after another rather than all at once,...
Hi All Can i delete the `Build` folder that gets created after the module is built? currently its 18MB in size, but i see the .node file thats required is...
im having an issue where for some reason if i send a word document to a shared printer on our domain controller, the jobs entry isnt then filled with the...
**Is your feature request related to a problem? Please describe.** in the old version that was intergrated with HA it was possible to get the outside temperature that hive was...
will you be releasing docker images for you forked repo?
when i read node.exe the is an attribute for the companyname which gets shows in Windows Explorer when you hover over the file ``` ~FileVersion: '16.16.0.0' ~ProductVersion: '16.16.0.0' CompanyName: 'Node.js'...
Code: ``` const path = require('path'); const file = path.resolve('dist\\ourbackups-win64.exe'); console.log(file); const exehandler = require("authenticode-js").createAuthenticodeHandler(file); console.log(exehandler); ``` Output: ``` PS C:\Users\sas_2\Documents\Developer\ourbackups> node .\mytest.js C:\Users\sas_2\Documents\Developer\ourbackups\dist\ourbackups-win64.exe null PS C:\Users\sas_2\Documents\Developer\ourbackups> ``` But the...