We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changing the physical service config (so you can control different components) currently requires either:
physical
physical-config.json
git pull
/etc/systemd/system/physical.service
CONFIG_PATH
Neither approach is ideal. We could:
/opt/radiodan/config/physical.json
serial
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Changing the
physical
service config (so you can control different components) currently requires either:physical-config.json
. But then,git pull
will overwrite this./etc/systemd/system/physical.service
to include theCONFIG_PATH
env var pointing to the file.Neither approach is ideal. We could:
/opt/radiodan/config/physical.json
(if it exists) and mount over samba so it can be edited easilyserial
service so that apps can request the components they need using WebSocket messages.The text was updated successfully, but these errors were encountered: