This is the user interface for HobbyFarm - an interactive learning system.
This is meant to be used in conjunction with github.com/hobbyfarm/gargantua.
A file placed at /config.json
will allow for runtime configuration (e.g., custom logos, themes, etc.).
{
"title": "Old MacDonald's Farm",
"favicon": "<base64-encoded image>",
"logo": "<base64-encoded image>",
"login": {
"logo": "<base64-encoded image>",
"background": "<base64-encoded image>"
}
}
If you're interested in contributing, see CONTRIBUTING.md