Compare commits

...

3 Commits

Author SHA1 Message Date
600e332ec2 feat: switch Gluon SSID 2026-04-19 17:29:53 -04:00
a5805cfa20 feat: switch TZ of the routers 2026-04-19 17:29:49 -04:00
ace2eacefa feat: add Prometheus packages 2026-04-19 17:29:38 -04:00
2 changed files with 12 additions and 3 deletions

View File

@@ -2,6 +2,14 @@ packages {
'gluon-authorized-keys',
'iperf3',
'iwinfo',
'prometheus-node-exporter-lua',
'prometheus-node-exporter-lua-hostapd_stations',
'prometheus-node-exporter-lua-hostapd_ubus_stations',
'prometheus-node-exporter-lua-nat_traffic',
'prometheus-node-exporter-lua-netstat',
'prometheus-node-exporter-lua-textfile',
'prometheus-node-exporter-lua-wifi',
'prometheus-node-exporter-lua-wifi_stations',
}
features {
@@ -12,6 +20,7 @@ features {
'mesh-batman-adv-15',
'mesh-vpn-fastd',
'respondd',
'tls',
'status-page',
'web-advanced',
'web-wizard'

View File

@@ -28,7 +28,7 @@
-- Timezone of your community.
-- See https://openwrt.org/docs/guide-user/base-system/system_configuration#time_zones
timezone = 'CEST5EDT,M3.2.0,M11.1.0',
timezone = 'EST5EDT,M3.2.0,M11.1.0',
-- List of NTP servers in your community.
-- Must be reachable using IPv6!
@@ -44,11 +44,11 @@
-- ESSIDs used for client network.
ap = {
-- ssid = 'newportmesh.org', (optional - SSID for open client network)
-- ssid = 'Newport Downtown WiFi', (optional - SSID for open client network)
-- disabled = true, -- (optional)
-- Configuration for a backward compatible OWE network below.
owe_ssid = 'newportmesh.org', -- (optional - SSID for OWE client network)
owe_ssid = 'Newport Downtown WiFi', -- (optional - SSID for OWE client network)
-- owe_transition_mode = true, -- (optional - enables transition-mode - requires ssid as well as owe_ssid)
},