All apps · 0 apps
SeedBreed
Docker app from VulcanWork's Repository
Overview
A self-hosted grow journal and genetics tracker. Log check-ins with photos, compare side-by-side groups (natural vs. chemical fertilizer, indoor vs. outdoor, whatever axis you want), and trace every seed backward to its parents and forward to whatever it produces. Browsing is open to everyone on your network; making changes requires the login you set below. Data (SQLite) and uploaded photos are stored on two host paths so they survive container updates.
Install SeedBreed on Unraid in a few clicks.
Find SeedBreed in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for SeedBreed Review the template variables and paths Click Install
Categories
Related apps
Explore more like this
Explore allDetails
Repository
ghcr.io/vulcanwork/seedbreed:latestLast Updated2026-08-17
First Seen2026-08-15
Runtime arguments
- Web UI
http://[IP]:[PORT:80]/- Shell
sh- Privileged
- false
Template configuration
WebUI PortPorttcp
Port the SeedBreed web UI is served on
- Target
- 80
- Default
- 8080
- Value
- 8080
DataPathrw
SQLite database — keep this on your array/cache so it survives updates
- Target
- /data
- Default
- /mnt/user/appdata/seedbreed/data
- Value
- /mnt/user/appdata/seedbreed/data
PhotosPathrw
Uploaded check-in and plant photos
- Target
- /photos
- Default
- /mnt/user/appdata/seedbreed/photos
- Value
- /mnt/user/appdata/seedbreed/photos
Auth UsernameVariable
Username required to make changes. Browsing is open to everyone; this only gates writes.
- Target
- SEEDBREED_AUTH_USERNAME
- Default
- admin
- Value
- admin
Auth PasswordVariable
Password required to make changes. Set a strong one before exposing this outside your LAN.
- Target
- SEEDBREED_AUTH_PASSWORD