Templates für ffhh und ffhh-sued
(cherry picked from commit f508264c84ba4a839b0e48c3945328ecf32b4414)
This commit is contained in:
		
					parent
					
						
							
								4ba875f5cd
							
						
					
				
			
			
				commit
				
					
						6e8ed79937
					
				
			
		
					 12 changed files with 294 additions and 387 deletions
				
			
		
							
								
								
									
										46
									
								
								sites/defaults.erb
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								sites/defaults.erb
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,46 @@ | |||
| <% | ||||
| #gluon_release = "0.8.4+exp" + Time.new.strftime("%Y%m%d") | ||||
| gluon_release = "0.8.4" | ||||
| gluon_branch = "stable" | ||||
| 
 | ||||
| gluon_site_packages = %w( | ||||
| 	gluon-autoupdater | ||||
| 	gluon-config-mode-autoupdater | ||||
| 	gluon-config-mode-core | ||||
| 	gluon-config-mode-hostname | ||||
| 	gluon-config-mode-mesh-vpn | ||||
| 	gluon-config-mode-reboot-ffhh | ||||
| 	gluon-ebtables-filter-multicast | ||||
| 	gluon-ebtables-filter-ra-dhcp | ||||
| 	gluon-ebtables-segment-mld | ||||
| 	gluon-luci-admin | ||||
| 	gluon-luci-autoupdater | ||||
| 	gluon-luci-portconfig | ||||
| 	gluon-luci-private-wifi | ||||
| 	gluon-luci-wifi-config | ||||
| 	gluon-next-node | ||||
| 	gluon-mesh-vpn-fastd | ||||
| 	gluon-radvd | ||||
| 	gluon-respondd | ||||
| 	gluon-setup-mode | ||||
| 	gluon-status-page | ||||
| 	iwinfo | ||||
| 	iptables | ||||
| 	haveged | ||||
| ) | ||||
| 
 | ||||
| gluon_ath10k_mesh = "11s" | ||||
| 
 | ||||
| signing_keys = [ | ||||
| 		'417ef22f886539ddbcffbad35e9f493195ca53e05f75bd8d8011a4999498b589', # baldo | ||||
| 		'ef73bc52b929fd11efce9a5c8f0b5463f1766bb995c8a0b3b6bcd7ba45b8b1e6', # leo | ||||
| 		'3f0fc50d4e5c893f9f58f98874bd21080b93c28ff5e4d4946352cada1b4e6441', # andre | ||||
| 		'1d37eacbd70f72730b1f5aba246a6a8eab100e2d45dda0163d9ad827f70f88d4', # gernot | ||||
| 		'bd5a70d4c3df30eaa860d615c0e0526b0dda5bc60c09c20972bce4ffa7512659', # bjoern | ||||
| 		'd9992853c0fe1a2e983cc222b6bd26e70d4fb2a53862ac099144e9e8142238d0', # daniel | ||||
| ] | ||||
| signing_keys_experimental = [ | ||||
| 		'1a0112fe489860068480c611c5dc56196c2f1a645db651ea2ed19ae0f0e8e1d1', # 1.builder | ||||
| ] | ||||
| 
 | ||||
| -%> | ||||
							
								
								
									
										42
									
								
								sites/ffhh-sued.erb
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								sites/ffhh-sued.erb
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,42 @@ | |||
| <% | ||||
| site_name = 'Freifunk Hamburg Sued' | ||||
| site_code = 'ffhh-sued' | ||||
| 
 | ||||
| gluon_site_packages += %w( gluon-mesh-batman-adv-15 ) | ||||
| gluon_ath10k_mesh = "11s" | ||||
| 
 | ||||
| prefix4 = '10.112.64.0/19' | ||||
| prefix6 = '2a03:2267:1::/64' | ||||
| 
 | ||||
| next_node_ipv4 = '10.112.64.1' | ||||
| next_node_ipv6 = '2a03:2267:1::1' | ||||
| 
 | ||||
| mtu = 1312 | ||||
| 
 | ||||
