2020-08-03 19:45:10 +01:00
2020-08-02 00:36:27 +01:00
2020-08-03 18:00:54 +01:00
2020-08-02 02:11:50 +01:00
2020-07-29 22:11:28 +01:00
2020-08-03 19:45:10 +01:00
2020-08-02 17:20:50 +01:00
2020-08-03 00:13:09 +01:00
2020-08-03 00:13:09 +01:00
2020-08-02 00:05:35 +01:00
2020-08-03 00:13:09 +01:00
2020-08-03 18:00:54 +01:00
2020-08-02 17:20:50 +01:00
2020-08-01 16:31:08 +01:00
2020-08-02 17:25:33 +01:00
2020-08-02 00:05:35 +01:00

jfa-go

A rewrite of jellyfin-accounts in Go. It has feature parity with the Python version, but should be faster.

Install/usage

Grab an archive from the release section for your platform, and extract jfa-go and data to the same directory. Run the executable to start.

Usage of ./jfa-go:
  -config string
    	alternate path to config file. (default "~/.config/jfa-go/config.ini")
  -data string
    	alternate path to data directory. (default "~/.config/jfa-go")
  -host string
    	alternate address to host web ui on.
  -port int
    	alternate port to host web ui on.

To switch from jf-accounts, copy your existing ~/.jf-accounts to:

  • XDG_CONFIG_DIR/jfa-go (usually ~/.config) on *nix systems,
  • %AppData%/jfa-go on Windows,
  • ~/Library/Application Support/jfa-go on macOS.

(or specify config/data path with -config/-data respectively.)

This is the first time i've even touched Go, and the code is a mess, so help is very welcome.

Description
No description provided
Readme MIT 46 MiB
Languages
Go 48%
TypeScript 37.6%
HTML 10.9%
JavaScript 1.2%
CSS 1%
Other 1.2%