Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/a32fe89dad7f0d654ab5846bef6f9a52385cda1a You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update README to include default web client urls ()

* Update README to include default web client url

* Update README to include default web client and swagger doc urls
pull/10955/head
Jake 1 year ago committed by GitHub
parent ccfc85af11
commit a32fe89dad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.

Loading…
Cancel
Save