Skip to content

Commit

Permalink
site: prepare for mass-installation
Browse files Browse the repository at this point in the history
This is a common step for preparing mass-installation of a
firmware-image. This configuration caters to wired-mesh only
installations with an offloader.

 - Enables wired-mesh on all ports
 - Disables wireless-mesh
 - Skips config-mode
 - Enabled remote-access for users of the ffda group

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit b6bf948)
  • Loading branch information
blocktrron authored and rednax-la committed Aug 9, 2024
1 parent 751cc7a commit 71a3627
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@

ssh_manager = {
defaults = {
enabled = false,
enabled = true,
groups = {
-- No default groups
'ffda',
},
},
groups = {
Expand Down Expand Up @@ -87,10 +87,24 @@
},
},

interfaces = {
lan = {
default_roles = { 'mesh' },
},
wan = {
default_roles = { 'mesh' },
}
},

setup_mode = {
skip = true,
},

wifi24 = {
channel = 5, -- 2432 MHz

mesh = {
disabled = true,
mcast_rate = 12000,
},
},
Expand All @@ -99,6 +113,7 @@
outdoor_chanlist = '96-116 132-140',

mesh = {
disabled = true,
mcast_rate = 12000,
},
},
Expand Down

0 comments on commit 71a3627

Please sign in to comment.