a better way to manage your Jellyfin users, now in go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Harvey Tindall 94b8495f02
Fixed goreleaser config
4 years ago
config CLI flags, start setting up goreleaser, add build scripts 4 years ago
data Fixed goreleaser config 4 years ago
mail CLI flags, start setting up goreleaser, add build scripts 4 years ago
scss CLI flags, start setting up goreleaser, add build scripts 4 years ago
.gitignore Fixed goreleaser config 4 years ago
.goreleaser.yml Fixed goreleaser config 4 years ago
README.md CLI flags, start setting up goreleaser, add build scripts 4 years ago
api.go Added setup, self restarts 4 years ago
auth.go make checkInvite check only one invite, invite daemon 4 years ago
config.go first 4 years ago
daemon.go make checkInvite check only one invite, invite daemon 4 years ago
email.go Password resets 4 years ago
go.mod CLI flags, start setting up goreleaser, add build scripts 4 years ago
go.sum CLI flags, start setting up goreleaser, add build scripts 4 years ago
invites.json first 4 years ago
jfapi.go Added setup, self restarts 4 years ago
main.go Fixed goreleaser config 4 years ago
package-lock.json CLI flags, start setting up goreleaser, add build scripts 4 years ago
package.json CLI flags, start setting up goreleaser, add build scripts 4 years ago
pwreset.go Password resets 4 years ago
pwval.go Partial check for invite page, 404 handling 4 years ago
setup.go Added setup, self restarts 4 years ago
storage.go CLI flags, start setting up goreleaser, add build scripts 4 years ago
views.go Partial check for invite page, 404 handling 4 years ago

README.md

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.