主 题:[自部署] 画廊
发 布 者:主打唱跳Rap
标签分类: 日常
时 间:2026-07-11 07:06:49
内容预览:codex 5h燃尽演示站https://gallery.chaomeng.de/方式1:单文件部署:获取地址:https://dufs.chaomeng.de/pub/gallery 下载wget https://dufs.chaomeng.de/pub/gallery 设为可执行文件chmod+x ./gallery 运行./gallery帮助: ./gallery -hA fast, single-binary photo galleryUsage: gallery [OPTIONS]Options: -p, --photos %26lt%3bPHOTOS%26gt%3b Directory containing photos [default: ./library] -l, --listen %26lt%3bLISTEN%26gt%3b Address to listen on [default: 0.0.0.0:3002] --cache %26lt%3bCACHE%26gt%3b Thumbnail cache directory -h, --help Print help -V, --version Print version方式2:docker部署:将下面内容复制保存为compose.yml,然后运行docker compose up -d就可以在http://localhost:3002端口访问了services: gallery: image: eureka6688/gallery:latest container_name: gallery restart: unless-stopped ports: - "3002:3002" volumes: - ./library:/app/library:ro
直达链接: https://www.nodeseek.com/post-816586-1
发 布 者:主打唱跳Rap
标签分类: 日常
时 间:2026-07-11 07:06:49
内容预览:codex 5h燃尽演示站https://gallery.chaomeng.de/方式1:单文件部署:获取地址:https://dufs.chaomeng.de/pub/gallery 下载wget https://dufs.chaomeng.de/pub/gallery 设为可执行文件chmod+x ./gallery 运行./gallery帮助: ./gallery -hA fast, single-binary photo galleryUsage: gallery [OPTIONS]Options: -p, --photos %26lt%3bPHOTOS%26gt%3b Directory containing photos [default: ./library] -l, --listen %26lt%3bLISTEN%26gt%3b Address to listen on [default: 0.0.0.0:3002] --cache %26lt%3bCACHE%26gt%3b Thumbnail cache directory -h, --help Print help -V, --version Print version方式2:docker部署:将下面内容复制保存为compose.yml,然后运行docker compose up -d就可以在http://localhost:3002端口访问了services: gallery: image: eureka6688/gallery:latest container_name: gallery restart: unless-stopped ports: - "3002:3002" volumes: - ./library:/app/library:ro
直达链接: https://www.nodeseek.com/post-816586-1