Skip to content

Instantly share code, notes, and snippets.

@julienma
Created April 8, 2023 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julienma/6dd4ec0e9d599364e1645cb236f2fbf9 to your computer and use it in GitHub Desktop.
Save julienma/6dd4ec0e9d599364e1645cb236f2fbf9 to your computer and use it in GitHub Desktop.
Install chatbot-ui on dokku

How to install https://github.com/mckaywrigley/chatbot-ui on dokku

dokku git:from-image chatbot.domain.com ghcr.io/mckaywrigley/chatbot-ui:main
dokku proxy:ports-set chatbot.domain.com http:80:3000
dokku config:set chatbot.domain.com OPENAI_API_KEY="sk-..." DOKKU_LETSENCRYPT_EMAIL=mail@domain.com
dokku letsencrypt:enable chatbot.domain.com
dokku http-auth:enable chatbot.domain.com <MYUSER> <MYPASSWORD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment