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

Fixed: Added glusterfs to known network drive filesystems so it shows up in System

pull/2/head
Taloth Saldono 5 years ago committed by ta264
parent 0f6fca8340
commit 71492d4c6f

@ -11,6 +11,7 @@ namespace NzbDrone.Mono.Disk
{ "afpfs", DriveType.Network },
{ "apfs", DriveType.Fixed },
{ "fuse.mergerfs", DriveType.Fixed },
{ "fuse.glusterfs", DriveType.Network },
{ "zfs", DriveType.Fixed }
};

Loading…
Cancel
Save