I just tried way to long trying to find out why my explo instance wasn't starting a library-scan in navidrome until I found out that the environment-variable names for the subsonic admin credentials as mentioned in the documentation contain a little typo / mixup.
the wiki says:
SYSTEM_ADMIN_USERNAME
SYSTEM_ADMIN_PASSWORD
(from: https://github.com/LumePart/Explo/wiki/6.-System-Notes - Multi-User Setup)
while explo actually expects :
ADMIN_SYSTEM_USERNAME
ADMIN_SYSTEM_PASSWORD
I have no idea if that is worthy of an issue or if it is known all ready but I though I would save others the possible headache :)
I just tried way to long trying to find out why my explo instance wasn't starting a library-scan in navidrome until I found out that the environment-variable names for the subsonic admin credentials as mentioned in the documentation contain a little typo / mixup.
the wiki says:
(from: https://github.com/LumePart/Explo/wiki/6.-System-Notes - Multi-User Setup)
while explo actually expects :
I have no idea if that is worthy of an issue or if it is known all ready but I though I would save others the possible headache :)