-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Please check existing knowledge before opening an issue
- I have checked the documentation
- I have searched through existing issues and discussions.
Describe the new functionality
I'd like to host multi-scrobbler on a subpage. E.g. at https://my.domain.com/multi-scrobbler. AFAICT grepping the repo, issues, and wiki, there is not a way to do this (please correct me if I'm mistaken!). To accomplish this, I'd want to run multi-scrobbler on some port and reverse proxy with caddy or nginx or similar.
I worked with claude to make a few minor changes to get this to work. master...DieracDelta:multi-scrobbler:jr/multi-scrobbler. The diff is pretty small and mostly uses BASE_URL. It would probably need to be cleaned up a little bit since I've hard coded the subpath I'm using in one place (/scrobbler/). But just in case anyone else runs into this, I thought I would post here about it here.
Note that I didn't test my changes with docker, but rather used a systemd service service + caddy config on nixos.
Configuration Example
Will you help implement it?
- I am willing to contribute code towards completing this feature
- I am willing to help test preview builds for this feature