izderadicka / audioserve

Simple personal server to serve audiofiles files from folders. Intended primarily for audio books, but anything with decent folder structure will do.
723 stars 36 forks source link

Provide way to provide a default device group when running with no auth #353

Closed OrangeDrangon closed 2 months ago

OrangeDrangon commented 2 months ago

I am running audioserve between an oauth proxy (Authentik). I disabled auth since logging in with the proxy and audioserve wasnt playing nice with how audioserve was doing its auth.

It seems like when running with no-authentication there is no client position synchronization. The ability to specify device group with at minimum a cli option would be awesome. It could be cool to do something with headers too but I assume CLI would probably be the easiest and work for my use case.

OrangeDrangon commented 2 months ago

I may take a shot at this if I get a chance but wanted to open this issue to get some feedback on the idea and possible approaches.

OrangeDrangon commented 2 months ago

Looks like this would best be handled by setting a default on the client instead of undefined.