hatter

joined 1 year ago
[–] [email protected] 2 points 2 months ago (4 children)

Wait are you saying that with the example your provided your password for Lemmy would be catlemmy-Dog5? Because that's a terrible system.

[–] [email protected] 2 points 4 months ago

That's the one I use as well and it gets rid of the sign in popup without breaking or blocking other Google sites.

[–] [email protected] 5 points 6 months ago

In Firefox there's an option to copy links without site tracking. Kinda wish it was the default behaviour.

[–] [email protected] 74 points 6 months ago (3 children)

Song.link is the simplest I know of and seems to work pretty well. Just go to song.link/YOUR_TRACK_URL. For example

https://song.link/https://music.apple.com/album/never-gonna-give-you-up-2022-remaster/1624945511?i=1624945512

will take you to this page https://song.link/i/1624945512 with links to Spotify, Apple Music, Tidal, YouTube and what not.

Bonus tip: if you're on macOS and use Velja there's an option to automatically convert all copied music links to songlink.

 

Changes vs. 6.12.1

This is mainly a bug fix release, including also a minor security update. Other highlights:

  • We reverted docker from v23.0.6, introduced during Unraid OS 6.12 development, to v20.10.24, which is the latest patch release of docker used in Unraid OS 6.11. This to address increased memory usage and other issues discovered with docker.
  • A small necessary change to invoke our 'update_services' script whenever a WireGuard tunnel starts or stops is automatically applied to all 'config/wireguard/*.conf' files when you update via Update OS page. For manual update or if you downgrade, it is necessary to make a "dummy change" in a setting on the Settings/VPN Manager page and then click Apply.

Bug fixes and improvements

  • email notifications: add line in /etc/php.ini: 'mail.mixed_lf_and_crlf=On' to workaround change in PHP8 CRLF handling
  • emhttpd: Fix regression: emulated ZFS volumes not recognized
  • emhttpd: Fix regression: format fails if diskFsType==auto and defaultFsType specifies encryption
  • emhtptd: Fix regression: mount fails if diskFsType==auto
  • htop: remove predefined /root/.config/htop/htoprc file
  • network: RC services update:
    • NFS - fix service reload
    • RPC - fix service reload
    • NGINX - remove HTTPS port in FQDN redirect when default 443
    • All services - register IPv4 Link local assignment (169.254.xxx.xxx)
    • All services - make lock file programmable
    • WireGuard: delayed service update to avoid race condition
    • rc.library: do not allow duplicates in bind list
  • webgui: Dashboard updates:
    • Re-introduce show/hide tile content
    • Add new icon function to show/hide all content at once
    • Reduce gap between columns
    • description -> model
    • ZFS: fix percentage value to max 100%
    • Use prototype function: This makes it easier for 3rd party developers to automatically hide dynamic content
    • Handle duplicate IP assignments and give warning
    • change header MEMORY to SYSTEM
  • webgui: OS Update: add checkbox to confirm reading release notes before upgrading
  • webgui: diagnostics: include list of duplicate assignments
  • webgui: NFS: for Security/Private increase Rule field from 256 to 512 characters.

Linux kernel

  • version 6.1.36

Base Distro

  • bind: version -9.16.42 (CVE-2023-2911)
  • docker: 20.10.24 (revert from v23.0.6)