hoellen
hoellen
Can you please post your boring-nginx conf? You need to set `client_max_body_size 10G;` in this config.
As an additional idea, there could be an option to hide the `idle_inhibitor` module in the power management module. It is a very useful module, but I don't use it...
There is an open PR (#985) for ARM builds.
ARM images would be great. I would have to get into the topic...
After thinking about it, I also don't want to include the push backend into the Nextcloud image. I see it like @hathagat, that it is something like Redis etc. that...
`mariadb:10` points since 3 days to version `10.6`. I also have my instances still on `10.5`, so thank you for sharing your insights. Could be useful for other people.
Hello @mwlczk, please note that I created a new repository ([hoellen/docker-nextcloud](https://github.com/hoellen/docker-nextcloud)) for the Nextcloud image. You need to migrate to this image, if you want further updates (please see [migration...
Yes, I would happily merge such a PR. The longer build time is negligible.
Mmh... I vote for only supporting 64bit architecture. That still gives us support for many devices. Everything else introduces unnecessary complexity.
You can still remove the environment variables. If you do that, the check will not run because `DB_TYPE` is also empty and defaulting to "nextcloud-db" is no problem. I have...