Skip to content

Commit

Permalink
Deploy to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin committed Jun 10, 2024
1 parent 8983c26 commit 9b64708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forcebuild.date
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sun Jun 9 06:22:06 UTC 2024
Mon Jun 10 21:21:25 UTC 2024
2 changes: 1 addition & 1 deletion v4/apps/open-webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"captainVersion":4,"services":{"$$cap_appname":{"image":"ghcr.io/open-webui/open-webui:$$cap_weui_version","environment":{"OLLAMA_API_BASE_URL":"http://srv-captain--$$cap_appname-api:11434/api","WEBUI_SECRET_KEY":"$$cap_app_key"},"volumes":["$$cap_appname-data:/app/backend/data"],"caproverExtra":{"containerHttpPort":8080}},"$$cap_appname-api":{"image":"ollama/ollama:$$cap_ollama_version","volumes":["$$cap_appname-api-data:/root/.ollama"],"caproverExtra":{"notExposeAsWebApp":"true"}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_weui_version","label":"Open webui Version","defaultValue":"main","description":"Checkout their docker page for the valid tags https://github.com/open-webui/open-webui/pkgs/container/open-webui"},{"id":"$$cap_ollama_version","label":"Ollama Version","defaultValue":"0.1.25","description":"Checkout their docker page for the valid tags https://hub.docker.com/r/ollama/ollama/tags"},{"id":"$$cap_app_key","label":"Secret Key","description":"Secret key.","defaultValue":"$$cap_gen_random_hex(24)"}],"instructions":{"start":"ChatGPT-Style Web Interface for Ollama πŸ¦™","end":"Aaaand you're done! πŸ˜„ Your service is available at http://$$cap_appname.$$cap_root_domain"},"displayName":"Open-webui","isOfficial":true,"baseUrl":"https://github.com/open-webui/open-webui","description":"ChatGPT-Style Web Interface for Ollama πŸ¦™","documentation":"Taken from https://github.com/open-webui/open-webui"}}
{"captainVersion":4,"services":{"$$cap_appname":{"image":"ghcr.io/open-webui/open-webui:$$cap_weui_version","environment":{"OLLAMA_BASE_URL":"http://srv-captain--$$cap_appname-api:11434","WEBUI_SECRET_KEY":"$$cap_app_key"},"volumes":["$$cap_appname-data:/app/backend/data"],"caproverExtra":{"containerHttpPort":8080}},"$$cap_appname-api":{"image":"ollama/ollama:$$cap_ollama_version","volumes":["$$cap_appname-api-data:/root/.ollama"],"caproverExtra":{"notExposeAsWebApp":"true"}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_weui_version","label":"Open webui Version","defaultValue":"v0.3.1","description":"Checkout their docker page for the valid tags https://github.com/open-webui/open-webui/pkgs/container/open-webui"},{"id":"$$cap_ollama_version","label":"Ollama Version","defaultValue":"0.1.42","description":"Checkout their docker page for the valid tags https://hub.docker.com/r/ollama/ollama/tags"},{"id":"$$cap_app_key","label":"Secret Key","description":"Secret key.","defaultValue":"$$cap_gen_random_hex(24)"}],"instructions":{"start":"ChatGPT-Style Web Interface for Ollama πŸ¦™","end":"Aaaand you're done! πŸ˜„ Your service is available at http://$$cap_appname.$$cap_root_domain"},"displayName":"Open-webui","isOfficial":true,"baseUrl":"https://github.com/open-webui/open-webui","description":"ChatGPT-Style Web Interface for Ollama πŸ¦™","documentation":"Taken from https://github.com/open-webui/open-webui"}}

0 comments on commit 9b64708

Please sign in to comment.