mcfrojd

Results 5 comments of mcfrojd

Can anyone confirm that it's possible to publish to mqtt with an agent? And if so, please share an example.

Im using gmail as smtp server and i got it to work with this. ``` MAIL_HOST=smtp.gmail.com MAIL_PORT=587 MAIL_SECURE=false MAIL_requireTLS=true ``` the secure=false and adding the mail_requireTLS=true was needed for using...

My Records.json is 1.56 GB and 70 million lines! (data from 2010 till today) How big chunks can dawarich handle? And any tips on best way to split upp the...

Is this something that is going to be able to solve now with the new "custom metadata source" feature that was introduced in the latest version? I would love if...

> Here's an obscure way to do this: > > 1. Connect to the database > 2. Run: `UPDATE user SET is_deleted=1;` > 3. Restart nginx proxy manager, this will...