Results 2632 comments of MichaIng

Let me keep it open, as I find it reasonable to allow an install without web UI via dietpi-software as well.

@chunjiw Many thanks for heads up. Hmm they mention ARM 64bit support explicitly, I hope ARMv6/7 will be supported as well. Having webserver and everything included has the huge disadvantage...

Pre-compiled binaries are still available for `x86_64` only 😞: https://download.pydio.com/pub/cells/release/3.0.3/ Latest dev and nightly builds are however available for `aarch64` as well (since 2022), so probably this is true for...

Pydio Cells seems to have an import tool to import from a running Pydio 8 instance: https://pydio.com/en/pydio-cells/why-migrating-pydio-8-cells ![Pydio Cells data import](https://pydio.com/sites/default/files/styles/tinypng_optimisation/public/Capture%20d’écran%202020-07-17%20à%2018.39.29.png) So we can provide migration steps.

Thanks for reporting. Hmm, not sure how to solve best. In other cases we raise swap size when install require more RAM than available, but with zram this has a...

> This seems to be an edge usage case anyway! The RPi Zero 2 W is the first SBC with such little RAM but sufficient CPU power and right architecture...

8 hours on RPi Zero 2 W? I wound have expected much less 🤔. Indeed, when we generate a new swap file for RAM intense builds, we should at least...

Yes, reducing the build jobs should be done first, before creating a swap file. So we need to find out how much RAM the build requires with 1 job.

Okay, so we should assure 1 GiB RAM then and calculate with 512 MiB + 512 MiB per job to know when to reduce the number of jobs. This is...

Yes indeed Telegraf is probably a bit heavy with 512 MiB RAM only. It requires a TIG stack, i.e. InfluxDB and Grafana as time series database and web UI. When...