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

Ignore debian build artifacts

release-10.1.0
Ben Magee 6 years ago
parent 4790046ad8
commit fbedadbb44

13
.gitignore vendored

@ -235,7 +235,20 @@ pip-log.txt
MediaBrowser.WebDashboard/dashboard-ui/.idea/
/.vs
##########
# Rider
##########
.idea/
#########################
# Debian build artifacts
#########################
debian/.debhelper/
debian/files
debian/jellyfin.substvars
debian/jellyfin/
# Don't ignore the debian/bin folder
!debian/bin/

Loading…
Cancel
Save