Skip to content
/ ui Public
forked from hobbyfarm/ui

User interface for HobbyFarm, a browser-based cloud systems learning tool

License

Notifications You must be signed in to change notification settings

ebauman/ui

 
 

Repository files navigation

HobbyFarm User Interface

Main docker version latest

This is the user interface for HobbyFarm - an interactive learning system.

This is meant to be used in conjunction with github.com/hobbyfarm/gargantua.

Configuration

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>"
  }
}

Contributing

If you're interested in contributing, see CONTRIBUTING.md

About

User interface for HobbyFarm, a browser-based cloud systems learning tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 59.1%
  • HTML 23.6%
  • CSS 11.2%
  • SCSS 5.2%
  • JavaScript 0.5%
  • Dockerfile 0.2%
  • Shell 0.2%