Web app to integrate with and extend farmOS
this should only affect "secondary" threads for use with real-time sync to farmOS. the belief is that when a token refresh happens in main thread, the session is auto-saved with the new token. but when a token refresh happens in secondary thread, the session was not being auto-saved with new token. so this should fix that... |
||
|---|---|---|
| docs | ||
| src/wuttafarm | ||
| style | ||
| .gitignore | ||
| CHANGELOG.md | ||
| COPYING.txt | ||
| pyproject.toml | ||
| README.md | ||
| tasks.py | ||
| tox.ini | ||
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
See full docs at https://docs.wuttaproject.org/wuttafarm/