mirror of
https://github.com/hrfee/jfa-go.git
synced 2025-03-05 11:40:11 +00:00
a better way to manage your Jellyfin users, now in go.
checkInvite no longer loops over all invites and checks for expiry, that functionality has moved to checkInvites. Couple more rogue print statements removed aswell. |
||
---|---|---|
b | ||
data | ||
fixconfig | ||
api.go | ||
auth.go | ||
config.go | ||
daemon.go | ||
email.go | ||
go.mod | ||
go.sum | ||
invites.json | ||
jfapi.go | ||
main.go | ||
pwval.go | ||
README.md | ||
storage.go | ||
views.go |
jfa-go
An ongoing rewrite of jellyfin-accounts in Go. I'm doing this to learn the language, so i'll still be maintaining the Python version.
Suggestions and help welcome.