Overview
- Full name
docker.io/xia1307/cloud189-auto-save- Registry
- docker.io
- Namespace
- xia1307
- Repository
- cloud189-auto-save
- Cached tags
- 5
- Last synced
- 07/06/2026, 07:51 AM
Introduction
天翼云盘自动转存 Web 服务镜像,监控分享链接并定时保存至网盘,适合个人资源聚合与订阅更新自动化。
Details
xia1307/cloud189-auto-save 运行定时任务 Web 面板,调用天翼云 API 转存分享。定位为轻量 Web + cron 服务,需账号 cookie/token 与 config volume;K8s Deployment + PVC。
快速启动
docker run -d --name cloud189-save \
-p 8080:8080 \
-v $(pwd)/config:/config \
docker.io/xia1307/cloud189-auto-save:latest
推荐实践
docker run -d --name cloud189-save \
--restart unless-stopped \
-p 8080:8080 \
-v /data/cloud189/config:/config \
-e CRON="0 */2 * * *" \
docker.io/xia1307/cloud189-auto-save:1.0.0
核心参数说明
-p 8080:8080— 管理 Web 端口-v .../config:...— 账号与任务配置(高敏)-e CRON— 转存调度 cron- 固定 tag — API 兼容 pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: cloud189-auto-save
spec:
replicas: 1
selector:
matchLabels:
app: cloud189-save
template:
metadata:
labels:
app: cloud189-save
spec:
containers:
- name: save
image: docker.io/xia1307/cloud189-auto-save:1.0.0
ports:
- containerPort: 8080
volumeMounts:
- name: config
mountPath: /config
volumes:
- name: config
secret:
secretName: cloud189-config
---
apiVersion: v1
kind: Service
metadata:
name: cloud189-save
spec:
selector:
app: cloud189-save
ports:
- port: 8080
targetPort: 8080
Secret 存 cookie;Ingress 内网访问。
Latest tags (20)
View all 5 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/xia1307/cloud189-auto-save :latest | linux/amd64linux/arm64 | 2025/09/03 19:32 | 101.5 MB | sha256:d82e6bb1b4c5… | |||
docker.io/xia1307/cloud189-auto-save :2.2.44 | linux/amd64linux/arm64 | 2025/09/03 19:32 | 101.5 MB | sha256:d82e6bb1b4c5… | |||
docker.io/xia1307/cloud189-auto-save :2.2.43 | linux/amd64linux/arm64 | 2025/08/03 13:58 | 101.5 MB | sha256:98fb58895a9f… | |||
docker.io/xia1307/cloud189-auto-save :2.2.42 | linux/amd64linux/arm64 | 2025/07/02 16:56 | 101.5 MB | sha256:e5ce1fd47c90… | |||
docker.io/xia1307/cloud189-auto-save :2.2.40 | linux/amd64linux/arm64 | 2025/06/03 22:23 | 101.5 MB | sha256:f8b0063c359b… |