a simple web player for subsonic tinysub.devins.page
subsonic navidrome javascript
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove firefox about:config setting

probably not a good thing to ask people to enable even with the disclaimer, as it can be a major security risk. i dont think it even worked when i tried in firefox anyway - i was able to load my library and add things to queue but no songs actually started playing for whatever reason.

+1 -5
+1 -5
README.md
··· 20 20 21 21 ### i can't log in! 22 22 23 - if you are trying to connect with `http` on local network/Tailscale rather than `https`, it may not work out of the box on browsers other than Chromium-based browsers. 24 - 25 - on Firefox, to connect to an `http` Subsonic server from an `https` website like `https://tinysub.devins.page`, currently you have to go to your Firefox `about:config` settings and switch `security.mixed_content.block_active_content` to `false`. **keep in mind that this could reduce your security as it's a global toggle**. 26 - 27 - on Safari, i'm unsure of a solution. 23 + if you are trying to connect with `http` on local network/Tailscale rather than `https`, it may not work out of the box on browsers other than Chromium-based browsers, such as Firefox and Safari. you likely need to serve your Subsonic server on `https`. 28 24 29 25 once we provide desktop app builds through Tauri, you will be able to log in through the local network regardless on desktop. 30 26