1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 09:00:10 +00:00
a better way to manage your Jellyfin users, now in go.
Go to file
Harvey Tindall 62621dabb9 CLI flags, start setting up goreleaser, add build scripts
Copied and fixed the build scripts from jf-accounts, added them to the
.goreleaser.yml. Also:
data directory now stored in user's config folder
Handle timeouts in jfapi
Maybe more i forgot about.
2020-08-01 21:20:02 +01:00
config CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
data CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +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 CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
.goreleaser.yml CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
api.go make checkInvite check only one invite, invite daemon 2020-08-01 15:22:30 +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
jfa-go CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
jfapi.go CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
main.go CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +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
README.md CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +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

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.