[PR #221] [MERGED] Dev #374

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/221
Author: @lts-rad
Created: 10/19/2023
Status: Merged
Merged: 10/20/2023
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 9760974 [api] [base] harden defaults for services
  • 1b21a7f [dyndns] Fix state path for dyndns
  • a6998c8 [api] Update Dockerfile to include openssh-client
  • 3f9067c [superd] Update Dockerfile with openssh-client
  • b6d415d [dyndns] Fix dyndns configuration path
  • 1a0f740 Merge branch 'main' into dev
  • d81d617 [api] Flush service ports and multicast ports during apply phase
  • 5a3e906 Merge branch 'dev' of https://github.com/spr-networks/super into dev
  • a67eff6 [ui] Begin code for expiring devices/guest devices
  • a074fb6 [ui] Support udp as well for SPR services

📊 Changes

10 files changed (+231 additions, -43 deletions)

View changed files

📝 api/code/api.go (+68 -29)
📝 api/code/firewall.go (+13 -3)
📝 dhcp/Dockerfile (+1 -0)
dhcp/scripts/dhclient-gateway-hook.sh (+16 -0)
📝 frontend/src/components/Devices/AddDevice.js (+68 -5)
📝 frontend/src/components/Devices/Device.js (+1 -1)
📝 frontend/src/components/Devices/EditDevice.js (+57 -0)
📝 frontend/src/components/Firewall/AddServicePort.js (+4 -5)
📝 superd/Dockerfile (+1 -0)
superd/scripts/docker-compose (+2 -0)

📄 Description

@lts-po this has a fix for docker-compose updates, where an old spr will try to run docker-compose on a new container that might only have the subcommand. it also has a fix for dhcp renewal with coredhcp_client (it was actually missing)

it also adds the ability to add a device with an expiration


🔄 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/221 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 10/19/2023 **Status:** ✅ Merged **Merged:** 10/20/2023 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`9760974`](https://github.com/spr-networks/super/commit/9760974cd6ca14647fe8060579ad2535b9d405ee) [api] [base] harden defaults for services - [`1b21a7f`](https://github.com/spr-networks/super/commit/1b21a7fa7f55bef99dc556468a72a9931e2d0e83) [dyndns] Fix state path for dyndns - [`a6998c8`](https://github.com/spr-networks/super/commit/a6998c87fd567f98f629ac54f61d9043b9984772) [api] Update Dockerfile to include openssh-client - [`3f9067c`](https://github.com/spr-networks/super/commit/3f9067c3f640addd29e6820b67d2b96c0fe9ae87) [superd] Update Dockerfile with openssh-client - [`b6d415d`](https://github.com/spr-networks/super/commit/b6d415d96985a1d73e3bae28e9ad7d28be3f14cb) [dyndns] Fix dyndns configuration path - [`1a0f740`](https://github.com/spr-networks/super/commit/1a0f740207e83de9e94062e55fa7fc6ef600ab7c) Merge branch 'main' into dev - [`d81d617`](https://github.com/spr-networks/super/commit/d81d617d8c6c4c5d7b692c19e168a5bb5ccaf031) [api] Flush service ports and multicast ports during apply phase - [`5a3e906`](https://github.com/spr-networks/super/commit/5a3e9066fe2cdbba304c18f438437fe7974377e5) Merge branch 'dev' of https://github.com/spr-networks/super into dev - [`a67eff6`](https://github.com/spr-networks/super/commit/a67eff660df964b45919f99defabfd92b3eef540) [ui] Begin code for expiring devices/guest devices - [`a074fb6`](https://github.com/spr-networks/super/commit/a074fb675816df80b555ff09659baf273c5aae2c) [ui] Support udp as well for SPR services ### 📊 Changes **10 files changed** (+231 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `api/code/api.go` (+68 -29) 📝 `api/code/firewall.go` (+13 -3) 📝 `dhcp/Dockerfile` (+1 -0) ➕ `dhcp/scripts/dhclient-gateway-hook.sh` (+16 -0) 📝 `frontend/src/components/Devices/AddDevice.js` (+68 -5) 📝 `frontend/src/components/Devices/Device.js` (+1 -1) 📝 `frontend/src/components/Devices/EditDevice.js` (+57 -0) 📝 `frontend/src/components/Firewall/AddServicePort.js` (+4 -5) 📝 `superd/Dockerfile` (+1 -0) ➕ `superd/scripts/docker-compose` (+2 -0) </details> ### 📄 Description @lts-po this has a fix for docker-compose updates, where an old spr will try to run docker-compose on a new container that might only have the subcommand. it also has a fix for dhcp renewal with coredhcp_client (it was actually missing) it also adds the ability to add a device with an expiration --- <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:32 +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#374
No description provided.