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.
-
-
-
@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=true
in the configs - https://docs.cloudron.io/apps/libretranslate/#api .