ABOUT
Plant-it is a self-hosted, open-source app designed to help users manage and track plant care. It allows users to add plants, log activities like watering, fertilizing, and pruning, set reminders, and upload photos for visual tracking. The app includes a database of over 400,000 plant species, offering detailed care information such as optimal growing conditions and maintenance tips.
Users can organize their plant collection, monitor growth, and share data with others. The app is free to use and works on Android, iOS, and the web.
infoThis Script use Adoptium JDK 21 - Sometimes the installation of these takes a while
infoAfter the initial start, the backend requires approx. 1-2 minutes boot time
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM5 GB disk
Config path/opt/plant-it/backend/server.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/plant-it.sh'; sha='550f01927144a62c3910e0245f6c0ad68b9e878a863055158e005ff3685ca7df'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/plant-it.shSHA-256 550f01927144a62c3910e0245f6c0ad68b9e878a863055158e005ff3685ca7df LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.