[PR #393] [MERGED] docker buildkit workaround #patch #426

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/393
Author: @lts-rad
Created: 1/4/2025
Status: Merged
Merged: 1/4/2025
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 00e0dae [api] [base] Create output block rules API & rules #384
  • a3463c2 Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /frontend (#387)
  • d6b657a [ui] Add UI for output blocks
  • 38d5c67 [api] Add block_output call
  • 94166d0 [ui] Add OutputBlock support
  • aff438f [api] Add support for custom DNS mappings, reduce json loading
  • 0de6bc0 [ui] Add custom DNS edit field
  • b19828e [ui] Add custom DNS edit field
  • 83eb060 [api] Save DNSCustom assignment
  • 1339bae [api] [ui] Clean up DNSCustom handling

📊 Changes

41 files changed (+2147 additions, -555 deletions)

View changed files

📝 .github/workflows/docker-image.yml (+4 -3)
📝 .github/workflows/ios-build.yml (+2 -2)
📝 .github/workflows/test-ui.yml (+2 -2)
📝 RELEASE-NOTES.md (+5 -0)
📝 api/Dockerfile (+4 -4)
📝 api/code/api.go (+99 -8)
📝 api/code/firewall.go (+178 -13)
📝 api_sample_plugin/Dockerfile (+4 -4)
📝 base/Dockerfile (+1 -1)
📝 base/scripts/nft_rules.sh (+14 -0)
📝 db/Dockerfile (+4 -4)
📝 dhcp/Dockerfile (+3 -3)
📝 dhcp/scripts/client.sh (+2 -1)
📝 dns/Dockerfile (+6 -5)
📝 dyndns/Dockerfile (+4 -4)
📝 flowgather/Dockerfile (+4 -4)
📝 frontend/src/api/Firewall.js (+8 -0)
📝 frontend/src/api/MockAPI.js (+25 -4)
📝 frontend/src/components/Alerts/AddAlert.js (+7 -1)
📝 frontend/src/components/DNS/DNSAddOverride.js (+32 -13)

...and 21 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/393 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 1/4/2025 **Status:** ✅ Merged **Merged:** 1/4/2025 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`00e0dae`](https://github.com/spr-networks/super/commit/00e0dae3af3ea20ec0cca07c2985c22d9cee365d) [api] [base] Create output block rules API & rules #384 - [`a3463c2`](https://github.com/spr-networks/super/commit/a3463c2e591b7667b263106f99baf1bd911c34eb) Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /frontend (#387) - [`d6b657a`](https://github.com/spr-networks/super/commit/d6b657a11432fff684be807c5602b32158e4088b) [ui] Add UI for output blocks - [`38d5c67`](https://github.com/spr-networks/super/commit/38d5c67c785b7f10ce92fe9fd07094a4882d43c4) [api] Add block_output call - [`94166d0`](https://github.com/spr-networks/super/commit/94166d00445973039088dffd66014467ecd987de) [ui] Add OutputBlock support - [`aff438f`](https://github.com/spr-networks/super/commit/aff438fc33eac31bcb1c4bb0d6cbef63f91ea0c1) [api] Add support for custom DNS mappings, reduce json loading - [`0de6bc0`](https://github.com/spr-networks/super/commit/0de6bc0ead8220a3a9acf075418f504bb331a773) [ui] Add custom DNS edit field - [`b19828e`](https://github.com/spr-networks/super/commit/b19828e2711fb828d688c08b4f4adb2e12df36bf) [ui] Add custom DNS edit field - [`83eb060`](https://github.com/spr-networks/super/commit/83eb06038446c78285a8110dcbf050e3ef0b254f) [api] Save DNSCustom assignment - [`1339bae`](https://github.com/spr-networks/super/commit/1339baec82afaeb7d11cad9c117e6254804b7493) [api] [ui] Clean up DNSCustom handling ### 📊 Changes **41 files changed** (+2147 additions, -555 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-image.yml` (+4 -3) 📝 `.github/workflows/ios-build.yml` (+2 -2) 📝 `.github/workflows/test-ui.yml` (+2 -2) 📝 `RELEASE-NOTES.md` (+5 -0) 📝 `api/Dockerfile` (+4 -4) 📝 `api/code/api.go` (+99 -8) 📝 `api/code/firewall.go` (+178 -13) 📝 `api_sample_plugin/Dockerfile` (+4 -4) 📝 `base/Dockerfile` (+1 -1) 📝 `base/scripts/nft_rules.sh` (+14 -0) 📝 `db/Dockerfile` (+4 -4) 📝 `dhcp/Dockerfile` (+3 -3) 📝 `dhcp/scripts/client.sh` (+2 -1) 📝 `dns/Dockerfile` (+6 -5) 📝 `dyndns/Dockerfile` (+4 -4) 📝 `flowgather/Dockerfile` (+4 -4) 📝 `frontend/src/api/Firewall.js` (+8 -0) 📝 `frontend/src/api/MockAPI.js` (+25 -4) 📝 `frontend/src/components/Alerts/AddAlert.js` (+7 -1) 📝 `frontend/src/components/DNS/DNSAddOverride.js` (+32 -13) _...and 21 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:48 +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#426
No description provided.