| gateways = { | ||||
| 	"gateway01" => { | ||||
| 		"key" => "cb09c68e2d2f7d374d47035cd532e0a60b8b3a7447aa5a7f76f4f15c8ffa9e58", | ||||
| 		"remotes" => [ '"gw01-new.hamburg.freifunk.net" port 10003' ] | ||||
| 	}, | ||||
| 	"gateway02" => { | ||||
| 		"key" => "462b4e21ab5eb0f9de687efd97252880c895ba55cc9cc0755a75347b0965b6e0", | ||||
| 		"remotes" => [ '"gw02-new.hamburg.freifunk.net" port 10003' ] | ||||
| 	}, | ||||
| 	"gateway03" => { | ||||
| 		"key" => "e15295b86138ac490d611e4100f847ccfb7052d5091ded4659f25940be2c0546", | ||||
| 		"remotes" => [ '"gw03-new.hamburg.freifunk.net" port 10003' ] | ||||
| 	}, | ||||
| 	"gateway04" => { | ||||
| 		"key" => "fca88dd58316f4ab50d2a697123dddf4d0ba3aad52ddeb0ba7835cdbbeb60dbf", | ||||
| 		"remotes" => [ '"gw04-new.hamburg.freifunk.net" port 10004' ] | ||||
| 	}, | ||||
| 	"gateway05" => { | ||||
| 		"key" => "84986658775167dff6918dc8e0529c4a4524cb1782849a80933ddb6d8c6bd3f5", | ||||
| 		"remotes" => [ '"gw05-new.hamburg.freifunk.net" port 10004' ] | ||||
| 	}, | ||||
| 	"gateway06" => { | ||||
| 		"key" => "fb608aa75180ba88b4a3399a6498e68796d200afc1bfd275a0dcb903a31f39b6", | ||||
| 		"remotes" => [ '"gw06-new.hamburg.freifunk.net" port 10004' ] | ||||
| 	}, | ||||
| } | ||||
| -%> | ||||
|  | @ -1,5 +0,0 @@ | |||
| GLUON_SITE_FEEDS='ffhh_packages' | ||||
| 
 | ||||
| PACKAGES_FFHH_PACKAGES_REPO=git://github.com/freifunkhamburg/ffhh-packages.git | ||||
| PACKAGES_FFHH_PACKAGES_COMMIT=ef9fcc1222f74c3c045b1450537a4b8b80efb56c | ||||
| 
 | ||||
