[PR #10949] Update README to include default web client urls #12667

Closed
opened 2026-02-07 06:59:53 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10949

State: closed
Merged: Yes


Changes

I noticed there was nothing in the README about accessing the hosted Web Client or Swagger docs after the Server has been started. I thought it might be useful to include this information to assist new contributors.

Most users might not need this information because the Web Client is opened automatically when launching in Visual Studio or vscode, however those who like to start the project via dotnet run won't have the web client opened automatically and would need find the urls by searching the command output, finding the launchSettings.json, or looking through the code.

This pull request adds information to the Server Development section of the README to list the default urls where the hosted Web Client and Swagger docs can be found.

Issues

None

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10949 **State:** closed **Merged:** Yes --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** I noticed there was nothing in the README about accessing the hosted Web Client or Swagger docs after the Server has been started. I thought it might be useful to include this information to assist new contributors. Most users might not need this information because the Web Client is opened automatically when launching in Visual Studio or vscode, however those who like to start the project via `dotnet run` won't have the web client opened automatically and would need find the urls by searching the command output, finding the launchSettings.json, or looking through the code. This pull request adds information to the Server Development section of the README to list the default urls where the hosted Web Client and Swagger docs can be found. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> None
OVERLORD added the pull-request label 2026-02-07 06:59:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12667