Ogar3 icon indicating copy to clipboard operation
Ogar3 copied to clipboard

A better version of Ogar, with an internal client!

Results 6 Ogar3 issues
Sort by recently updated
recently updated
newest added

Hello, I see this project already has a Dockerfile. Wonder if you could publish the docker image and name the public image name in the README. Github can serve as...

var options = { key: fs.readFileSync('./ssl/xxxx.key', 'utf8'), cert: fs.readFileSync('./ssl/xxxx.cert', 'utf8') }; // Start the server var hserver = https.createServer(options, function(req, res){ res.setHeader('Access-Control-Allow-Origin', '*'); var done = finalhandler(req, res) // res.end({title:12})...

Idea 1: make the server tracker available for hosting on replit (not sure if possible if to much work understandable) so people could make there own private server lists Idea...

enhancement

Bumps [ws](https://github.com/websockets/ws) from 0.7.2 to 1.1.5. Release notes Sourced from ws's releases. 1.1.5 Bug fixes Fixed a DoS vulnerability (f8fdcd4). 1.1.4 Notable changes Removed istanbul coverage folder from npm package...

dependencies

Bumps [debug](https://github.com/debug-js/debug) from 2.2.0 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @​zhuangya for their help! release...

dependencies

Bumps [ms](https://github.com/vercel/ms) from 0.7.1 to 2.0.0. Release notes Sourced from ms's releases. 2.0.0 Major Changes Limit str to 100 to avoid ReDoS of 0.3s: #89 Patches Ignored logs coming from...

dependencies