196fafb4344e ghcr.io/open-webui/open-webui:main"bash start.sh"22seconds ago Exited (1)13seconds ago open-webui[yh@lnew~]$sudodocker logs 196fafb4344e No WEBUI_SECRET_KEY provided Generating WEBUI_SECRET_KEY Loading WEBUI_SECRET_KEY from .webui_secret_key No sentence-transformers mod...
- OLLAMA_API_BASE_URL=http://192.2.22.55:11434/api - WEBUI_SECRET_KEY=123456 - HF_ENDPOINT=https://hf-mirror.com 然后执行下面的命令: # 进入 open-webui 目录 cd open-webui #将 docker-compose.yml 放入当前目录 # 一键启动 docker-compose up -d 3. 运行 在浏览器中输入http://服务器:11...
docker logs 0f05d2ab671a No WEBUI_SECRET_KEY provided Generating WEBUI_SECRET_KEY Loading WEBUI_SECRET_KEY from .webui_secret_key INFO: Started server process [1] INFO: Waiting for application startup. ___ __ __ _ _ _ ___ / _ \ _ __ ___ _ __ \ \ / /__| |__ | | ...
配置完以上信息后就可以启动容器了。这时我们通过日志可以看到 open-webui 在创建 webui_secret_key 文件 AI检测代码解析 No WEBUI_SECRET_KEY provided Generating WEBUI_SECRET_KEY Loading WEBUI_SECRET_KEY from .webui_secret_key... INFO: Started server process[1]INFO: Waitingforapplication startup. 1...
-gpuopen-webui:image:ghcr.io/open-webui/open-webui:maincontainer_name:open-webuipull_policy:if_not_presentvolumes:-D:\software\llms\open-webui\data:/app/backend/datadepends_on:-ollamaports:-3000:8080environment:-'OLLAMA_BASE_URL=http://ollama:11434'-'WEBUI_SECRET_KEY=xxxx你的key'-...
Bug Report Description Bug Summary: the following line in the start.sh file is causing issues for the manual installation not seeing the "uvicorn" package. "WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" exec uvicorn main:app --host 0.0.0.0 --port...
- 'WEBUI_SECRET_KEY=xxxx你的key' - 'HF_ENDPOINT=https://hf-mirror.com' extra_hosts: - host.docker.internal:host-gateway restart: unless-stopped networks: - ollama-docker networks: ollama-docker: external: false deploy: GPU support, 如果只有 CPU ,则不需要 ...
在证书管理中可添加证书, 并进行签发和续签, 开启定时续签后, 系统会自动续签即将过期的证书, 注意:证书的签发是用的acme.sh的dns模式, 需要配合阿里云的aliKey和aliSecret来使用. 请先申请好aliKey和aliSecret 备份文件管理, 这里可以看到nginx.cnf的备份历史版本, nginx出现错误时可以选择回滚到某一个历史版本 ...
-'WEBUI_SECRET_KEY=xxxx你的key' -'HF_ENDPOINT=https://hf-mirror.com' extra_hosts: -host.docker.internal:host-gateway restart:unless-stopped networks: -ollama-docker networks: ollama-docker: external:false deploy: ...
http://127.0.0.1:11434/ 查看ollama运行状态exportOLLAMA_API_BASE_URL=http://127.0.0.1:11434/apiexportWEBUI_SECRET_KEY=TkjGEiQ@5K^j https://docs.openwebui.com/getting-started/https://blog.csdn.net/m0_65609016/article/details/134020029 ...