livekit 语音/视频 服务


官方文档 https://docs.livekit.io/realtime/self-hosting/vm/ https://zhuanlan.zhihu.com/p/474130496 测试地址 https://meet.livekit.io/?tab=custom 生成配置 docker run

minio 容器化部署

单机部署docker run -p 9001:9000 --name minio \ -v /mnt/data:/data \ -v /mnt/config:/root/.minio \ -e "MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE"

Duplicat 利用网盘异地容灾备份

服务 

Duplicat 利用网盘异地容灾备份https://duplicati.readthedocs.io/en/latest/02-installation/#installing-duplicati-on-linux按照此程序在基于 Linux 的系统上安装重复。也许可选: 论坛说明建议安装以下德比

Kafka 传统单机部署


Zookeeper

下载清华镜像下载地址:https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/解压tar -zxvf apache-zookeeper-3.5.8-bin.tar.gzcd apache-zookeeper-3.5.8-bin复制配置文件模板cd

RabbitMQ 容器化部署


Winsh (Window 自建服务)

服务 

CoreDNS 私有DNS服务器

CoreDNS官网https://coredns.io/官方仓库地址https://github.com/coredns/corednsCoreDNS 配置文件Corefile.:53 {hosts {140.82.112.3 github.com185.199.108.153 *.github.i

服务 

nexus3 私有仓库 容器化部署

Docker 搭建 nexus3version: '3.1'services: drone: image: sonatype/nexus3 volumes: - /nexus:/nexus-data - /etc/timezone:/etc/timezone:ro

Docker Registry 私有 docker仓库

Docker Registry 私有 docker仓库version: "2"services: docker-registry: image: registry:latest restart: always ports: - 5000:5000