matidau
matidau
Amazon Web Services Unblocks if you raise a ticket
**TLDR; Nextcloud's strict requirements on maximum PHP version has made our Nextcloud upgrades tricky. I don't have an answer, just stating some possibilities.** I've had a few thoughts around our...
And just to add another option to the mix: https://github.com/mail-in-a-box/mailinabox/compare/main...matidau:mailinabox:test-php81 Modifying nextcloud's versioncheck.php so as to remove the restriction on PHP8.1 for older nextcloud versions used for the upgrade. Tested...
Hi, I have a repo that is working with vanilla MIAB. I will put in a pull request to the main MIAB repo once some other people have tested and...
Just to let you know that I have put in the PR for the upstream https://github.com/mail-in-a-box/mailinabox/pull/2236
> I don't know if the upstream MIAB is planning to patch it , but there is that comment on the issues tracker with rather comprehensive instructions : [mail-in-a-box/mailinabox#2177 (comment)](https://github.com/mail-in-a-box/mailinabox/issues/2177#issuecomment-1294430425)...
Thanks @liverpoolfc-fan Always appreciate your PRs I won't have a chance to test this for the next couple of weeks. But will do it as soon as I can. Cheers,...
I've tested it out and it looks good. Have you tested out @grammmichi's comment? Happy to merge this either way if you want to remove the debug log lines. Cheers,...
Thanks Vincent, merged 😊
Hi Alex, You can do this via nginx `if` or `map` directives. For Apache you can use mod_rewrite module. Cheers, Mat