mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[PR #221] [MERGED] Dev #374
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#374
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/221
Author: @lts-rad
Created: 10/19/2023
Status: ✅ Merged
Merged: 10/20/2023
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
9760974[api] [base] harden defaults for services1b21a7f[dyndns] Fix state path for dyndnsa6998c8[api] Update Dockerfile to include openssh-client3f9067c[superd] Update Dockerfile with openssh-clientb6d415d[dyndns] Fix dyndns configuration path1a0f740Merge branch 'main' into devd81d617[api] Flush service ports and multicast ports during apply phase5a3e906Merge branch 'dev' of https://github.com/spr-networks/super into deva67eff6[ui] Begin code for expiring devices/guest devicesa074fb6[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.