Identifying Plants
Identify plants with your camera, or track diseases on your plants.
OlsGrow is a self-hosted platform for people who enjoy growing plants and want a helping hand or to stay on top of everything that's going on.
Identify plants with your camera, or track diseases on your plants.
System benefits
You can create as many locations as you want if you have more places to take care of.
It checks the forecast and lets you know if it's going to rain a lot or if it's too hot for your plants.
Built-in planner so you can plan your seedlings for next year. And it tells you when to plant them.
services:
olsgrow:
image: codeberg.org/olsgrow/olsgrow:latest
container_name: olsgrow
restart: unless-stopped
environment:
NODE_ENV: production
ports:
- "3000:3000"
volumes:
- /path/on/your/server:/app/data
Get started
Save and configure the docker-compose.yml script, then start it, and you'll be up and running in no time.
Go to OlsGrow on your server using port 3000 and sign up to become an administrator.
Go to Settings, configure the server settings and other details, and you'll be all set.
Reminder of when to plant
Shared Plant Database
Create Tasks
Ready to grow?
OlsGrow is a web app that you host yourself on your server. If you'd like to learn more, visit our Codeberg Git repository.