- 7 Posts
- 26 Comments
Lemmling@lemm.eeto Selfhosted@lemmy.world•Music Assistant AudioBook support seems awesome!English4·4 months agoFor playback through the viewing device, There is an experimental web player support in the beta channel.
Lemmling@lemm.eeto Selfhosted@lemmy.world•GitHub - rajnandan1/kener: Stunning status pages, batteries included!English4·4 months agoLooks nice. I am using uptime-kuma, too lazy to setup everything again.
Lemmling@lemm.eeOPto homeassistant@lemmy.world•Calender Card Pro - A sleek and highly customizable calendar card for Home AssistantEnglish5·4 months agoI found this extension recently while trying to set up my jailbroken Kindle as a Home Assistant status display. It is highly customizable. Compared to other calendar cards, this one allows you to configure the font size easily in the config. No need for messing with CSS using card-mod.
Lemmling@lemm.eeto Dull Men's Club@lemmy.world•I made a point to wear the same pair of blue jeans to work every day this week.1·5 months agoGlad to hear that 🤠
Lemmling@lemm.eeto Dull Men's Club@lemmy.world•I made a point to wear the same pair of blue jeans to work every day this week.29·5 months agoI thought that is very normal.
I prefer native music apps because, in my experience, they offer a smoother experience compared to PWA. I don’t mind using PWA, but the Music Assistant PWA sometimes annoys me with its delay in loading items.
I had issues with HACS version once and also switched to docker. That way, I could add a health check to restart the container in case something breaks.
You can check out music streaming servers such as Navidrome (Jellyfin also works) for that together with a compatible client such as symphonium This is a closed source app but the most feature complete. I use Tempo but has no android auto support I believe.
Lemmling@lemm.eeto Videos@lemmy.world•I'm ditching Firefox & Mozilla, and I think you should too...3·5 months agoYeah I did that eventually. Now I have to repeat this on multiple devices
Lemmling@lemm.eeto Videos@lemmy.world•I'm ditching Firefox & Mozilla, and I think you should too...4·5 months agoYes, I plan to do that too. Tried Librewolf; wish they added an option to import bookmarks from Firefox. They currently support importing bookmarks from non-Mozilla based browsers.
Glad to see Music Assistant is getting updates. It is the only way to keep my Sonos speakers working as the Sonos app hardly ever works for me.
I used them in parallel for a while before switching to AdGuard. The key features that mattered to me were support for upstream DNS servers via DoH, detailed query logs, and wildcard domain rewriting. Also a better looking UI is a plus.
Good news! Hope they implement detailed query log and support for upstream DoH DNS next.
Lemmling@lemm.eeOPto Selfhosted@lemmy.world•[Immich] python script to group your camera JPG+RAW imagesEnglish3·7 months agoThere is a discussion about immich stacking here https://github.com/immich-app/immich/discussions/2479 Automatic stacking is on their roadmap. There is a high chance that the APIs will be broken by then. I always prefer the native features over third party tools.
Lemmling@lemm.eeOPto Selfhosted@lemmy.world•[Immich] python script to group your camera JPG+RAW imagesEnglish2·7 months agoSorry for that, Updated the title.
Lemmling@lemm.eeOPto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•yt-dlp is no longer working for some piracy websitesEnglish17·11 months agoThey are closing all issues citing piracy https://github.com/yt-dlp/yt-dlp/issues?q=is%3Aissue+piracy+is%3Aclosed
Lemmling@lemm.eeOPto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•yt-dlp is no longer working for some piracy websitesEnglish16·11 months agoIt used to work last year 😀 . The debian yt-dlp version: [email protected] is giving a different error
ERROR: [Einthusan] 9r1H: 9r1H: Failed to parse JSON (caused by JSONDecodeError(“Expecting value in ‘’: line 1 column 1 (char 0)”)); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
Lemmling@lemm.eeto Selfhosted@lemmy.world•"PSA: Update Vaultwarden as soon as possible"English4·1 year agothis update broke my installation :(. I have not updated it in a while. Now I have to rollback until I fix this. Hope the backup will work. EDIT: It was the reverse proxy. Check the developer notes before updating.
Lemmling@lemm.eeto Selfhosted@lemmy.world•After some trial and error, I've managed to successfully deploy public instances of privacy-respecting services!English2·1 year agoI am behind CGNAT and I have been trying to set up a WireGuard mesh network to connect my local devices, such as a Raspberry Pi and Proxmox server, as well as my mobile devices, using a VPS as the central point. The goal is to expose locally running applications to the internet without relying on Cloudflare, as they do not allow video streaming and remote access to my local devices. I have looked at many tutorials on this topic, but they often left me confused due to the varying iptables rules and configurations. Some tutorials include specific device names like eth0 in the iptables rules, while others use variables like %i. Additionally, some examples have special rules for SSH access like this one. Apart from that, I am unsure about what additional steps I need to take when I want to run one of the peers as an internet gateway. Despite the confusion, I managed to achieve the basic mesh network setup without implementing any iptables rules for PostUp/Down. Each device in the network receives an IP address within the WireGuard subnet (10.0.0.x) and can ping one another. However, I believe that the iptables rules mentioned in the tutorials would allow accessing other subnets, such as my local LAN, through the WireGuard VPN. I am still uncertain about the exact mechanism behind how these rules work in that context and how to properly configure them for my specific use case, especially considering the CGNAT situation
I wish I could set my Immich Docker image to a specific version other than ‘latest’ and let Watchtower update it automatically. Perhaps it would be helpful to have a major release for every breaking change.