Otto Hooper

Results 9 comments of Otto Hooper

This should be okay, tested locally.

Needs proper testing and fails to build the NPM module for some reason for this pull request but not locally. Will try adding the npm module again later.

> It is required to run the daemon alongside instance. Without proper documentation, implementing this as is ("set `true` for virus scan") is ought to bring trouble. I'm open for...

Added a section to the README and an MD file with instructions to install the requirements.

I might open a pull request for this, could use ClamAV maybe? Not necessarily the best at detecting everything but would be a rather localised solution set as false/off by...

Sounds like chcon is applying the wrong SELinux context, so probably can try manually changing it to see if it works or possibly using semanage to relabel the file. Haven't...

> files are stored unencrypted on the disk right? can i just run clamav on the path? The files are unencrypted on the disk.

> Any update for March 2023? I see that @VottonDev has a fix in their separate repo.. Yeah, I'm using: https://github.com/joeyguerra/passport#missing-regenerate-on-req temporarily till passport fixes it upstream and that works...

> @VottonDev, what's the best way to apply the fix in joeyguerra's fork? Well I've changed my package.json passport to ```"passport": "github:joeyguerra/passport#missing-regenerate-on-req",``` The PR for the fix is here, which...