1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-30 21:37:46 +02:00
jfa-go/embed
Harvey Tindall 9370913ace
add password reset link option
When enabled (in Settings > Password Resets), a magic link will be sent
instead of a PIN when the user tries reset their password. By doing
this the user doesn't have to keep the Jellyfin tab open to enter the
code.
2021-03-30 22:41:28 +01:00
..
external.go add basic update functionality 2021-03-07 15:23:44 +00:00
internal.go add password reset link option 2021-03-30 22:41:28 +01:00
README.md move all scripts to scripts/ 2021-02-17 14:32:03 +00:00

scripts/embed.py [internal/external] will copy the respective file into the main directory. If internal, //go:embed is used to embed the data/ directory in the binary. If external, os.DirFS is used to access the data/ directory, which should be placed next to the executable.