-
Notifications
You must be signed in to change notification settings - Fork 12
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
Basic Frontend #26
Comments
It would also be really nice if you could see the logs from the different Rhasspy processes within the UI. I feel like it'll act a bit more like a separate process. We shall see what happens. |
Another idea is using the frontend as a satellite. So you could launch the site, go to a page, and start talking. Ideally being able to bookmark the page on mobile to quick launch and ask to do something. This idea will probably come to fruition a bit later. |
Also it would be super great if you could select the microphone/sounds device from the UI. Maybe on first setup (or a settings page) have an interactive mic/sound setup. |
Some of the design work has been started in the "frontend" branch. There's still a lot more to do! |
Got some settings pages mocked up for now and have added a multistage Docker build to get the docs/frontend built to be served! I'm going to work on actually getting the settings working soon! The last "deployment" question is trying to run both the frontend and the intent handler. I'm thinking about rolling my own systemd config that just launches both (and keeps them running). Hopefully that isn't too hard to figure out! |
We now have a working reset button and push some of the restart status to the frontend! |
Cleaned up some of the tailwind stuff to always look good, and got it mostly ready if I ever wanted to make a light theme (#102). Added the ability to test mics to the frontend. I think the first iteration of this is coming to a close! I'll do some testing and see how it goes! I'll break out some of the other ideas into their own issues, so we can close this one, but keep things rolling. |
Did some initial testing and got everything working in the container! This is done as of 1de651f All other ideas that didn't quite make it in this release are now in their own issues. Going to do some more testing on the Pi and see what happens! |
I've been thinking about creating a frontend so people can more easily make modifications to their
customizations
(and maybe default configs?!).I might end up changing the deployment strat again if it happens, but we shall see how that goes!
The text was updated successfully, but these errors were encountered: