-
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
Make webapp setup not require ssh #352
Comments
Possible useful tool: https://github.com/treehouses (base RaspberryPi image with remote control for setup) |
I just came across this issue, is it still outstanding? Have you explored pi-gen? I have only taken a summary review, but it looks like it would do exactly what you are looking for. I am happy to explore the route and see if I can put together a solution. The following is a link to the official GitHub repo: [https://github.com/RPi-Distro/pi-gen]. |
To my understanding pi-gen is a tool to create a custom distribution, i.e., a Linux image that may already have some software we need pre-installed (e.g. supervisord, nginx, python3, etc.). This is very useful but only part of the story since we also need some dynamic content like the client registration. How do you recommend to handle this if we move to a pi-gen image? |
Just brainstorming: one option could be to re-use the mechanism that Raspberry Pi uses to enable some optional features via optional text files (e.g. if I don't know much in this area so any help would be appreciated! |
What's this?
Currently to set up a new Lokole device, the user needs to:
This is a fairly technical process so it takes a bit of knowledge to setup a new device. It would be great if we could remove the SSH step from this process, e.g. by creating a custom OS build for Lokole.
Imported from https://github.com/ascoderu/opwen-setup/issues/4
The text was updated successfully, but these errors were encountered: