1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-01 07:07:48 +02:00
a better way to manage your Jellyfin users, now in go.
Go to file
2020-08-01 16:31:08 +01:00
b first 2020-07-29 22:11:28 +01:00
data Display settings with hacky solution to retain order 2020-07-31 16:09:30 +01:00
fixconfig Display settings with hacky solution to retain order 2020-07-31 16:09:30 +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 Password resets 2020-08-01 16:31:08 +01:00
go.sum Display settings with hacky solution to retain order 2020-07-31 16:09:30 +01:00
invites.json first 2020-07-29 22:11:28 +01:00
jfapi.go Functioning user creation, notifications, 2020-07-31 12:48:37 +01:00
main.go Password resets 2020-08-01 16:31:08 +01:00
passwordreset4eb59133-d0d4-4177-bb54-48e3741c5788.json Password resets 2020-08-01 16:31:08 +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 first 2020-07-29 22:11:28 +01:00
storage.go make checkInvite check only one invite, invite daemon 2020-08-01 15:22:30 +01:00
views.go Partial check for invite page, 404 handling 2020-07-31 13:03:36 +01:00

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.