Jeffrey Layanto

Results 35 comments of Jeffrey Layanto

Windows 10 Defender Security also reports ansi183.zip as trojan: Trojan:Win32/Triggre!rfn

How do I add own javascript function? expr-eval always return Uncaught error: undefined variable xyz

If I do this: ``` const config = { "couchdb-configure": { "vendor": { "name": "Custom Vendor ABC" } } } bootstrap('http://username:password@localhost:5984', config, function(error, response) { if (error) console.log(error) else console.log(response)...

How do I change the endpoint? How does bootstrap know to pass that part of the configuration object to couchdb-configure instead of couchdb-push?

Had a look through source of couchdb-bootstrap and couchdb-configure. Configuration object for _config should be: ``` const config = { "_config": { "name": "Custom Vendor ABC" } } ``` Currently...

Related to jo/couchdb-configure#15

I was also using gitea and vouch latest docker image. As workaround, I now use 0.17.4 tag for vouch docker image. Trying to figure out how to use the ./do.sh...

Will try tonight. I am presently only using the vouch docker image. To use the do.sh, do I need to git checkout this repo and then run the do.sh? Maybe...

Couldn't figure out how to use the do.sh so I ended up manually sanitizing the debug log. Gists below: vouch 0.17.4 (working): https://gist.github.com/layanto/13d921fe303bf094cf606d11ce2f268f vouch 0.19.1 (not working): https://gist.github.com/layanto/7598de4cb54fbb0bd578ae9d5de908ec I changed...

Would be a great feature if via config option, vouch can generate sanitized debug.log as a file in /data. This way the log file can be access in docker's host...