|  | @ -1,136 +0,0 @@ | |||
| { | ||||
| 	hostname_prefix = 'GibMirEinenNamen', | ||||
| 	site_name = 'Freifunk Hamburg Sued', | ||||
| 	site_code = 'ffhh-sued', | ||||
| 
 | ||||
| 	opkg = { | ||||
| 		openwrt = 'http://opkg.services.ffhh/%n/%v/%S/packages', | ||||
| 		extra = { | ||||
| 			modules = 'http://updates.hamburg.freifunk.net/%GS/stable/archive/modules/gluon-%GS-%GR/%S', | ||||
| 		}, | ||||
| 	}, | ||||
| 
 | ||||
| 	prefix4 = '10.112.64.0/19', | ||||
| 	prefix6 = '2a03:2267:1::/64', | ||||
| 
 | ||||
| 	timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin | ||||
| 	ntp_servers = {'1.ntp.services.ffhh','2.ntp.services.ffhh'}, | ||||
| 	regdom = 'DE', | ||||
| 
 | ||||
| 	wifi24 = { | ||||
| 		channel = 1, | ||||
| 
 | ||||
| 		supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, | ||||
| 		basic_rate = {6000, 9000, 18000, 36000, 54000}, | ||||
| 
 | ||||
| 		ap = { | ||||
| 			ssid = 'hamburg.freifunk.net', | ||||
| 		}, | ||||
| 		mesh = { | ||||
| 			id = '6668682D73756564', | ||||
| 			mcast_rate = 12000, | ||||
| 		}, | ||||
| 	}, | ||||
| 
 | ||||
| 	wifi5 = { | ||||
| 		channel = 44, | ||||
| 		ap = { | ||||
| 			ssid = 'hamburg.freifunk.net', | ||||
| 		}, | ||||
| 		mesh = { | ||||
| 			id = '6668682D73756564', | ||||
| 			mcast_rate = 12000, | ||||
| 		}, | ||||
| 	}, | ||||
| 
 | ||||
| 	next_node = { | ||||
| 		ip4 = '10.112.64.1', | ||||
| 		ip6 = '2a03:2267:1::1', | ||||
| 
 | ||||
| 		mac = '16:41:95:40:f7:dc', | ||||
| 	}, | ||||
| 
 | ||||
| 	fastd_mesh_vpn = { | ||||
| 		enabled = true, | ||||
| 		methods = {'salsa2012+umac'}, | ||||
| 		mtu = 1312, | ||||
| 		groups = { | ||||
| 			backbone = { | ||||
| 				limit = 1, | ||||
| 				peers = { | ||||
| 					gateway01 = { | ||||
| 						key = 'cb09c68e2d2f7d374d47035cd532e0a60b8b3a7447aa5a7f76f4f15c8ffa9e58', | ||||
| 						remotes = {'"gw01-new.hamburg.freifunk.net" port 10003'}, | ||||
| 					}, | ||||
| 					gateway02 = { | ||||
| 						key = '462b4e21ab5eb0f9de687efd97252880c895ba55cc9cc0755a75347b0965b6e0', | ||||
| 						remotes = {'"gw02-new.hamburg.freifunk.net" port 10003'}, | ||||
| 					}, | ||||
| 					gateway03 = { | ||||
| 						key = 'e15295b86138ac490d611e4100f847ccfb7052d5091ded4659f25940be2c0546', | ||||
| 						remotes = {'"gw03-new.hamburg.freifunk.net" port 10003'}, | ||||
| 					}, | ||||
| 					gateway04 = { | ||||
| 						key = 'fca88dd58316f4ab50d2a697123dddf4d0ba3aad52ddeb0ba7835cdbbeb60dbf', | ||||
| 						remotes = {'"gw04-new.hamburg.freifunk.net" port 10004'}, | ||||
| 					}, | ||||
| 					gateway05 = { | ||||
| 						key = '84986658775167dff6918dc8e0529c4a4524cb1782849a80933ddb6d8c6bd3f5', | ||||
| 						remotes = {'"gw05-new.hamburg.freifunk.net" port 10004'}, | ||||
| 					}, | ||||
| 					gateway06 = { | ||||
| 						key = 'fb608aa75180ba88b4a3399a6498e68796d200afc1bfd275a0dcb903a31f39b6', | ||||
| 						remotes = {'"gw06-new.hamburg.freifunk.net" port 10004'}, | ||||
| 					}, | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
| 		bandwidth_limit = { | ||||
| 			enabled = false, | ||||
| 			ingress = 8096, | ||||
| 			egress = 1024, | ||||
| 		}, | ||||
| 	}, | ||||
| 
 | ||||
| 	autoupdater = { | ||||
| 		branch = 'experimental', | ||||
| 		branches = { | ||||
| 			stable = { | ||||
| 				name = 'stable', | ||||
| 				mirrors = {'http://1.updates.services.ffhh/ffhh-sued/stable/sysupgrade','http://2.updates.services.ffhh/ffhh-sued/stable/sysupgrade'}, | ||||
| 				good_signatures = 2, | ||||
| 				pubkeys = { | ||||
| 					'417ef22f886539ddbcffbad35e9f493195ca53e05f75bd8d8011a4999498b589', -- baldo | ||||
| 					'ef73bc52b929fd11efce9a5c8f0b5463f1766bb995c8a0b3b6bcd7ba45b8b1e6', -- leo | ||||
| 					'3f0fc50d4e5c893f9f58f98874bd21080b93c28ff5e4d4946352cada1b4e6441', -- andre | ||||
| 					'1d37eacbd70f72730b1f5aba246a6a8eab100e2d45dda0163d9ad827f70f88d4', -- gernot | ||||
| 					'bd5a70d4c3df30eaa860d615c0e0526b0dda5bc60c09c20972bce4ffa7512659', -- bjoern | ||||
| 					'd9992853c0fe1a2e983cc222b6bd26e70d4fb2a53862ac099144e9e8142238d0', -- daniel | ||||
| 				}, | ||||
| 			}, | ||||
| 			beta = { | ||||
| 				name = 'beta', | ||||
| 				mirrors = {'http://1.updates.services.ffhh/ffhh-sued/beta/sysupgrade','http://2.updates.services.ffhh/ffhh-sued/beta/sysupgrade'}, | ||||
| 				good_signatures = 2, | ||||
| 				pubkeys = { | ||||
| 					'417ef22f886539ddbcffbad35e9f493195ca53e05f75bd8d8011a4999498b589', -- baldo | ||||
| 					'ef73bc52b929fd11efce9a5c8f0b5463f1766bb995c8a0b3b6bcd7ba45b8b1e6', -- leo | ||||
| 					'3f0fc50d4e5c893f9f58f98874bd21080b93c28ff5e4d4946352cada1b4e6441', -- andre | ||||
| 					'1d37eacbd70f72730b1f5aba246a6a8eab100e2d45dda0163d9ad827f70f88d4', -- gernot | ||||
| 					'bd5a70d4c3df30eaa860d615c0e0526b0dda5bc60c09c20972bce4ffa7512659', -- bjoern | ||||
| 					'd9992853c0fe1a2e983cc222b6bd26e70d4fb2a53862ac099144e9e8142238d0', -- daniel | ||||
| 				}, | ||||
| 			}, | ||||
| 			experimental = { | ||||
| 				name = 'experimental', | ||||
| 				mirrors = {'http://1.updates.services.ffhh/ffhh-sued/experimental/sysupgrade','http://2.updates.services.ffhh/ffhh-sued/experimental/sysupgrade'}, | ||||
| 				good_signatures = 1, | ||||
| 				pubkeys = { | ||||
| 					'1a0112fe489860068480c611c5dc56196c2f1a645db651ea2ed19ae0f0e8e1d1', -- 1.builder | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
| 	}, | ||||
| 
 | ||||
| 	poe_passthrough = false, | ||||
| } | ||||
|  | @ -1,40 +0,0 @@ | |||
| GLUON_SITE_PACKAGES := \
 | ||||
| 	gluon-mesh-batman-adv-15 \
 | ||||
| 	gluon-autoupdater \
 | ||||
| 	gluon-config-mode-autoupdater \
 | ||||
| 	gluon-config-mode-core \
 | ||||
| 	gluon-config-mode-hostname \
 | ||||
| 	gluon-config-mode-mesh-vpn \
 | ||||
| 	gluon-config-mode-reboot-ffhh \
 | ||||
| 	gluon-ebtables-filter-multicast \
 | ||||
| 	gluon-ebtables-filter-ra-dhcp \
 | ||||
| 	gluon-ebtables-segment-mld \
 | ||||
| 	gluon-luci-admin \
 | ||||
| 	gluon-luci-autoupdater \
 | ||||
| 	gluon-luci-portconfig \
 | ||||
| 	gluon-luci-private-wifi \
 | ||||
| 	gluon-luci-wifi-config \
 | ||||
| 	gluon-next-node \
 | ||||
| 	gluon-mesh-vpn-fastd \
 | ||||
| 	gluon-radvd \
 | ||||
| 	gluon-respondd \
 | ||||
| 	gluon-setup-mode \
 | ||||
| 	gluon-status-page \
 | ||||
| 	iwinfo \
 | ||||
| 	iptables \
 | ||||
| 	haveged | ||||
| 
 | ||||
| 
 | ||||
| DEFAULT_GLUON_RELEASE := 0.8.4 | ||||
| 
 | ||||
| # Allow overriding the release number from the command line
 | ||||
| GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE) | ||||
| 
 | ||||
| GLUON_PRIORITY ?= 0 | ||||
| 
 | ||||
| # Region code required for some images; supported values: us eu
 | ||||
| GLUON_REGION ?= eu | ||||
| 
 | ||||
| GLUON_ATH10K_MESH ?= 11s | ||||
| 
 | ||||
| GLUON_LANGS ?= en de | ||||
							
								
								
									
										54
									
								
								sites/ffhh.erb
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										54
									
								
								sites/ffhh.erb
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,54 @@ | |||
| <% | ||||
| site_name = 'Freifunk Hamburg' | ||||
| site_code = 'ffhh' | ||||
| 
 | ||||
| gluon_site_packages += %w( gluon-mesh-batman-adv-14 gluon-alfred ) | ||||
| gluon_ath10k_mesh = "ibss" | ||||
| 
 | ||||
| prefix4 = '10.112.0.0/18' | ||||
| prefix6 = '2a03:2267::/64' | ||||
| 
 | ||||
| next_node_ipv4 = '10.112.0.1' | ||||
| next_node_ipv6 = '2a03:2267::1' | ||||
| 
 | ||||
| mtu = 1280 | ||||
| 
 | ||||
| gateways = { | ||||
| 	"gateway01" => { | ||||
| 		"key" => "cb09c68e2d2f7d374d47035cd532e0a60b8b3a7447aa5a7f76f4f15c8ffa9e58", | ||||
| 		"remotes" => [ '"gw01.hamburg.freifunk.net" port 10001' ] | ||||
| 	}, | ||||
| 	"gateway02" => { | ||||
| 		"key" => "462b4e21ab5eb0f9de687efd97252880c895ba55cc9cc0755a75347b0965b6e0", | ||||
| 		"remotes" => [ '"gw02.hamburg.freifunk.net" port 10001' ] | ||||
| 	}, | ||||
| 	"gateway03" => { | ||||
| 		"key" => "e15295b86138ac490d611e4100f847ccfb7052d5091ded4659f25940be2c0546", | ||||
| 		"remotes" => [ '"gw03.hamburg.freifunk.net" port 10001' ] | ||||
| 	}, | ||||
| 	"gateway04" => { | ||||
| 		"key" => "fca88dd58316f4ab50d2a697123dddf4d0ba3aad52ddeb0ba7835cdbbeb60dbf", | ||||
| 		"remotes" => [ '"gw04.hamburg.freifunk.net" port 10000' ] | ||||
| 	}, | ||||
| 	"gateway05" => { | ||||
| 		"key" => "84986658775167dff6918dc8e0529c4a4524cb1782849a80933ddb6d8c6bd3f5", | ||||
| 		"remotes" => [ '"gw05.hamburg.freifunk.net" port 10001' ] | ||||
| 	}, | ||||
| 	"gateway06" => { | ||||
| 		"key" => "fb608aa75180ba88b4a3399a6498e68796d200afc1bfd275a0dcb903a31f39b6", | ||||
| 		"remotes" => [ '"gw06.hamburg.freifunk.net" port 10000' ] | ||||
| 	}, | ||||
| 	"gateway08" => { | ||||
| 		"key" => "67e9b215248ada3f4ffcc9db0bdf897128f6236a0d4e8d660762b77bebc914d4", | ||||
| 		"remotes" => [ '"gw08.hamburg.freifunk.net" port 10001' ] | ||||
| 	}, | ||||
| 	"gateway09" => { | ||||
| 		"key" => "5f483f6d26ac9106d86c0edcd08cf92c18caf67933719a394915ab809d1fb2bc", | ||||
| 		"remotes" => [ '"gw09.hamburg.freifunk.net" port 10001' ] | ||||
| 	}, | ||||
| 	"gateway12" => { | ||||
| 		"key" => "facbbfb07525782fcde22b929f36ea508a295619eca35782003d9ca2dd3cc524", | ||||
| 		"remotes" => [ '"gw12.hamburg.freifunk.net" port 10001' ] | ||||
| 	} | ||||
| } | ||||
| -%> | ||||
|  | @ -1,5 +0,0 @@ | |||
| GLUON_SITE_FEEDS='ffhh_packages' | ||||
| 
 | ||||
| PACKAGES_FFHH_PACKAGES_REPO=git://github.com/freifunkhamburg/ffhh-packages.git | ||||
| PACKAGES_FFHH_PACKAGES_COMMIT=ef9fcc1222f74c3c045b1450537a4b8b80efb56c | ||||
| 
 | ||||
|  | @ -1,158 +0,0 @@ | |||
| { | ||||
| 	hostname_prefix = 'GibMirEinenNamen', | ||||
| 	site_name = 'Freifunk Hamburg', | ||||
| 	site_code = 'ffhh', | ||||
| 
 | ||||
| 	opkg = { | ||||
| 		openwrt = 'http://opkg.services.ffhh/%n/%v/%S/packages', | ||||
| 		extra = { | ||||
| 			modules = 'http://updates.hamburg.freifunk.net/stable/archive/modules/gluon-%GS-%GR/%S', | ||||
| 		}, | ||||
| 	}, | ||||
| 
 | ||||
| 	prefix4 = '10.112.0.0/18', | ||||
| 	prefix6 = '2a03:2267::/64', | ||||
| 
 | ||||
| 	timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin | ||||
| 	ntp_servers = {'1.ntp.services.ffhh','2.ntp.services.ffhh'}, | ||||
| 	regdom = 'DE', | ||||
| 
 | ||||
| 	wifi24 = { | ||||
| 		channel = 1, | ||||
| 
 | ||||
| 		supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, | ||||
| 		basic_rate = {6000, 9000, 18000, 36000, 54000}, | ||||
| 
 | ||||
| 		ap = { | ||||
| 			ssid = 'hamburg.freifunk.net', | ||||
| 		}, | ||||
| 		ibss = { | ||||
| 			ssid = 'f8:d1:11:87:52:2e', | ||||
| 			bssid = 'f8:d1:11:87:52:2e', | ||||
| 			mcast_rate = 12000, | ||||
| 		}, | ||||
| 		--[[ mesh = { | ||||
| 			id = 'ffhh-mesh', | ||||
| 			mcast_rate = 12000, | ||||
| 		}, --]] | ||||
| 	}, | ||||
| 
 | ||||
| 	wifi5 = { | ||||
| 		channel = 44, | ||||
| 		ap = { | ||||
| 			ssid = 'hamburg.freifunk.net', | ||||
| 		}, | ||||
| 		ibss = { | ||||
| 			ssid = 'f8:d1:11:87:52:2e', | ||||
| 			bssid = 'f8:d1:11:87:52:2e', | ||||
| 			mcast_rate = 12000, | ||||
| 		}, | ||||
| 		--[[ mesh = { | ||||
| 			id = 'ffhh-mesh', | ||||
| 			mcast_rate = 12000, | ||||
| 		}, --]] | ||||
| 	}, | ||||
| 
 | ||||
| 	next_node = { | ||||
| 		ip4 = '10.112.0.1', | ||||
| 		ip6 = '2a03:2267::1', | ||||
| 
 | ||||
| 		mac = '16:41:95:40:f7:dc', | ||||
| 	}, | ||||
| 
 | ||||
| 	fastd_mesh_vpn = { | ||||
| 		enabled = true, | ||||
| 		methods = {'salsa2012+umac'}, | ||||
| 		mtu = 1280, | ||||
| 		groups = { | ||||
| 			backbone = { | ||||
| 				limit = 1, | ||||
| 				peers = { | ||||
| 					gateway01 = { | ||||
| 						key = 'cb09c68e2d2f7d374d47035cd532e0a60b8b3a7447aa5a7f76f4f15c8ffa9e58', | ||||
| 						remotes = {'"gw01.hamburg.freifunk.net" port 10001'}, | ||||
| 					}, | ||||
| 					gateway02 = { | ||||
| 						key = '462b4e21ab5eb0f9de687efd97252880c895ba55cc9cc0755a75347b0965b6e0', | ||||
| 						remotes = {'"gw02.hamburg.freifunk.net" port 10001'}, | ||||
| 					}, | ||||
| 					gateway03 = { | ||||
| 						key = 'e15295b86138ac490d611e4100f847ccfb7052d5091ded4659f25940be2c0546', | ||||
| 						remotes = {'"gw03.hamburg.freifunk.net" port 10001'}, | ||||
| 					}, | ||||
| 					gateway04 = { | ||||
| 						key = 'fca88dd58316f4ab50d2a697123dddf4d0ba3aad52ddeb0ba7835cdbbeb60dbf', | ||||
| 						remotes = {'"gw04.hamburg.freifunk.net" port 10000'}, | ||||
| 					}, | ||||
| 					gateway05 = { | ||||
| 						key = '84986658775167dff6918dc8e0529c4a4524cb1782849a80933ddb6d8c6bd3f5', | ||||
| 						remotes = {'"gw05.hamburg.freifunk.net" port 10001'}, | ||||
| 					}, | ||||
| 					gateway06 = { | ||||
| 						key = 'fb608aa75180ba88b4a3399a6498e68796d200afc1bfd275a0dcb903a31f39b6', | ||||
| 						remotes = {'"gw06.hamburg.freifunk.net" port 10000'}, | ||||
| 					}, | ||||
| 						gateway08 = { | ||||
| 						key = '67e9b215248ada3f4ffcc9db0bdf897128f6236a0d4e8d660762b77bebc914d4', | ||||
| 						remotes = {'"gw08.hamburg.freifunk.net" port 10001'}, | ||||
| 					}, | ||||
| 					gateway09 = { | ||||
| 						key = '5f483f6d26ac9106d86c0edcd08cf92c18caf67933719a394915ab809d1fb2bc', | ||||
| 						remotes = {'"gw09.hamburg.freifunk.net" port 10001'}, | ||||
| 					}, | ||||
| 					gateway12 = { | ||||
| 						key = 'facbbfb07525782fcde22b929f36ea508a295619eca35782003d9ca2dd3cc524', | ||||
| 						remotes = {'"gw12.hamburg.freifunk.net" port 10001'}, | ||||
| 					}, | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
| 		bandwidth_limit = { | ||||
| 			enabled = false, | ||||
| 			ingress = 8096, | ||||
| 			egress = 1024, | ||||
| 		}, | ||||
| 	}, | ||||
| 
 | ||||
| 	autoupdater = { | ||||
| 		branch = 'experimental', | ||||
| 		branches = { | ||||
| 			stable = { | ||||
| 				name = 'stable', | ||||
| 				mirrors = {'http://1.updates.services.ffhh/stable/sysupgrade','http://2.updates.services.ffhh/stable/sysupgrade'}, | ||||
| 				good_signatures = 2, | ||||
| 				pubkeys = { | ||||
| 					'417ef22f886539ddbcffbad35e9f493195ca53e05f75bd8d8011a4999498b589', -- baldo | ||||
| 					'ef73bc52b929fd11efce9a5c8f0b5463f1766bb995c8a0b3b6bcd7ba45b8b1e6', -- leo | ||||
| 					'3f0fc50d4e5c893f9f58f98874bd21080b93c28ff5e4d4946352cada1b4e6441', -- andre | ||||
| 					'1d37eacbd70f72730b1f5aba246a6a8eab100e2d45dda0163d9ad827f70f88d4', -- gernot | ||||
| 					'bd5a70d4c3df30eaa860d615c0e0526b0dda5bc60c09c20972bce4ffa7512659', -- bjoern | ||||
| 					'd9992853c0fe1a2e983cc222b6bd26e70d4fb2a53862ac099144e9e8142238d0', -- daniel | ||||
| 				}, | ||||
| 			}, | ||||
| 			beta = { | ||||
| 				name = 'beta', | ||||
| 				mirrors = {'http://1.updates.services.ffhh/beta/sysupgrade','http://2.updates.services.ffhh/beta/sysupgrade'}, | ||||
| 				good_signatures = 2, | ||||
| 				pubkeys = { | ||||
| 					'417ef22f886539ddbcffbad35e9f493195ca53e05f75bd8d8011a4999498b589', -- baldo | ||||
| 					'ef73bc52b929fd11efce9a5c8f0b5463f1766bb995c8a0b3b6bcd7ba45b8b1e6', -- leo | ||||
| 					'3f0fc50d4e5c893f9f58f98874bd21080b93c28ff5e4d4946352cada1b4e6441', -- andre | ||||
| 					'1d37eacbd70f72730b1f5aba246a6a8eab100e2d45dda0163d9ad827f70f88d4', -- gernot | ||||
| 					'bd5a70d4c3df30eaa860d615c0e0526b0dda5bc60c09c20972bce4ffa7512659', -- bjoern | ||||
| 					'd9992853c0fe1a2e983cc222b6bd26e70d4fb2a53862ac099144e9e8142238d0', -- daniel | ||||
| 				}, | ||||
| 			}, | ||||
| 			experimental = { | ||||
| 				name = 'experimental', | ||||
| 				mirrors = {'http://1.updates.services.ffhh/experimental/sysupgrade','http://2.updates.services.ffhh/experimental/sysupgrade'}, | ||||
| 				good_signatures = 1, | ||||
| 				pubkeys = { | ||||
| 					'1a0112fe489860068480c611c5dc56196c2f1a645db651ea2ed19ae0f0e8e1d1', -- 1.builder | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
| 	}, | ||||
| 
 | ||||
| 	poe_passthrough = false, | ||||
| } | ||||
|  | @ -1,41 +0,0 @@ | |||
| GLUON_SITE_PACKAGES := \
 | ||||
| 	gluon-mesh-batman-adv-14 \
 | ||||
| 	gluon-alfred \
 | ||||
| 	gluon-autoupdater \
 | ||||
| 	gluon-config-mode-autoupdater \
 | ||||
| 	gluon-config-mode-core \
 | ||||
| 	gluon-config-mode-hostname \
 | ||||
| 	gluon-config-mode-mesh-vpn \
 | ||||
| 	gluon-config-mode-reboot-ffhh \
 | ||||
| 	gluon-ebtables-filter-multicast \
 | ||||
| 	gluon-ebtables-filter-ra-dhcp \
 | ||||
| 	gluon-ebtables-segment-mld \
 | ||||
| 	gluon-luci-admin \
 | ||||
| 	gluon-luci-autoupdater \
 | ||||
| 	gluon-luci-portconfig \
 | ||||
| 	gluon-luci-private-wifi \
 | ||||
| 	gluon-luci-wifi-config \
 | ||||
| 	gluon-next-node \
 | ||||
| 	gluon-mesh-vpn-fastd \
 | ||||
| 	gluon-radvd \
 | ||||
| 	gluon-respondd \
 | ||||
| 	gluon-setup-mode \
 | ||||
| 	gluon-status-page \
 | ||||
| 	iwinfo \
 | ||||
| 	iptables \
 | ||||
| 	haveged | ||||
| 
 | ||||
| 
 | ||||
| DEFAULT_GLUON_RELEASE := 0.8.4 | ||||
| 
 | ||||
| # Allow overriding the release number from the command line
 | ||||
| GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE) | ||||
| 
 | ||||
| GLUON_PRIORITY ?= 0 | ||||
| 
 | ||||
| # Region code required for some images; supported values: us eu
 | ||||
| GLUON_REGION ?= eu | ||||
| 
 | ||||
| GLUON_ATH10K_MESH ?= ibss | ||||
| 
 | ||||
| GLUON_LANGS ?= en de | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Daniel Frank
				Daniel Frank