assistants-hub / assistantshub.ai

Easy to use, scalable admin portal for deploying and managing AI Assistants
https://assistantshub.ai
MIT License
22 stars 11 forks source link

Problem with deploy and .env #26

Closed jsanchezwingsoft closed 6 months ago

jsanchezwingsoft commented 6 months ago

Hello, can you give me an example of the .env that must be deployed and the step by step of the local deploy, so I can see if I can dockerize the project. Can anything else be used with OpenAI and what would the procedure be? @santthosh

santthosh commented 6 months ago

@jsanchezwingsoft Thank you for pointing this out. There are some blockers running this locally. Will use this ticket to resolve these issues

jsanchezwingsoft commented 6 months ago

Good morning, thank you very much for responding, I can help you with point number 4 about the S3 blob, you can use an S3 Minio container (https://min.io/) I always use it in docker and so far it has worked very well. well and it's open source. greetings. @santthosh

santthosh commented 6 months ago

This is awesome @jsanchezwingsoft, Will focus and get you unblocked ASAP so you can help us dockerize this

jsanchezwingsoft commented 6 months ago

[like] Jonathan Sanchez reacted to your message:


From: Santthosh @.> Sent: Wednesday, April 24, 2024 4:44:39 PM To: Assistants-Hub/assistantshub.ai @.> Cc: Jonathan Sanchez @.>; Mention @.> Subject: Re: [Assistants-Hub/assistantshub.ai] Problem with deploy and .env (Issue #26)

This is awesome @jsanchezwingsofthttps://github.com/jsanchezwingsoft, Will focus and get you unblocked ASAP so you can help us dockerize this

— Reply to this email directly, view it on GitHubhttps://github.com/Assistants-Hub/assistantshub.ai/issues/26#issuecomment-2075400802, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZQ7QRXTXY2BYIVQ7XUQS7LY67OPPAVCNFSM6AAAAABGVY6M4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZVGQYDAOBQGI. You are receiving this because you were mentioned.Message ID: @.***>

santthosh commented 6 months ago

@jsanchezwingsoft with the latest updates you can now login to local with temporary credentials configured in the .env file . Below is the configuration in the .env that you would use to login and try out all the functionality

# Providers
ENABLE_CREDENTIALS_PROVIDER=true
ENABLE_EMAIL_PROVIDER=false
ENABLE_GITHUB_PROVIDER=false
ENABLE_GOOGLE_PROVIDER=false

# Credentials Provider Parameters
CREDENTIALS_APPROVED_USERNAME=jsmith
CREDENTIALS_APPROVED_PASSWORD=localhost@

Vercel Blob store variable or ModelProvider enablement should not affect you right now for containerization. But will open issues for these and update this thread.

You should be unblocked now

Screenshot 2024-04-24 at 4 49 17 PM
santthosh commented 6 months ago

Added #34, #33 to address the gaps for future

Added #35 to help track the containerization efforts. Thank you @jsanchezwingsoft