diff --git a/README.md b/README.md index df3dee2..02ef6f2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ I chose to rewrite the python [jellyfin-accounts](https://github.com/hrfee/jelly * Account defaults: Configure an example account to your liking, and its permissions, access rights and homescreen layout can be applied to all new users. * Password validation: Ensure users choose a strong password. * 🔗 Ombi Integration: Automatically creates Ombi accounts for new users using their email address and login details, and your own defined set of permissions. +* Account management: Apply settings to your users individually or en masse, and delete users, optionally sending them an email notification with a reason. * 📨 Email storage: Add your existing user's email addresses through the UI, and jfa-go will ask new users for them on account creation. * Email addresses can optionally be used instead of usernames * 🔑 Password resets: When user's forget their passwords and request a change in Jellyfin, jfa-go reads the PIN from the created file and sends it straight to the user via email. @@ -24,12 +25,12 @@ I chose to rewrite the python [jellyfin-accounts](https://github.com/hrfee/jelly ## Interface

- +

- Admin page - Account creation page + Invites tab + Accounts tab

#### Install @@ -69,6 +70,8 @@ Usage of ./jfa-go: alternate path to config file. (default "~/.config/jfa-go/config.ini") -data string alternate path to data directory. (default "~/.config/jfa-go") + -debug + Enables debug logging and exposes pprof. -host string alternate address to host web ui on. -port int diff --git a/images/accounts.png b/images/accounts.png new file mode 100644 index 0000000..3ab4a59 Binary files /dev/null and b/images/accounts.png differ diff --git a/images/admin.png b/images/admin.png deleted file mode 100644 index 7943821..0000000 Binary files a/images/admin.png and /dev/null differ diff --git a/images/create.png b/images/create.png deleted file mode 100644 index 325b8de..0000000 Binary files a/images/create.png and /dev/null differ diff --git a/images/demo.gif b/images/demo.gif new file mode 100644 index 0000000..04632d3 Binary files /dev/null and b/images/demo.gif differ diff --git a/images/invites.png b/images/invites.png new file mode 100644 index 0000000..91134f0 Binary files /dev/null and b/images/invites.png differ diff --git a/images/jfa.gif b/images/jfa.gif deleted file mode 100644 index e9a9739..0000000 Binary files a/images/jfa.gif and /dev/null differ