Replies: 2 comments 9 replies
-
IDK, maybe we can run a Workflow when someone comments on a discussion, but it requires a Github account.
CONs:
I'd like to build something similar to https://github.com/benzino77/tasmocompiler/ since it has a beautiful GUI and we can run it using Docker. Maybe we can build an "external, downloadable module" for TallyArbiter, that downloads an interface similar to tasmocompiler and tools required by it, without using Github Actions workflows.
CONs:
|
Beta Was this translation helpful? Give feedback.
-
Can we adapt the various compiled clients to prompt the user for this information via a small internally hosted web server or something similar? So have the default behaviour be to boot up like any IOT device - you join your phone/computer to this temporary SSID network, browse to the web page and enter in some information like wifi, TA server IP/port, etc., and then it reboots and joins that. Then we do not need to have a workflow like this. |
Beta Was this translation helpful? Give feedback.
-
Just an idea: I believe that we already have a GitHub Actions workflow for some firmwares for embedded devices in place. Is that correct @MatteoGheza?
If so, can we implement some kind of build service where people just insert values for variables defined in the firmware file (like server ip, etc) and can then download their customized firmware binaries? I think this would make it a lot easier for people who are not confident to set up a dev environment.
Maybe we don't even need a server for that, we can probably do that by triggering GitHub Action workflows. But I'm not sure how we can get the artifacts to people.
Beta Was this translation helpful? Give feedback.
All reactions