This is the admin UI for https://github.com/hobbyfarm
A file placed at /config.json
will allow for runtime configuration (e.g., custom logos, themes, etc.).
{
"title": "HobbyFarm Administration",
"favicon": "/assets/default/favicon.png",
"login": {
"logo": "/assets/default/rancher-labs-stacked-color.svg",
"background": "/assets/default/vault.jpg"
},
"logo": "/assets/default/logo.svg"
}
To customize logos, mount them into the container at /usr/share/nginx/html/assets
, and then reference the file names in config.json
. Alternatively, you can reference files from an object store.
If you're interested in contributing, see CONTRIBUTING.md