libremesh / lime-packages

LibreMesh packages configuring OpenWrt for wireless mesh networking
https://libremesh.org/
GNU Affero General Public License v3.0
277 stars 96 forks source link

support config distribution accross the mesh #1035

Open javierbrk opened 1 year ago

ilario commented 1 year ago

Eh?

javierbrk commented 1 year ago

Sorry I didn't expand on the idea in the first place. It would be a great feature to be able to spread community configurations from one node to all the others "automatically". Most of those configurations are placed in each node in /etc/config/lime-community https://libremesh.org/docs/es_config.html.

ilario commented 1 year ago

Currently, each node with FirstBootWizard is exposing that file via the HTTP server (including the hash of the root password, if set with FirstBootWizard, see https://github.com/libremesh/lime-packages/issues/849), so that other nodes can fetch it.

You mean that the lime-community should be shared via shared-state? What is the use case? Why?