Hossy
Hossy
Fix default Syno port to match documentation that says it defaults to 5001 when scheme is https Reference: https://github.com/acmesh-official/acme.sh/wiki/deployhooks#20-deploy-the-cert-into-synology-dsm
Maybe not "security" but at least for sensitive information :-)
Issue #4197 -- Commit currently commits all pending changes to the firewall, which could be very, very bad. This changes to commit to a partial commit of just the admin...
Steps to reproduce ------------------ 1. Log into PANOS as an admin and make changes, but don't commit. 2. Use deploy-hook as a DIFFERENT admin user to deploy cert to Palo....
When needing to use `--insecure` on a deploy-hook because your internal API endpoint uses a self-signed certficiate, the `--insecure` flag doesn't save to the config so it is reused upon...
[BUG] Using npm run-script to call npm install or npm ci in ephemeral environment fails with EACCES
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
Sorry to re-ask an old question ( #42 ), but I'm trying to troubleshoot a performance issue with my production instance and graphing CPU over time, it seems I'm running...
When using the `-silent` option, `silentUpdate.Run()` gets called and only calls `CheckIfCanUpdate()` once. If `playCount` is greater than 0, `CheckIfCanUpdate()` merely logs this and exits with success. There is a...
https://github.com/TechieGuy12/PlexServerAutoUpdater/blob/651d6a431c20634decb3130471b1b631e232dd4d/Program.cs#L73 `psupdate.exe -silent && echo success || echo fail` returns `success` in a non-elevated command prompt on Windows Server 2012 R2. The contents of the log file are: 2019-05-30 19:01:46...
Script fails when it doesn't find a match in $inf2cat_paths or $signtool_paths. Test-Path fails when passed a null value and that failure does not translate to $false, so -not cannot...