• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: June 8th, 2023

help-circle


  • Some have already suggested jailbreaking and installing Kodi but honestly, it’s almost not worth it if you don’t have a specific use case for it. The latest Kodi you can install is 14 vs. the current 21 which is super old. At this point I’d honestly then just go for some other media center solution (Raspberry, Mini PC, …). You could maybe use it as an AirPlay point to cast your MacBook screen but not sure how feasible this is in your case and I’d still argue there are probably better solutions



  • To be fair, they supported two different git backends, one of them being go-git which was the one corrupting repositories. However, it was never enabled by default, you specifically had to build Forgejo with a specific tag to instead use that as the backend. If you just built normally or pulled ready-made containers or bins then it was always the default git backend.














  • What you could do is have one of the HAs install the custom integration remote-homeassistant. However, even then it would mean that you have to somehow make your instance available outside e.g. VPN, port forwarding, cloud service, …

    This one connects with the instance directly via a long-lived token and allows you to control and read date from the other instance. The good thing though: The configuration.yaml way allows you to specificially include or exclude entities. So with that you could technically only send the entities from slimmelezer+ without having to pass the other info.

    I would say the only caveat would be that because the long-lived token is somewhere on the other house’s instance, they could technically take it and send commands randomly to your instance :P Maybe with an extra user you could maybe limit the permissions or something similar and create the long-lived token there - haven’t tried it though, just a thought.