curl https://apt.hrfee.dev/hrfee.pubkey.gpg | sudo apt-key add - echo "deb https://apt.hrfee.dev trusty-unstable main" | sudo tee /etc/apt/sources.list.d/hrfee.list sudo apt-get update # For servers sudo apt-get install jfa-go # ------ # For desktops/servers with GUI (has dependencies) sudo apt-get install jfa-go-tray # ------
docker create \ --name "jfa-go" \ # Whatever you want to name it -p 8056:8056 \ # -p 8057:8057 if using tls -v /path/to/.config/jfa-go:/data \ # Path to wherever you want to store the config file and other data -v /path/to/jellyfin:/jf \ # Optional path to Jellyfin config directory for auto password resets, ignore if using Emby -v /etc/localtime:/etc/localtime:ro \ # Makes sure time is correct hrfee/jfa-go:unstable
a better way to manage your Jellyfin users.
downloads
instructions can be found here
note: tray icon builds should only be used on systems with a Desktop Interface, and require extra dependencies on linux, see the github README for more info.
Released sporadically, not necessarily super stable.
Built on every commit, so may include incomplete/broken features. Take care.