Conversation
Tbaile
force-pushed
the
ui-separation
branch
from
September 21, 2026 11:56
82b3c57 to
b1374d4
Compare
Tbaile
force-pushed
the
ui-separation
branch
from
September 22, 2026 06:34
b1374d4 to
c486c5a
Compare
Tbaile
force-pushed
the
ui-separation
branch
from
September 22, 2026 09:29
5fc98f8 to
e402856
Compare
Tbaile
marked this pull request as ready for review
September 22, 2026 09:41
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.
/<uuid>/behind a controller, instead of always going through the controller's legacy embedded route — deploymentlocation (unit / proxied unit / controller-embedded) is derived from the document path and build mode via a new
lib/deployment.ts, replacing the oldisStandaloneModeflag. Unitsadvertise support via
ui_version; older units keep the legacy pathlib/config.ts, newlib/storage.ts), so multiple proxied unit UIs sharing the controller'sorigin no longer collide on session, remembered username, or preferences
public/into the compiled bundle and referenced relatively (vite.config.tsbase./,%BASE_URL%), fixing asset and APIpaths that broke when the UI is served under a controller's path prefix instead of the origin root
the unit itself
TODO: Check if RebootAndShutdownView.vue's availability-poll approach actually works when the unit is managed by a controller
TODO: Remove InstalledPackagesModal.vue's when testing is done, is used just to check if the UI gets proxied correctly
Closes: NethServer/nethsecurity#1893