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
4e16f6fd48
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.