Skip to content

Frzk/openwebui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open WebUI

Instructions

  1. Clone this repository:

    git clone https://github.com/Frzk/openwebui my-openwebui
    cd my-openwebui
  2. Create an app:

    scalingo create my-openwebui

    This adds a scalingo remote to your repository.

  3. Attach a PostgreSQL addon:

    scalingo --app my-openwebui addons-add postgresql postgresql-starter-512
  4. Set the WEB_CONCURRENCY environment variable:

    scalingo --app my-openwebui env-set WEB_CONCURRENCY=1
  5. Push to Scalingo:

    git push scalingo master

    This first deployment is expected to fail: the resulting image is very big, even with the use of the .slugignore file.

Important

Please get in touch with our support team to increase the size of your application image to 3.5GB.

  1. Once our support team has increased the size of your application image, trigger a new deployment:
    git push scalingo master
    This time the deployment should be successful.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published