GHOSTS
GHOSTS copied to clipboard
Update may2024
This does the following:
- Fixed SSH, WMI, SFTP, FTP handlers to respect UTC Times off/on.
- Added a new Browser helper named
Socialthat is like the DrupalBlog, Sharepoint, WebOutlook helpers - it is used for generating posts to a pandora socializer site. See the sample timeline for documentation, will randomly post, like, or browse based on probabilities. Only Firefox browser is supported. This requires static content that is pre-generated. Static content is not provided, but a set of simple python utilities for generating Social media content using Ollama+LLMs and Stable DIffusion AI is provided in ghosts.tools.socialcontent. - Added an email setting called EmailNoReply in
application.json- this is a comma-delimited list of strings that can be used to prevent emails who sender matches one of these strings to be blocked from reply, ie, 'outlook' is the default and you should not reply to emails with this in the sender as it is an undelivered email. This was asked for by our event engineers.