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-..." [email protected]
dokku letsencrypt:enable chatbot.domain.com
dokku http-auth:enable chatbot.domain.com <MYUSER> <MYPASSWORD>