@teamcrw i just installed it now and will get back if i encounter any problems
Best posts made by teamcrw
-
RE: Implement Crowdsec, a docker and sever level crowd sourced security guard
-
Using alternative MX
Hi all,
we're using N-able Mail Assure for Spam Filtering, so naturally the MX records are set to:
mx1-eu.mtaroutes.com (priority 10)
mx2-eu.mtaroutes.com (priority 20)
mx3-eu.mtaroutes.com (priority 30)
mx4-eu.mtaroutes.com (priority 40)Now, obviously Cloudron doesn't like this and throws out an error on the status page.
As i don't like error notifications even though everything works as expected, i looked for a solution and stumbled upon this in the documentation:
https://docs.cloudron.io/email/#alternate-mx
So, i have added mtaroutes.com to the SPF record, but honestly i do not understand how the SPF record should change anything in this situation.
Can someone explain like i'm 5 how this would actually work?
And i guess, i'll still not be able to get rid of the MX error on the status page right, at least i do not see a connection here?Thanks in advance everyone!
-
RE: Implement Crowdsec, a docker and sever level crowd sourced security guard
Did anyone install it on a cloudron instance? We are using it on various Ubuntu rootservers and it works.
-
RE: Implement Crowdsec, a docker and sever level crowd sourced security guard
@mastadamus no didn't install nginx bouncer with it. i didn't encounter any problems since i installed it with default settings.
Latest posts made by teamcrw
-
RE: Implement Crowdsec, a docker and sever level crowd sourced security guard
@mastadamus no didn't install nginx bouncer with it. i didn't encounter any problems since i installed it with default settings.
-
RE: Implement Crowdsec, a docker and sever level crowd sourced security guard
@teamcrw i just installed it now and will get back if i encounter any problems
-
RE: Implement Crowdsec, a docker and sever level crowd sourced security guard
Did anyone install it on a cloudron instance? We are using it on various Ubuntu rootservers and it works.
-
RE: php.ini how to set post max size?
First, thank you for your time and for helping me out.
So, i did a fresh install of lychee, and did exactly the same as you.
In Diag View it shows the same as yours, see:But i still get this error:
UPDATE: I also tried different browsers. Same error.
-
RE: php.ini how to set post max size?
I already had the app ressources set to 2GB, i have now set it to 4GB, didn't change anything.
-
RE: php.ini how to set post max size?
i changed max_execution_time = 200 to max_execution_time = 200000, this didn't help.
I also changed memory_limit = 256M to memory_limit = 2048M (i have enough RAM left on the server to do this). This didn't help either.
-
RE: php.ini how to set post max size?
updated, restartet the app, set php.ini as in my previous comment, uploaded a 1GB .mp4 file and got an "unknown error from server".
Here's the log:
2021-10-21 10:32:54 -- notice -- App\Metadata\Extractor::extract -- 126 -- Falling back to native adapter.
2021-10-21 10:32:54 -- error -- App\Metadata\Extractor::extract -- 121 -- Unable to probe /app/code/public/uploads/big/cb19f836c2830ff88ff45694565da65b.mp4
2021-10-21 10:30:13 -- notice -- App\Metadata\Extractor::extract -- 126 -- Falling back to native adapter. -
php.ini how to set post max size?
Hi,
did anyone manage to set post max size and/or upload max size etc. in the php.ini?
I did this via the file browser in Cloudron like this:
; Add custom PHP configuration in this file
; Settings here are merged with the package's built-in php.ini
post_max_size = 100000M
upload_max_size = 100000M
upload_max_filesize = 100000MBut i still get the upload error "php post max size limit is too small".
I'm probably editing the wrong php.ini ? I'm editing the one that i see in the file browser in cloudron in the lychee settings /lychee/php.ini
Thanks in advance i will appreciate any help
-
Update to 4.3.4?
Hi,
is it possible to get the update to 4.3.4? I could use the fixes.
Thank you very much