How complex would it be to slim down the project a bit? #279
Labels
Priority: High
Important issue or feature affecting user experience or performance; needs quick resolution.
Status: In Progress
Work on the issue has begun. It is actively being worked on by someone.
Type: Feature Request
Request of a new future feature
Avoid duplicated feature requests
Description
Hi MDeLuise!
I was about to create my own repo for a similar app, when it struck me I should google first for some open source plant monitoring app. Thanks for having had my idea a year and two weeks ago 🎉
That said, my plan was to make something that could be run from inside a HomeAssistant add-on.
However, from initial research, it seems it must execute a single image, instead of a composition of images.
Besides that, it's fairly common for HA to be executed from mini-computers, such as Raspberry Pis, and thus with memory and processing constraints - (semi-related to #278).
This would obviously not only benefit the HA community, but everyone as a whole, as the project would become less resource intensive. This is great for anyone looking to run this in a VPS or any other place with other servers running at the same time (AKA anyone from
r/selfhosted
? haha)Thus, I wonder if I could help with the following, if you think it's barely feasible:
docker images
in my computer I seepostgres:15-alpine
takes 237MB, whilemysql:8.0
takes 572MB;php:8.2-fpm-alpine
+nginx:latest
takes 78+187MB against 650MB on the Plant-it image;redis:7.2.1
takes 138MB against 38MB on:7-alpine
.In the meantime, I'll look on the other side of this story and check the feasibility to have a full compose setup to be used as an add-on.
Cheers!
The text was updated successfully, but these errors were encountered: