Web app to integrate with and extend farmOS
Find a file
2026-02-08 11:36:38 -06:00
src/wuttafarm fix: run web app via uvicorn/ASGI by default 2026-02-08 11:35:39 -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.2.0 → 0.2.1 2026-02-08 11:36:38 -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.2.0 → 0.2.1 2026-02-08 11:36:38 -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