mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #439] [CLOSED] Rebuild installers #patch #447
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#447
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spr-networks/super/pull/439
Author: @lts-rad
Created: 9/12/2025
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (10+)
35ed8d4[installer] Use 24.04.3333c0a1[superd] Use default superdir2615b82fix typosa9d16f0Merge branch 'main' into dev799e606[installer] Clean up install files08a5896[ui] Do allow negative numbers9587c62[api] [dns] [ui] Add captive portal bypass support0f66d9c[ui] [api] Begin scope prompt for plugin add9661612[api] [ui] Add network policy support for pluginsb681be9[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.