Local-only node browser navigation page #214
Labels
enhancement
feature request
inconvenience
proposal
A feature or update proposal where feedback is sought.
Currently this navigation path exists:
$NODE/index.xml
) ⟶/nodes.xml
) ⟶/diagnostics.xml
)Sometimes it can be useful to know exactly what's running on the server you're browsing i.e. local-only nodes. Besides that, sometimes the server is accessed from restricted locations that prevent the entire global list of nodes from being directly browsed and having a local-only list makes it clear and convenient what can be accessed.
To achieve that, I propose another step is added to the navigation path (see step 2. below)
$NODE/index.xml
) ⟶/locals.xml
) ⟶🟢/nodes.xml
) ⟶/diagnostics.xml
)For local node browser, only nodes hosted on the current webserver will be shown and relative paths will be used instead of the absolute path the global browser currently provides.
(@mcartmel @scroix @paxofsnax and others - feedback welcome!)
The text was updated successfully, but these errors were encountered: