diff options
| author | Jake <beakerandjake@users.noreply.github.com> | 2024-02-03 08:25:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-03 08:25:38 -0700 |
| commit | a32fe89dad7f0d654ab5846bef6f9a52385cda1a (patch) | |
| tree | 74e4c638eb0708e38e461738350a69575ac881b0 | |
| parent | ccfc85af11462c2df2514d34f76d1e0aa4f7da6e (diff) | |
Update README to include default web client urls (#10949)
* Update README to include default web client url
* Update README to include default web client and swagger doc urls
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -142,6 +142,13 @@ cd Jellyfin.Server/bin/Debug/net8.0 # Change into the build output directory 2. Execute the build output. On Linux, Mac, etc. use `./jellyfin` and on Windows use `jellyfin.exe`. +#### Accessing the Hosted Web Client + +If the Server is configured to host the Web Client, and the Server is running, the Web Client can be accessed at `http://localhost:8096` by default. + +API documentation can be viewed at `http://localhost:8096/api-docs/swagger/index.html` + + ### Running from GH-Codespaces As Jellyfin will run on a container on a github hosted server, JF needs to handle some things differently. |
