a better way to manage your Jellyfin users, now in go.
Go to file
Harvey Tindall 94b8495f02 Fixed goreleaser config 2020-08-02 00:36:27 +01:00
config CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
data Fixed goreleaser config 2020-08-02 00:36:27 +01:00
mail CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
scss CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
.gitignore Fixed goreleaser config 2020-08-02 00:36:27 +01:00
.goreleaser.yml Fixed goreleaser config 2020-08-02 00:36:27 +01:00
README.md CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
api.go Added setup, self restarts 2020-08-02 00:05:35 +01:00
auth.go make checkInvite check only one invite, invite daemon 2020-08-01 15:22:30 +01:00
config.go first 2020-07-29 22:11:28 +01:00
daemon.go make checkInvite check only one invite, invite daemon 2020-08-01 15:22:30 +01:00
email.go Password resets 2020-08-01 16:31:08 +01:00
go.mod CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
go.sum CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
invites.json first 2020-07-29 22:11:28 +01:00
jfapi.go Added setup, self restarts 2020-08-02 00:05:35 +01:00
main.go Fixed goreleaser config 2020-08-02 00:36:27 +01:00
package-lock.json CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
package.json CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
pwreset.go Password resets 2020-08-01 16:31:08 +01:00
pwval.go Partial check for invite page, 404 handling 2020-07-31 13:03:36 +01:00
setup.go Added setup, self restarts 2020-08-02 00:05:35 +01:00
storage.go CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
views.go Partial check for invite page, 404 handling 2020-07-31 13:03:36 +01:00

README.md

jfa-go

A rewrite of jellyfin-accounts in Go. Should be fully functional, and functions the same as jf-accounts. To switch, 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.)

Suggestions and help welcome.