[PR #439] [CLOSED] Rebuild installers #patch #447

Closed
opened 2026-03-04 01:36:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/439
Author: @lts-rad
Created: 9/12/2025
Status: Closed

Base: mainHead: dev


📝 Commits (10+)

  • 35ed8d4 [installer] Use 24.04.3
  • 333c0a1 [superd] Use default superdir
  • 2615b82 fix typos
  • a9d16f0 Merge branch 'main' into dev
  • 799e606 [installer] Clean up install files
  • 08a5896 [ui] Do allow negative numbers
  • 9587c62 [api] [dns] [ui] Add captive portal bypass support
  • 0f66d9c [ui] [api] Begin scope prompt for plugin add
  • 9661612 [api] [ui] Add network policy support for plugins
  • b681be9 [api] [ui] Update captive portal support

📊 Changes

44 files changed (+9577 additions, -740 deletions)

View changed files

api/Dockerfile.test (+58 -0)
📝 api/code/api.go (+173 -85)
📝 api/code/darwin.go (+346 -0)
📝 api/code/dhcp.go (+2 -0)
📝 api/code/dns.go (+111 -0)
📝 api/code/dns_config_test.go (+67 -15)
📝 api/code/firewall.go (+473 -473)
api/code/firewall_test.go (+2277 -0)
📝 api/code/go.mod (+5 -0)
📝 api/code/go.sum (+14 -0)
📝 api/code/interfaces.go (+154 -40)
📝 api/code/linux.go (+78 -0)
api/code/nftables.go (+1899 -0)
api/code/nftables_test.go (+1066 -0)
📝 api/code/plugins.go (+269 -15)
📝 api/code/radios.go (+3 -4)
📝 api/code/traffic.go (+2 -5)
api/test/alerts.json (+197 -0)
api/test/api.json (+57 -0)
api/test/devices.json (+20 -0)

...and 24 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spr-networks/super/pull/439 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 9/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`35ed8d4`](https://github.com/spr-networks/super/commit/35ed8d4217939fddb5dfce6363c936a24afcc1db) [installer] Use 24.04.3 - [`333c0a1`](https://github.com/spr-networks/super/commit/333c0a17dcb575f08f709a71379969baad9d4450) [superd] Use default superdir - [`2615b82`](https://github.com/spr-networks/super/commit/2615b821a31213173f9db7c7f6534ff7ba35a562) fix typos - [`a9d16f0`](https://github.com/spr-networks/super/commit/a9d16f0707f41fca5760e34519464e3e39cfc520) Merge branch 'main' into dev - [`799e606`](https://github.com/spr-networks/super/commit/799e606774d45c419e0c8e372a8b7988839067d0) [installer] Clean up install files - [`08a5896`](https://github.com/spr-networks/super/commit/08a58965d2e1973d88145abeb2cab128a676d837) [ui] Do allow negative numbers - [`9587c62`](https://github.com/spr-networks/super/commit/9587c6224c2bc0d04b3e4ae7fac6dd37d2d56587) [api] [dns] [ui] Add captive portal bypass support - [`0f66d9c`](https://github.com/spr-networks/super/commit/0f66d9c2db27d50a4f58335151e3e702e1b87c92) [ui] [api] Begin scope prompt for plugin add - [`9661612`](https://github.com/spr-networks/super/commit/9661612a3875d4ba8f458752a5b72c475cbc5563) [api] [ui] Add network policy support for plugins - [`b681be9`](https://github.com/spr-networks/super/commit/b681be95ff4ce1e2e2061c0c5f740ebf1d414cbd) [api] [ui] Update captive portal support ### 📊 Changes **44 files changed** (+9577 additions, -740 deletions) <details> <summary>View changed files</summary> ➕ `api/Dockerfile.test` (+58 -0) 📝 `api/code/api.go` (+173 -85) 📝 `api/code/darwin.go` (+346 -0) 📝 `api/code/dhcp.go` (+2 -0) 📝 `api/code/dns.go` (+111 -0) 📝 `api/code/dns_config_test.go` (+67 -15) 📝 `api/code/firewall.go` (+473 -473) ➕ `api/code/firewall_test.go` (+2277 -0) 📝 `api/code/go.mod` (+5 -0) 📝 `api/code/go.sum` (+14 -0) 📝 `api/code/interfaces.go` (+154 -40) 📝 `api/code/linux.go` (+78 -0) ➕ `api/code/nftables.go` (+1899 -0) ➕ `api/code/nftables_test.go` (+1066 -0) 📝 `api/code/plugins.go` (+269 -15) 📝 `api/code/radios.go` (+3 -4) 📝 `api/code/traffic.go` (+2 -5) ➕ `api/test/alerts.json` (+197 -0) ➕ `api/test/api.json` (+57 -0) ➕ `api/test/devices.json` (+20 -0) _...and 24 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#447
No description provided.