mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-03-18 21:50:33 +01:00
e576616530b5fcaaa98e7f280af841497501a704
A rewrite of jellyfin-accounts in Go. It has feature parity* with the Python version, but should be faster.
* currently missing SMTP support.
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-goon Windows,~/Library/Application Support/jfa-goon 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.
Languages
Go
47.1%
TypeScript
39.1%
HTML
10.4%
JavaScript
1.1%
CSS
1%
Other
1.2%