Add Frontend proxies tab to the HTTP routes page - #1258
Open
stephdl wants to merge 10 commits into
Open
Conversation
This was referenced Jul 28, 2026
stephdl
added a commit
to NethServer/ns8-ui-lib
that referenced
this pull request
Jul 30, 2026
Subpaths of the Carbon "network--3" icon, for empty states about network configuration. NethServer/ns8-core#1258 needs it for the frontend proxies table and carries a local copy in the meantime.
stephdl
force-pushed
the
sdl-8098-frontend-proxies
branch
2 times, most recently
from
August 6, 2026 13:06
45ae764 to
17d439b
Compare
Split HTTP routes page into tabs for routes and frontend proxies. Recompute node list from clusterNodes instead of snapshotting once, so it updates regardless of load order. Restart the read chain on websocket reconnect and avoid duplicating routes from stale events.
stephdl
force-pushed
the
sdl-8098-frontend-proxies
branch
from
August 6, 2026 15:09
17d439b to
24eaa01
Compare
andre8244
reviewed
Aug 7, 2026
Contributor
|
is |
Contributor
Author
|
Yes, by the backend. |
stephdl
force-pushed
the
sdl-8098-frontend-proxies
branch
from
August 7, 2026 09:08
895f9ee to
7546cd1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expose the Traefik trusted proxies settings in the cluster admin UI. Until now the only way to configure them was
api-cli run module/traefik1/set-trusted-proxies.The HTTP routes page gets a tab bar: the existing route table moves into a Routes tab, and a new Frontend proxies tab is added. The selected tab is kept in the
viewquery parameter.The new tab lists one row per node running behind a frontend HTTP proxy, with its proxy addresses and its trust depth, plus a text filter and a node filter. The Add/Edit modal takes the node, the proxy addresses (one per line) and the trust depth. The Add dropdown only offers nodes that are not configured yet, since
set-trusted-proxiesreplaces the whole list of a node. Deleting a row sends an empty proxy list.UI-only change: no Traefik action, schema or configuration template is touched.
Related issue
NethServer/dev#8098