A self hostable app to help you manage your plants. With a focus on gardening.
go
  • Go 84.4%
  • templ 11%
  • Nix 3.6%
  • PLpgSQL 0.7%
  • CSS 0.3%
Find a file
2026-05-05 08:05:25 +01:00
docker feat: scaffold project 2026-04-12 18:48:13 +01:00
internal test: expand unit test coverage for services, handlers, and middleware 2026-05-05 08:05:25 +01:00
nix chore: update deps, mockery config, taskfile, and nix module 2026-05-05 08:03:41 +01:00
static feat(ui): add modal component, health form, toast fix, and health history section 2026-05-05 08:05:25 +01:00
tests fix(e2e): use interactive OAuth login and email-based user isolation 2026-05-05 08:05:25 +01:00
.air.toml chore: fix air config, migrate nix paths, remove spec.md, use fmt.Sprintf for DB URL 2026-04-26 21:31:38 +01:00
.env.example chore: update CI config, env example, and CLAUDE.md conventions 2026-04-28 20:04:58 +01:00
.envrc feat(db): add users and plants migration with sqlc queries 2026-04-13 22:37:38 +01:00
.gitignore chore: add git-hooks, update nix flake, and fix air/docker/gitignore config 2026-04-25 21:03:30 +01:00
.gitlab-ci.yml chore(nix): overhaul module.nix with granular DB/S3 options and fix CI config 2026-05-03 08:41:52 +01:00
.golangci.yml chore(nix): overhaul module.nix with granular DB/S3 options and fix CI config 2026-05-03 08:41:52 +01:00
.mockery.yaml chore: update deps, mockery config, taskfile, and nix module 2026-05-05 08:03:41 +01:00
CLAUDE.md chore: update CI config, env example, and CLAUDE.md conventions 2026-04-28 20:04:58 +01:00
default.nix refactor(config): split DB config into individual fields, add .env, source in shell 2026-04-27 21:02:31 +01:00
docker-compose.yml chore: update deps, mockery config, taskfile, and nix module 2026-05-05 08:03:41 +01:00
flake.lock chore: add git-hooks, update nix flake, and fix air/docker/gitignore config 2026-04-25 21:03:30 +01:00
flake.nix chore(nix): overhaul module.nix with granular DB/S3 options and fix CI config 2026-05-03 08:41:52 +01:00
go.mod chore: update deps, mockery config, taskfile, and nix module 2026-05-05 08:03:41 +01:00
go.sum chore: update deps, mockery config, taskfile, and nix module 2026-05-05 08:03:41 +01:00
gomod2nix.toml chore: update deps, mockery config, taskfile, and nix module 2026-05-05 08:03:41 +01:00
main.go feat(handlers): add health handler and wire into server with plant detail integration 2026-05-05 08:05:25 +01:00
shell.nix refactor(config): split DB config into individual fields, add .env, source in shell 2026-04-27 21:02:31 +01:00
sqlc.yaml feat(db): add plants migration and sqlc queries 2026-04-16 18:36:47 +01:00
Taskfile.yml chore: update deps, mockery config, taskfile, and nix module 2026-05-05 08:03:41 +01:00