Adding a login page possible?
-
I'm not in favor of having the app accessible to the public. Is it possible to lock down the app somehow?
@humptydumpty yes, see https://docs.cloudron.io/apps/languagetool/#security .
Note that the UI is always public, there is no way around this. After protecting the API path, the UI won't do anything i.e cannot translated.
-
@humptydumpty yes, see https://docs.cloudron.io/apps/languagetool/#security .
Note that the UI is always public, there is no way around this. After protecting the API path, the UI won't do anything i.e cannot translated.
-
N nebulon marked this topic as a question on
-
N nebulon has marked this topic as solved on
-
@humptydumpty yes, see https://docs.cloudron.io/apps/languagetool/#security .
Note that the UI is always public, there is no way around this. After protecting the API path, the UI won't do anything i.e cannot translated.
@girish said in Adding a login page possible?:
@humptydumpty yes, see https://docs.cloudron.io/apps/languagetool/#security .
Note that the UI is always public, there is no way around this. After protecting the API path, the UI won't do anything i.e cannot translated.
I guess you meant to link to https://docs.cloudron.io/apps/libretranslate/

-
Oh indeed, my entire answer is wrong (thanks @necrevistonnezr ).
You have to set
LT_REQUIRE_API_KEY_ORIGIN=truein the configs - https://docs.cloudron.io/apps/libretranslate/#api .
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
thanks!!