Changeset - a93435bb93c8
[Not reviewed]
0 1 0
x - 1 month ago 2025-09-13 00:21:36
xbr@c3l.lu
style: restructure experimental site.conf

This commit does not change any data within the site config, instead it
focuses on the structure of the site.conf.

This commit was long overdue, if anything, it is not extreme ennough,
and we should remove all comments.
1 file changed with 24 insertions and 44 deletions:
0 comments (0 inline, 0 general)
site_config/experimental/site/site.conf
Show inline comments
 
-- This is an example site configuration for Gluon v2014.3.x
 
--
 
-- Take a look at the documentation located at
 
-- http://gluon.readthedocs.org/ for details.
 
--
 
-- This configuration will not work as it. You're required to make
 
-- community specific changes to it!
 
-- See https://gluon.readthedocs.io/
 
{
 
  -- Used for generated hostnames, e.g. freifunk-abcdef123456.
 
	-- Used for generated hostnames, e.g. freifunk-abcdef123456. (optional)
 
	hostname_prefix = 'fflux-',
 

	
 
	-- Name of the community.
 
@@ -20,13 +14,14 @@
 
	-- Can be generated using: echo $(hexdump -v -n 32 -e '1/1 "%02x"' </dev/urandom)
 
	domain_seed = '20d0d9c09a27d488c1291da65fe4dd4971ff8631dba0195be15805dbad01f78e',
 

	
 
  -- Prefixes used within the mesh. Both are required.
 
	-- Prefixes used within the mesh.
 
	-- prefix6 is required, prefix4 can be omitted if next_node.ip4 is not set.
 
	prefix4 = '10.24.128.0/18',
 
	prefix6 = 'fd4e:f2d7:88d2:fffe::/64',
 

	
 

	
 
	-- Timezone of your community.
 
  -- See http://wiki.openwrt.org/doc/uci/system#time.zones
 
	-- See https://openwrt.org/docs/guide-user/base-system/system_configuration#time_zones
 
	timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
 

	
 
	-- List of NTP servers in your community.
 
@@ -45,10 +40,11 @@
 
			ssid = 'luxembourg.freifunk.net',
 
		},
 
		mesh = {
 
			-- usually you don't want users to connect to this mesh-SSID,
 
			-- so use a cryptic id that no one will accidentally mistake for the client WiFi
 
			id = 'freifunk-mesh',
 
			mcast_rate = 12000,
 
		},
 

	
 
	},
 

	
 
	-- Wireless configuration for 5 GHz interfaces.
 
@@ -56,6 +52,7 @@
 
	-- for channel and htmode.
 
	wifi5 = {
 
		channel = 36;
 

	
 
		ap = {
 
			ssid = 'luxembourg.freifunk.net',
 
		},
 
@@ -83,15 +80,17 @@
 
		mac = '32:3d:f9:8f:01:53',
 
	},
 

	
 
  -- Refer to http://fastd.readthedocs.org/en/latest/ to better understand
 
  -- what these options do.
 
	mesh_vpn = {
 
		enabled = true,
 
		fastd = {
 
    mtu = 1406,
 
    configurable = true,
 
			-- Refer to https://fastd.readthedocs.io/en/latest/ to better understand
 
			-- what these options do.
 

	
 
			-- List of crypto-methods to use.
 
			methods = {'salsa2012+umac'},
 
			mtu = 1406,
 
			configurable = true,
 

	
 
			groups = {
 
				backbone = {
 
					-- Limit number of connected peers to reduce bandwidth.
 
@@ -115,14 +114,22 @@
 
				},
 
			},
 
		},
 
		bandwidth_limit = {
 
			-- preset can be enabled by default here
 
			enabled = false,
 

	
 
			-- in kbit/s
 
			egress = 2560, -- 2 Mbit/
 
			ingress = 10240, -- 10 Mbit/s
 
		},
 
	},
 

	
 
	autoupdater = {
 
		-- Set GLUON_AUTOUPDATER_ENABLED to enable the autoupdater by default for newly installed nodes.
 
		enabled = true,
 
    -- Default branch. Don't forget to set GLUON_BRANCH when building!
 
		-- Default branch (optional), can be overridden by setting GLUON_AUTOUPDATER_BRANCH when building.
 
		branch = 'stable',
 

	
 
    -- List of branches. You may define multiple branches.
 
		branches = {
 
			stable = {
 
				name = 'stable',
 
@@ -135,13 +142,8 @@
 
					'http://firmware.freifunk.lu/stable/sysupgrade',
 
				},
 

	
 
        -- Number of good signatures required.
 
        -- Have multiple maintainers sign your build and only
 
        -- accept it when a sufficient number of them have
 
        -- signed it.
 
				good_signatures = 1,
 

	
 
        -- List of public keys of maintainers.
 
				pubkeys = {
 
						'22e564fd31849637738ab5881469ea51cd4afd181c444244eb8a8ee04df40fef', -- orimpe
 
						'45c0d4a3d60c03f81ea75dd887474d99b29cd541f30807465e01de6c1b721b54', -- xbr
 
@@ -161,13 +163,8 @@
 
					'http://firmware.freifunk.lu/beta/sysupgrade',
 
				},
 

	
 
        -- Number of good signatures required.
 
        -- Have multiple maintainers sign your build and only
 
        -- accept it when a sufficient number of them have
 
        -- signed it.
 
				good_signatures = 1,
 

	
 
        -- List of public keys of maintainers.
 
				pubkeys = {
 
					'22e564fd31849637738ab5881469ea51cd4afd181c444244eb8a8ee04df40fef', -- orimpe
 
					'45c0d4a3d60c03f81ea75dd887474d99b29cd541f30807465e01de6c1b721b54', -- xbr
 
@@ -187,13 +184,8 @@
 
					'http://firmware.freifunk.lu/experimental/sysupgrade',
 
				},
 

	
 
        -- Number of good signatures required.
 
        -- Have multiple maintainers sign your build and only
 
        -- accept it when a sufficient number of them have
 
        -- signed it.
 
				good_signatures = 1,
 

	
 
        -- List of public keys of maintainers.
 
				pubkeys = {
 
						'22e564fd31849637738ab5881469ea51cd4afd181c444244eb8a8ee04df40fef', -- orimpe
 
						'45c0d4a3d60c03f81ea75dd887474d99b29cd541f30807465e01de6c1b721b54', -- xbr
 
@@ -201,19 +193,7 @@
 
						'6e70a4bff82d70bb4f7d19ab170bf9f9aee64181567fefee040995fb9e5c1547' -- fantawams
 
				},
 
			},
 

	
 
    },
 
		},
 

	
 
  bandwidth_limit = {
 
      -- The bandwidth limit can be enabled by default here.
 
      enabled = false,
 

	
 
      -- Default upload limit (kbit/s).
 
      egress = 200,
 

	
 
      -- Default download limit (kbit/s).
 
      ingress = 3000,
 
	},
 

	
 
	ssid_changer = {
0 comments (0 inline, 0 general)