21
submitted 3 months ago by Hammerheart@programming.dev to c/linux@lemmy.ml

I have a VPS, but no root access so I can't use apt, or even read a lot of the system files. I would like to get jellyfin (or any media server, really) running on it. Jellyfin has a portable installation option, so I followed the instructions in the docs to install it from the .tar.gz.

But it says I have to install ffmpeg-jellyfin, and I can't find a portable installation of that. My VPS already has ffmpeg installed on it. Will jellyfin work if I just point it to that instead? Or, how can I go about installing ffmpeg-jellyfin without root access?

all 14 comments
sorted by: hot top controversial new old
[-] possiblylinux127@lemmy.zip 20 points 3 months ago* (last edited 3 months ago)

Why do you not have root? This isn't a case of unauthorized use is it? If you are paying for a VPS you should have root. I can't knowingly support anything devious

Side note: I personally would run Jellyfin on a Intel minipc for hardware acceleration.

[-] Kangie@lemmy.srcfiles.zip 14 points 3 months ago

If you don't have root is it really a VPS?

Anyway, unpack the binaries to ~/local/usr/bin and add that to your PATH.

[-] AProfessional@lemmy.world 19 points 3 months ago

~/.local/bin is more typical

[-] Kangie@lemmy.srcfiles.zip -2 points 3 months ago

It doesn't matter. Put it in ~/foo/bar/Baz for all the shell cares.

[-] AProfessional@lemmy.world 8 points 3 months ago* (last edited 3 months ago)

Of course. That path is just likely already there, and the prefix works for every thing else like desktop files, icons, services, etc. In this context whatever but its a reasonable default choice.

[-] BananaTrifleViolin@lemmy.world 5 points 3 months ago* (last edited 3 months ago)

Jellfin can be configured to use specific installed versions of ffmpeg.

If you do need the jellyfin-ffmpeg (which is needed in specific installs) then you can download releases from github or build it yourself. They do have portable releases.

You do not necessarily need root access to use software on Linux unless you're trying to install it to be available to all users. Users can often install their own software either binaries or compile themselves (unless the system has been locked down). They could sit within your /home/username/bin directory instead of the system level folders like /usr/bin normally used for non-root executable. Your home bin folder is only accessible and so runable by you, and is viable if you do not have access or permission to install into /usr/bin.

You can configure jellyfin to run within your home bin folder or run other software within that folder.

You can get the jellyfin ffmpeg source and releases including portables from their git: https://github.com/jellyfin/jellyfin-ffmpeg

[-] gnuplusmatt@reddthat.com 4 points 3 months ago

I run it in podman in user context, root is not required

[-] DmMacniel@feddit.de 3 points 3 months ago

Why not use a docker image?

[-] LaggyKar@programming.dev 1 points 3 months ago
[-] DmMacniel@feddit.de 5 points 3 months ago

I thought there is a rootless docker?

[-] LaggyKar@programming.dev 5 points 3 months ago* (last edited 3 months ago)

You're right, that might work

[-] Pacmanlives@lemmy.world 2 points 3 months ago

I run it in Podman rootless

this post was submitted on 26 May 2024
21 points (86.2% liked)

Linux

47293 readers
707 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS