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

Merge pull request from lmnotran/feature/delay-service-start

Delay starting service until after network is online
pull/4005/head^2
Joshua M. Boniface 4 years ago committed by GitHub
commit e5cbafdb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
[Unit]
Description = Jellyfin Media Server
After = network.target
After = network-online.target
[Service]
Type = simple

@ -1,5 +1,5 @@
[Unit]
After=network.target
After=network-online.target
Description=Jellyfin is a free software media system that puts you in control of managing and streaming your media.
[Service]

Loading…
Cancel
Save