Giter VIP home page Giter VIP logo

Comments (10)

hrfee avatar hrfee commented on August 20, 2024

Issue 1: This is only happening because of issue 2.

Issue 2: Based on the failure in issue 1, I think that jfa-go isn't able to write to /config/emails.json. I'll add some better logging so it actually gives us an error instead of failing silently.

Issue 3: This happens because jfa-go will cache the user list for 30 minutes unless it does something that would change it itself, and so creating/deleting a user within Jellyfin won't affect the cache instantly. I can add an option to change the cache expiry so you can set it to something smaller.

from jfa-go.

Killianbe avatar Killianbe commented on August 20, 2024

So, what can i do ?

from jfa-go.

hrfee avatar hrfee commented on August 20, 2024

Ok, i've published a new build which has a cache_timeout option under the [jellyfin] section that you can set to a lower value if you want. It also should output errors when trying to write to emails.json. Give it a run and try to edit an email address or create an account, and looks for errors in the program output.

from jfa-go.

Killianbe avatar Killianbe commented on August 20, 2024

add email manualy work, and write to email.json work too. But create with invite don't write email on json file

from jfa-go.

hrfee avatar hrfee commented on August 20, 2024

Are you using the normal form.html or your custom version?

from jfa-go.

Killianbe avatar Killianbe commented on August 20, 2024

i use normal form, with json file for lang

from jfa-go.

hrfee avatar hrfee commented on August 20, 2024

Do you have password resets disabled? I only just noticed that emails are stored only if its enabled. Since there are other reasons to store email addresses now (e.g account deletion notifications), i'll change it.

from jfa-go.

Killianbe avatar Killianbe commented on August 20, 2024

Yes i don't use password reset! but i want use it! just i don't know where i need to point the password reset file for jellyfin

from jfa-go.

hrfee avatar hrfee commented on August 20, 2024

I assume you use docker for Jellyfin also. The directory you have mounted to /config in the jellyfin container needs to be mounted to /jf in jfa-go, e.g
Jellyfin:
docker create --name jellyfin -v /path/to/config:/config jellyfin/jellyfin
jfa-go:
docker create --name jfa-go -v /path/to/config:/jf hrfee/jfa-go

from jfa-go.

Killianbe avatar Killianbe commented on August 20, 2024

ok thx i close :)
Nice job man !!

from jfa-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.