lillo

joined 2 years ago
[–] lillo@lemmy.sdf.org 1 points 3 hours ago (1 children)

I don't have a static IP adress, so I use Tailscale to connect remotely to my Jellyfin server (located at home).

[–] lillo@lemmy.sdf.org 13 points 23 hours ago (4 children)

Jellyfin + Tailscale, the perfect combination.

[–] lillo@lemmy.sdf.org 2 points 6 days ago

Uninstall unused flatpak dependencies:

flatpak uninstall --unused

[–] lillo@lemmy.sdf.org 5 points 1 year ago* (last edited 1 year ago) (1 children)

Perhaps the manual is a bit outdated. In recent versions of Docker, docker-compose is installed as a plugin for the docker command. So instead of using docker-compose up -d, try using docker compose up -d (note the white space between "docker" and "compose").