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
326b274329
Modifying settings also formats it nicely, as a bonus. Also we using shortuuid instead of normal uuidv4 now because its the same length as what I used in the python version. |
||
---|---|---|
b | ||
data | ||
fixconfig | ||
api.go | ||
auth.go | ||
config.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.