[DOC] - Running servers on Nebari (panel serve, flask apps, etc) #240
Labels
area: documentation 📖
area: integration/dashboards
good first issue
Good for newcomers
type: enhancement 💅🏼
New feature or request
Milestone
Preliminary Checks
Summary
If you're running something as a server on Nebari, you'll need to modify the URL to get the proper link.
The URL will need to be in the form:
{nebari instance url}/user/{username}/proxy/{port}/{app_name}
Supposing {username} ran
panel serve --allow-websocket-origin=nebari.qhub.dev --port 5006 my_app.py
The url to access this app will be:
https://nebari.quansight.dev/user/[email protected]/proxy/5006/my_app
(without the extension).Note that Panel is also a special case where you'll need to add "allow-websocket-origin" parameter for security reasons.
Steps to Resolve this Issue
...
The text was updated successfully, but these errors were encountered: