Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web interface needs to be separated out from JSON API #10

Open
Japh opened this issue Nov 4, 2015 · 3 comments
Open

Web interface needs to be separated out from JSON API #10

Japh opened this issue Nov 4, 2015 · 3 comments

Comments

@Japh
Copy link
Contributor

Japh commented Nov 4, 2015

At the moment, we have two projects in one repository, which is kind of unwieldy.

  1. The web interface
  2. The JSON.cgi API

There's no reason to install the web interface on every device when it can control them all from a single location (on your desktop even), as long as you have the JSON.cgi API installed on the devices.

We should really separate these out, both to save space on the devices, but also to simplify development.

@Japh
Copy link
Contributor Author

Japh commented Nov 4, 2015

I've created a new repo to be the home for this: homedash/homedash-client.

Feel free to open relevant issues over there.

@mattjoyce
Copy link
Contributor

Yep, separate is the way to go. Easier to play with front end ideas too.

@stokito
Copy link
Contributor

stokito commented Mar 14, 2021

We can simplify by using OpenWrt ubus
jshn can be used to generate JSON.
TBH the UI is anyway small and if anybody don't want UI the can just install json.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants