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

Merge pull request from jellyfin/renovate/actions-stale-8.x

pull/9530/head
Cody Robibero 2 years ago committed by GitHub
commit 9fffe825e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ contains(github.repository, 'jellyfin/') }}
steps:
- uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0
with:
repo-token: ${{ secrets.JF_BOT_TOKEN }}
days-before-stale: 120

Loading…
Cancel
Save