Web app to integrate with and extend farmOS
Find a file
Lance Edgar ba926ec2de fix: ensure Buefy version matches what we use for custom css
this is an alright solution for now, but may need to improve in the
future once we look at Vue 3 etc.

basically the only reason this solution isn't terrible, is because
buefy 0.9.x (for Vue 2) is "stable"
2026-02-07 18:48:56 -06:00
src/wuttafarm fix: ensure Buefy version matches what we use for custom css 2026-02-07 18:48:56 -06:00
style fix: add custom style to better match farmOS color scheme 2026-02-07 09:48:26 -06:00
.gitignore fix: add custom style to better match farmOS color scheme 2026-02-07 09:48:26 -06:00
CHANGELOG.md bump: version 0.1.4 → 0.1.5 2026-02-07 12:31:00 -06:00
COPYING.txt cleanup a bit; add src dir, changelog etc. 2026-01-27 16:57:02 -06:00
pyproject.toml bump: version 0.1.4 → 0.1.5 2026-02-07 12:31:00 -06:00
README.md cleanup a bit; add src dir, changelog etc. 2026-01-27 16:57:02 -06:00
tasks.py fix: fix built wheel to include custom buefy css 2026-02-07 12:30:22 -06:00

WuttaFarm

This is a Python web app (built with WuttaWeb), to integrate with and extend farmOS.

It is just an experiment so far; the ideas I hope to play with include:

  • display farmOS data directly, via real-time API fetch
  • add "mirror" schema and sync data from farmOS to app DB (and display it)
  • possibly add more schema / extra features
  • possibly sync data back to farmOS

Quick Start

Make a virtual environment and install the app:

python3 -m venv .venv
.venv/bin/pip install -e .
.venv/bin/wuttafarm install

For more info see https://docs.wuttaproject.org/wuttjamaican/narr/install/index.html