tegon icon indicating copy to clipboard operation
tegon copied to clipboard

Add steps in self hosting documentation

Open sane5ek opened this issue 1 year ago • 3 comments

it is not described here that logging into the application after deployment requires users to enter an email to send a letter. And it also does not describe which variables and where need to be set for SMTP (and that SMTP is needed at all). Please correct

Also, after installing SMTP, logging in via the link in the email does not work. Requests /api/v1/users and /api/auth/session/refresh return 401, after which the user is immediately logged out

Reference - https://github.com/tegonhq/tegon/issues/257

sane5ek avatar Sep 20 '24 07:09 sane5ek

@sane5ek Thanks for bringing this up! we'll update this in the docs.

Could you please change NODE_ENV=development in the .env file? This will bypass the SMTP requirement. You can find the login link in the server logs by running docker logs tegon-server --tail 100

saimanoj avatar Sep 20 '24 08:09 saimanoj

#280 #281

AdityaSanthosh avatar Oct 12 '24 06:10 AdityaSanthosh

Hey @sane5ek we have updated the docs, were you able to setup up tegon locally or in self-hosting environment?

AggManik avatar Oct 17 '24 13:10 AggManik