mwllgr
mwllgr
Hello, about the following line in the source code: ```html ``` That's not good when it comes to GDPR compliance as far as I know. Is there some way to...
Hello, I specified a single SMB connection in my configuration: ```json "connections": [ { "advanced": false, "domain": "FSRV", "host": "fsrv", "label": "fsrv", "path": null, "port": 445, "share": null, "type": "samba"...
Hello, I'm starting to get a bit concerned about the MeshCentral agent - the last update was over a year ago. - Does the agent not use any dependencies that...
Hello, the bundled OpenSSL library hasn't been updated in a while (two years!), last update was in commit https://github.com/Ylianst/MeshAgent/commit/9d38b7ea432244cb9f685c093be35d5f17a987ef. The currently used version seems to be **1.1.1s** which is EoL...
Hi, just wondering - are the Ansible files ready for EJBCA 8.2 (I see a lot of references to 7.11 in the commit messages)? Also, are there any plans on...
### Description Hello, I'm currently receiving about 25 requests per second to the `/_matrix/federation/v1/send/` endpoint: ``` 134.102.x.x - - [15/Aug/2024:20:27:05 +0200] "PUT /_matrix/federation/v1/send/1723503001563 HTTP/1.1" 401 85 "-" "Synapse/1.90.0" 134.102.x.x -...
## Describe your changes This pull request introduces five additional fields in CertSafePublisher's JSON POST data: - `username` - `certificateProfileId` - `certificateProfileName` - `endEntityProfileId` - `endEntityProfileName` Due to the JSON...
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** I'd love a "login-only" instance - so some kind of config boolean flag where...