Nginx的web控制台:nginx-proxy-manager

说明Github:https://github.com/NginxProxyManager/nginx-proxy-manager/安装docker-composeservices: app: image: 'docker.io/jc21/nginx-proxy-manager:latest
2024年07月12日 309次浏览

时序数据库InfluxDB

一、安装docker-composeversion: '3'services: influxdb: container_name: influxdb2 image: influxdb:2 ports: - '8086:8086' restart: always
2024年07月04日 467次浏览

本地使用ai实现语音转文字

说明openai开源的语音识别模型whisper,无需联网,本地实现语音转文字Github:https://github.com/openai/whisper运行需要安装python等环境基于whisper封装的桌面软件
2024年06月20日 553次浏览

轻量级网络服务监控工具-Uptime Kuma

说明Github:https://github.com/louislam/uptime-kuma
2024年05月29日 600次浏览

RAG(检索增强生成)方案搭建AI问答系统

FastGPTSpringAI
2024年05月29日 407次浏览

犀牛Rhino建模-绘制方盒

1. 创建主体的长方体2. 创建需要减去的长方体3. 执行“布尔运算差集”![微信截图_20240523165843.png]4. 同样的方法处理其它两个位置(http://blog-img.mtain.top/2024/05/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE
犀牛建模 2024年05月23日 423次浏览

DockerCompose部署Apollo配置中心

一、MySQL中创建数据库apolloconfigdb.sqlapolloportaldb.sqlhttps://github.com/apolloconfig/apollo二、Yaml编排文件version: '3'services: apollo-configservice_dev: i
配置中心 2024年04月15日 383次浏览

光伏接线图

2024年04月08日 490次浏览

OpenWRT安装与配置

一、安装以虚拟机安装为例1. 下载地址:https://archive.openwrt.org/releases/23.05.2/targets/x86/64/文件:openwrt-23.05.2-x86-64-generic-ext4-combined.img.gz2. 镜像转化为虚拟机硬盘软件:
2024年03月27日 625次浏览

Ai本地大模型运行环境-Ollama

说明本次能运行的Ai大模型一、OllamaGithub:https://github.com/ollama/ollama第三方的WebUI:
2024年03月26日 324次浏览