[PR #430] [MERGED] Features & Fixes #patch #438

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/430
Author: @lts-rad
Created: 7/19/2025
Status: Merged
Merged: 7/19/2025
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 083eaff [build] refactor
  • 760089c [build] Remove buildx cache
  • d04d6c9 [build] Remove buildx cache
  • 1ba3ff1 [ui] Intercept auth validate redirect
  • a54ad78 [api] Add guestonly policy check to avoid log
  • fba5d98 [base] On cm5 dont perftune for now
  • b036f4d [watchdog] re-enable watchdog device
  • 817634d [build] Update release notes
  • 32bd0e1 [build] Update build
  • a13eaf3 [build] re-enable self hosted runner

📊 Changes

47 files changed (+2440 additions, -1035 deletions)

View changed files

📝 .github/workflows/clearfog-ubuntu-iso.yml (+1 -1)
📝 .github/workflows/docker-image.yml (+1 -4)
📝 .github/workflows/pi-ubuntu-iso.yml (+1 -1)
📝 RELEASE-NOTES.md (+11 -0)
📝 api/code/auth.go (+146 -0)
📝 api/code/dns.go (+237 -14)
📝 api/code/firewall.go (+2 -0)
📝 api/code/go.mod (+10 -13)
📝 api/code/go.sum (+30 -32)
📝 api/code/radios.go (+27 -0)
api/code/test_dns_config.go (+325 -0)
📝 api/code/uplink.go (+6 -4)
📝 base/scripts/perftune.sh (+2 -0)
📝 base/template_configs/dns/Corefile (+6 -4)
📝 db/code/go.mod (+8 -10)
📝 db/code/go.sum (+41 -38)
📝 dns/Dockerfile (+0 -1)
📝 docker-compose.yml (+16 -0)
📝 experiments/docker-compose-gvisor.yml (+16 -0)
📝 frontend/package.json (+7 -1)

...and 27 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/430 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 7/19/2025 **Status:** ✅ Merged **Merged:** 7/19/2025 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`083eaff`](https://github.com/spr-networks/super/commit/083eaff803403b8487860f7909297717b9fab1cd) [build] refactor - [`760089c`](https://github.com/spr-networks/super/commit/760089cb607b0ece98bb10f7d08666569d4db71d) [build] Remove buildx cache - [`d04d6c9`](https://github.com/spr-networks/super/commit/d04d6c932b86f0f8af0da3d7f60a9a7d0b5d38c5) [build] Remove buildx cache - [`1ba3ff1`](https://github.com/spr-networks/super/commit/1ba3ff1b4d5330d4f05d6b961ef2c62b60c6222a) [ui] Intercept auth validate redirect - [`a54ad78`](https://github.com/spr-networks/super/commit/a54ad787f4ec4160c76d1e11b5e18e5cc6f79ac7) [api] Add guestonly policy check to avoid log - [`fba5d98`](https://github.com/spr-networks/super/commit/fba5d987d19e99c235527d63a423f52ee91a489a) [base] On cm5 dont perftune for now - [`b036f4d`](https://github.com/spr-networks/super/commit/b036f4d700da6e36a8d83c180b67a202ecd7e12d) [watchdog] re-enable watchdog device - [`817634d`](https://github.com/spr-networks/super/commit/817634d8708cf9986a92e9bd58407603aca25db1) [build] Update release notes - [`32bd0e1`](https://github.com/spr-networks/super/commit/32bd0e1a9c83b3fd084efba11e6384a4b93ee3dc) [build] Update build - [`a13eaf3`](https://github.com/spr-networks/super/commit/a13eaf3207bbf958ce3d0c7f971d930f3f113a3d) [build] re-enable self hosted runner ### 📊 Changes **47 files changed** (+2440 additions, -1035 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/clearfog-ubuntu-iso.yml` (+1 -1) 📝 `.github/workflows/docker-image.yml` (+1 -4) 📝 `.github/workflows/pi-ubuntu-iso.yml` (+1 -1) 📝 `RELEASE-NOTES.md` (+11 -0) 📝 `api/code/auth.go` (+146 -0) 📝 `api/code/dns.go` (+237 -14) 📝 `api/code/firewall.go` (+2 -0) 📝 `api/code/go.mod` (+10 -13) 📝 `api/code/go.sum` (+30 -32) 📝 `api/code/radios.go` (+27 -0) ➕ `api/code/test_dns_config.go` (+325 -0) 📝 `api/code/uplink.go` (+6 -4) 📝 `base/scripts/perftune.sh` (+2 -0) 📝 `base/template_configs/dns/Corefile` (+6 -4) 📝 `db/code/go.mod` (+8 -10) 📝 `db/code/go.sum` (+41 -38) 📝 `dns/Dockerfile` (+0 -1) 📝 `docker-compose.yml` (+16 -0) 📝 `experiments/docker-compose-gvisor.yml` (+16 -0) 📝 `frontend/package.json` (+7 -1) _...and 27 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:51 +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#438
No description provided.