···20202121### i can't log in!
22222323-if you are trying to connect to devices on your local network or Tailscale, it may not work. on Chromium, i was able to log into my server through Tailscale by using it's IP address (not magicDNS), but i have no clue if this works in other browsers.
2323+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.
2424+2525+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**.
2626+2727+on Safari, i'm unsure of a solution.
2828+2929+once we provide desktop app builds through Tauri, you will be able to log in through the local network regardless on desktop.
24302531### offline support?
2632
+1-1
flake.nix
···1616 in {
1717 packages.default = pkgs.stdenv.mkDerivation (finalAttrs: {
1818 pname = "tinysub";
1919- version = "2.1.0";
1919+ version = "2.1.1";
20202121 src = ./.;
2222