Docker部署nginx+php+mysql项目 LinuxLeave a Comment on Docker部署nginx+php+mysql项目 目录结构 your-project/ ├── docker-compose.yml ├── nginx/ │ ... Read More
在 jitsi-meet Docker 环境中为 nginx 支持 PHP LinuxLeave a Comment on 在 jitsi-meet Docker 环境中为 nginx 支持 PHP 步骤一:准备 安装好Docker与Docker Compose,并根据官网文档搭建好 jitsi-meet。 ... Read More
Docker 全栈开发与部署实战教程 LinuxLeave a Comment on Docker 全栈开发与部署实战教程 本教程基于Ubuntu系统,涵盖Docker核心概念、镜像/容器管理、数据持久化、多容器编排及生产级项目部署, ... Read More
Docker部署的项目迁移到另一台服务器 LinuxLeave a Comment on Docker部署的项目迁移到另一台服务器 一、镜像迁移 1. 在旧服务器上操作 查看当前运行的容器 docker ps 找到你的项目容器,记录对应的 I ... Read More
用Python实现Open-webui使用searXNG联网搜索 python 笔记Leave a Comment on 用Python实现Open-webui使用searXNG联网搜索 在国内,由于网络限制,无法访问一些内置的免费搜索插件。安装 searXNG 本地服务端后,按照教程中的连接方式 ... Read More
Linux 生成 HTTPS 证书 GoLeave a Comment on Linux 生成 HTTPS 证书 在 Linux 上生成 HTTPS 证书通常涉及使用 OpenSSL 工具。以下是生成自签名证书的步骤: 1. ... Read More
Ubuntu搭建Ollama+DeepSeek+Open-webui GoLeave a Comment on Ubuntu搭建Ollama+DeepSeek+Open-webui 先安装Ollama(安装方法:http://www.gdcool.net/post-411.html) 拉取运 ... Read More
ubuntu 安装 Ollama LinuxLeave a Comment on ubuntu 安装 Ollama 1. 下载优化(使用国内镜像源) sudo curl -L https://gh-proxy.com/http ... Read More
ubuntu服务器怎么安装docker? LinuxLeave a Comment on ubuntu服务器怎么安装docker? 步骤 1: 更新软件包索引 首先,确保你的系统软件包是最新的: sudo apt update sudo ap ... Read More
Linux用docker部署github上的项目 LinuxLeave a Comment on Linux用docker部署github上的项目 github上项目地址为:https://github.com/xxx/Next-Web 1、克隆你的项目: ... Read More