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.
Harvey Tindall
62621dabb9
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. |
||
---|---|---|
config | ||
data | ||
scss | ||
.gitignore | ||
.goreleaser.yml | ||
api.go | ||
auth.go | ||
config.go | ||
daemon.go | ||
email.go | ||
go.mod | ||
go.sum | ||
invites.json | ||
jfa-go | ||
jfapi.go | ||
main.go | ||
package-lock.json | ||
package.json | ||
pwreset.go | ||
pwval.go | ||
README.md | ||
storage.go | ||
views.go |
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.