allofmex
allofmex
> Bish-bosh crashing when receive message in topic Same with me: ``` bish-bosh: INFO: Using backend 'openssl' (on path '/usr/bin/openssl') with port '26944' bish-bosh: DEBUG: Passing options to backend 'openssl'...
**Edit: See comment below!** ~~Error is still present (logSys 1.0.1, PHP 8.1).~~ ~~As far as I understood, the problem appears if `$iv` contains `:` (See also https://stackoverflow.com/a/37440351.)~~ ~~Could it be...
Forget my comment before. It took me a while, but I found the problem: https://github.com/subins2000/logSys/blob/3ade16283e8c8f6bd8bd1371ae2f6a25d5e3769c/src/Fr/LS.php#L509 Please **just remove `urldecode`**, the data in $_COOKIE is already urldecoded. > https://www.w3schools.com/php/php_cookies.asp Note: The...
Here a little **workarround** (!) to run Maestral with UID different than 1000: Create own Dockerfile (based on original [Dockerfile](https://github.com/samschott/maestral/blob/bc6df88e94469076e8719c014c471c524c60ac76/Dockerfile)) ``` FROM maestraldbx/maestral #### set your target UID here #####...