From a699f12545410de3477a54fa896a345f42981e20 Mon Sep 17 00:00:00 2001 From: mini2024 Date: Thu, 27 Mar 2025 22:15:08 +0800 Subject: [PATCH] use-dive use-slim --- {stacks => compose}/duplicati/README.md | 0 {stacks => compose}/unicloud-unison/README.md | 0 .../unicloud-unison/play-with-docker.md | 0 stacks/easytier/README.md | 31 ------------------- stacks/harbor/README.md | 28 ----------------- use-dive/README.md | 1 + use-slim/README.md | 1 + 7 files changed, 2 insertions(+), 59 deletions(-) rename {stacks => compose}/duplicati/README.md (100%) rename {stacks => compose}/unicloud-unison/README.md (100%) rename {stacks => compose}/unicloud-unison/play-with-docker.md (100%) delete mode 100644 stacks/easytier/README.md delete mode 100644 stacks/harbor/README.md create mode 100644 use-dive/README.md create mode 100644 use-slim/README.md diff --git a/stacks/duplicati/README.md b/compose/duplicati/README.md similarity index 100% rename from stacks/duplicati/README.md rename to compose/duplicati/README.md diff --git a/stacks/unicloud-unison/README.md b/compose/unicloud-unison/README.md similarity index 100% rename from stacks/unicloud-unison/README.md rename to compose/unicloud-unison/README.md diff --git a/stacks/unicloud-unison/play-with-docker.md b/compose/unicloud-unison/play-with-docker.md similarity index 100% rename from stacks/unicloud-unison/play-with-docker.md rename to compose/unicloud-unison/play-with-docker.md diff --git a/stacks/easytier/README.md b/stacks/easytier/README.md deleted file mode 100644 index 13c9628..0000000 --- a/stacks/easytier/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# easytier -- https://www.easytier.top/guide/introduction.html -- [Mac软件打开提示:已损坏,无法打开。您应该将它移到废纸娄](https://blog.csdn.net/Jeremy321321/article/details/136156228) - - -## 启动 -```bash -curl ipinfo.io - -REGION="CHINANET-Guangdong" - -docker rm -f easytier -docker run -d --restart always --privileged --name easytier --pull always -h ${REGION} \ - --net host \ - -e TZ=Asia/Shanghai \ - --label com.centurylinklabs.watchtower.enable=true \ - easytier/easytier:latest \ - --dhcp --network-name=easytier --external-node=tcp://easytier.1-h.cc:11010 -docker logs -f easytier -``` - -## Tips -- `11010:11010/tcp` # tcp -- `11010:11010/udp` # udp -- `11011:11011/udp` # wg -- `11011:11011/tcp` # ws -- `11012:11012/tcp` # wss - -- 查看子网中的节点信息: `docker exec -it easytier easytier-cli peer` -- 查看子网中的路由信息: `docker exec -it easytier easytier-cli route` -- 查看本节点的信息: `docker exec -it easytier easytier-cli node` diff --git a/stacks/harbor/README.md b/stacks/harbor/README.md deleted file mode 100644 index df72cfd..0000000 --- a/stacks/harbor/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# Harbor - -## 安装启动 -```bash -mkdir -p ~/_docker-stacks/harbor-root; -cd ~/_docker-stacks/harbor-root; - -wget https://github.com/goharbor/harbor/releases/download/v2.11.1/harbor-online-installer-v2.11.1.tgz -tar xvf harbor-online-installer-v2.11.1.tgz -cd harbor -cp harbor.yml.tmpl harbor.yml -./install.sh -# ./install.sh --with-clair --with-chartmuseum -# ./install.sh --with-notary --with-clair --with-chartmuseum -``` - -## 要改的配置 -```yaml -hostname: harbor.oo1.dev -http: - port: 8880 -# https: # 注释掉 -external_url: https://harbor.oo1.dev -harbor_admin_password: -database: - password: -data_volume: /harbor-data -``` \ No newline at end of file diff --git a/use-dive/README.md b/use-dive/README.md new file mode 100644 index 0000000..7e2a14f --- /dev/null +++ b/use-dive/README.md @@ -0,0 +1 @@ +- https://github.com/wagoodman/dive/blob/main/README.md#basic-features \ No newline at end of file diff --git a/use-slim/README.md b/use-slim/README.md new file mode 100644 index 0000000..da2093d --- /dev/null +++ b/use-slim/README.md @@ -0,0 +1 @@ +- https://github.com/slimtoolkit/slim \ No newline at end of file