Opliko

Results 38 comments of Opliko

This is honestly what I'd consider a good compromise that could be adapted even for e2ee chats (reporting client submits the few decrypted messages) I'm not sure about the number...

Seems like a good idea for expanding on CI and testing - while the releaser itself isn't an issue (since it seems to run pretty quickly) I imagine the additional...

In a separate repo I think it'll be fine. Thankfully GitHub doesn't charge for CI in public repos (since, considering their LFS billing model, it probably wouldn't be usable :)...

It was asked a few months ago on the Community Forum: https://community.nodebb.org/topic/16558/eventual-migration-to-typescript TL;DR: It's on medium-term roadmap, so it should happen, but there is some tech-debt and other issues to...

One suggestion I have here: plugins should be able to define custom upload types. I recently had to worsen this mess of upload routes by adding another one to modmin...

For redis, you can scan+dump and then restore. It needs some more manual work but should be fine. Postgres has `pg_dump` (and `pg_dumpall` which exports all databasees) similar to `mongodump`....

Yup. Just writing a script that calls `mongodump` and `rsync`'s it (or sends in any other way) somewhere along with `config.json` and `package.json` is simple enough that I think most...

I have added some basic documentation under `.devcontainer/README.md`

While #12447 directly addresses the possible slight information leakage, a more immediate solution for your problem might be just implementing rate limiting on reverse proxy level. Assuming you're using Nginx,...

Unlike just loading the user page, registration is much more likely to be protected by e.g. CAPTCHA than a normal page load, so checking that would be much more taxing...