Replies: 1 comment 2 replies
-
Hello @alx-xlx Blocking strategy is perfect for APIs, just as you did. And dynamic strategy is perfect for interactive UI, which is also what you did. You are doing this the correct way. If you don't think you are, can explain why ? Or why did you have any doubts ? Maybe I'll be able to clarify certain things for you. If my comment answers your question, please mark it as the answer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running a Jellyfin container, and sometimes I visit jellyfin on webbrowser and sometimes on the native android or ios app like swiftfin etc.
I don't know which strategy to use is this case where I access the jellyfin in both ways.
So do I use two different subdomains ?
jellyfin.example.com
using the dynamic and the other subdomainjellyfin-api.example.com
using the blocking strategy ? Is this the correct way for my use case or can it be done better ?Caddyfile
Beta Was this translation helpful? Give feedback.
All reactions