smiletolerantly

joined 11 months ago

Probably... I mean, I'd at least start it in a systemd service, but sure, you don't need a domain.

But of course your mobile won't be able to access that domain outside your network

[–] smiletolerantly@awful.systems 5 points 2 weeks ago (2 children)

No idea - this is my firefox sync NixOS config, in its entirety:

  age.secrets.ffsync.rekeyFile = secrets.ffsync;
  services.firefox-syncserver = {
    enable = true;
    secrets = config.age.secrets.ffsync.path;
    settings.hostname = "localhost";

    singleNode = {
      enable = true;
      hostname = "0.0.0.0";
      capacity = 2;
    };
  };
[–] smiletolerantly@awful.systems 19 points 2 weeks ago (7 children)

You can self-host Firefox sync

Yes - but I have no idea about docker, sorry. Have it running baremetal (or rather, in a proxmox VM).

Just a hunch, but in case you "only" share the directory where Sonarr puts Episode files with Jellyfin via some mount point or whatever, and not the directory where Sonarr gets them from (where the torrent client downloads to), then I can see hardlinks breaking in unexpected ways

[–] smiletolerantly@awful.systems 5 points 2 weeks ago (8 children)

Sorry to hear that that's been your experience! :( My installation has been running for ~5 years without any problems

[–] smiletolerantly@awful.systems 12 points 2 weeks ago (29 children)

Yeah no worries - I discovered Prowlarr from that exact same comment years ago so jumped at the opportunity to post it here 😆

[–] smiletolerantly@awful.systems 36 points 2 weeks ago (33 children)

Real question is, why Jackett instead of Prowlarr? 😄

[–] smiletolerantly@awful.systems 0 points 2 weeks ago (1 children)

Kavin is a bot. Recently flooded the piracy community with the exact same images.

[–] smiletolerantly@awful.systems 12 points 2 weeks ago (1 children)

I have one big frustration with that: Your voice input has to be understood PERFECTLY by TTS.

If you have a "To Do" list, and speak "Add cooking to my To Do list", it will do it! But if the TTS system understood:

  • Todo
  • To-do
  • to do
  • ToDo
  • To-Do
  • ...

The system will say it couldn't find that list. Same for the names of your lights, asking for the time,..... and you have very little control over this.

HA Voice Assistant either needs to find a PERFECT match, or you need to be running a full-blown LLM as the backend, which honestly works even worse in many ways.

They recently added the option to use LLM as fallback only, but for most people's hardware, that means that a big chunk of requests take a suuuuuuuper long time to get a response.

I do not understand why there's no option to just use the most similar command upon an imperfect matching, through something like the Levenshtein Distance.

[–] smiletolerantly@awful.systems 1 points 3 weeks ago (1 children)

Hard to put my ~~lips~~ finger on the reason, though

[–] smiletolerantly@awful.systems 11 points 3 weeks ago

Now judge it by how good the end result looks

But also.... The fuck?

[–] smiletolerantly@awful.systems 5 points 3 weeks ago (1 children)

Do you then also proceed to install the client 20 times? Or do you constantly log in and out? Sounds like a hassle that federation would solve!

view more: ‹ prev next ›