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

Add support for update via the web interface (for RPi OS devices). #1886

Open
nicomiguelino opened this issue Apr 22, 2024 · 0 comments
Open

Comments

@nicomiguelino
Copy link
Contributor

nicomiguelino commented Apr 22, 2024

Overview

  • Since the web interface is running inside a Docker container, we need to execute an update command outside of the containers to perform an update. (Thanks to @vpetersson for giving insights.)
  • We can use the Redis subscriber component running inside the host RPi OS. That component listens from incoming messages.
  • From the web server container, we can send a message.
  • We just need to modify host_agent.py to handle the update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Anthias
To do
Development

No branches or pull requests

1 participant