mirror of https://github.com/hrfee/jfa-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.
Harvey Tindall
f508b65fa0
|
5 years ago | |
---|---|---|
config | 5 years ago | |
data | 5 years ago | |
5 years ago | ||
scss | 5 years ago | |
.gitignore | 5 years ago | |
.goreleaser.yml | 5 years ago | |
README.md | 5 years ago | |
api.go | 5 years ago | |
auth.go | ||
config.go | ||
daemon.go | ||
email.go | ||
go.mod | 5 years ago | |
go.sum | 5 years ago | |
invites.json | ||
jfa-go | 5 years ago | |
jfapi.go | 5 years ago | |
main.go | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago | |
pwreset.go | ||
pwval.go | ||
setup.go | 5 years ago | |
storage.go | 5 years ago | |
views.go |
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.