Home Server Config These files show how I've set up my home server using Docker. They may be useful as is, but are probably more useful just to read through to see how I've tackled things. Certificate Authority The ca subdirectory contains configuration files and scripts to manage a certi...
Docker Home Server A self-hosted homeserver setup. Even though being only used on your local network it useshttpsvia a wildcard certificate for every service. You can still access from all around the world via a VPN e.g. Wireguard. Traefik is the reverse proxy for all the services. ...
mac 篇一:macOS server + Docker,我的家庭服务解决方案_服务器_什么值得买 (smzdm.com) Building a full home server- the basics » The smarthome journey 12 Cool Things to Do With a Home Server (Inc. Gaming & Hosting) (networkfinds.com)...
docker network create --subnet=172.20.0.0/16 traefik_proxy 然后用docker cli装portainer。6053537的portainer是中文的,比较好用。 docker run -dit --restart=always--name="portainer" -p 9001:9000 -v /var/run/docker.sock:/var/run/docker.sock -v /home/用户名/docker/portainer/data/:/data --net...
其次。Unraid本身就是一个文件管理系统,同时又支持Docker和虚拟机,这点让Docker和本地文件之间的访问变得十分简单,不需要额外配置 🖊 总结&反思 功耗 整机常规功耗待机约22W,且功耗较为稳定。作为对比,同配置运行Hyper-V,功耗在30-37W之间浮动 跑一些Docker后,功耗来到了25W上下,整体比较满意。
大多服务都是免费、开源的,也可以很方便地通过 Docker 部署,作为两个特例:Roon 是必须付费使用的,Plex 可选择付费提升移动端体验。 服务总览 存储与同步 我的同步/备份需求有 7 类: 笔记:Markdown 格式文本、各类本地附件,终端软件为 Obsidian; 文献:科研文献 PDF 文件、数据库,终端软件为 Zotero; ...
3.2 检查Docker版本 检查Docker版本 [root@jeven ~]# docker version Client: Docker Engine - Community Version: 20.10.17 API version: 1.41 Go version: go1.17.11 Git commit: 100c701 Built: Mon Jun 6 23:05:12 2022 OS/Arch: linux/amd64 Context: default Experimental: true Server: Docker Engin...
“/home/test/cc/bk-server/docker-compose.yml“ docker配置,version:'3'services:app:#image:studywolf/tomcat:9.0.46-jdk8image:chuangdun/tomcat:9.0
大多服务都是免费、开源的,也可以很方便地通过 Docker 部署,作为两个特例:Roon 是必须付费使用的,Plex 可选择付费提升移动端体验。 服务总览 存储与同步 我的同步/备份需求有 7 类: 笔记:Markdown 格式文本、各类本地附件,终端软件为 Obsidian; 文献:科研文献 PDF 文件、数据库,终端软件为 Zotero; ...
测试服务器上使用docker搭建了个elasticsearch服务集群,由于需要为es安装中文分词的插件,不料安装的姿势有...