Overview

Full name
docker.io/anyproto/any-sync-filenode
Registry
docker.io
Namespace
anyproto
Repository
any-sync-filenode
Cached tags
24
Last synced
07/13/2026, 02:33 PM

Introduction

Anytype Any-Sync FileNode 镜像,去中心化协作存储文件节点,Anytype 私有同步栈文件存储组件。

Details

anyproto/any-sync-filenode 运行 Anytype Any-Sync 文件存储节点,负责加密文件的存储与分发。定位为 Anytype 私有同步栈组件,需 any-sync-coordinator 与 any-sync-node 配套;Anytype 私有化部署文件层、去中心化协作存储或 Any-Sync 自托管栈。

快速启动

docker run -d --name any-sync-filenode \
  -p 8080:8080 \
  -v /data/filenode:/data \
  docker.io/anyproto/any-sync-filenode:latest

推荐实践

docker run -d --name any-sync-filenode \
  --restart unless-stopped \
  -p 8080:8080 \
  -v /data/filenode:/data \
  -e ANY_SYNC_COORDINATOR=coordinator:8080 \
  docker.io/anyproto/any-sync-filenode:0.3.0

核心参数说明

  • -p 8080:8080 — FileNode API 端口
  • -v .../data:... — 加密文件存储
  • 配对 — any-sync-coordinator + node
  • 部署 — 随 Any-Sync docker-compose 栈

Kubernetes

apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: any-sync-filenode
spec:
  serviceName: any-sync-filenode
  replicas: 1
  selector:
    matchLabels:
      app: any-sync-filenode
  template:
    metadata:
      labels:
        app: any-sync-filenode
    spec:
      containers:
        - name: filenode
          image: docker.io/anyproto/any-sync-filenode:0.3.0
          ports:
            - containerPort: 8080
          volumeMounts:
            - name: data
              mountPath: /data
  volumeClaimTemplates:
    - metadata:
        name: data
      spec:
        accessModes: [ReadWriteOnce]
        resources:
          requests:
            storage: 100Gi
---
apiVersion: v1
kind: Service
metadata:
  name: any-sync-filenode
spec:
  selector:
    app: any-sync-filenode
  ports:
    - port: 8080
      targetPort: 8080

PVC 持久化文件;与 coordinator 同 namespace。

Latest tags (20)

View all 24 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/anyproto/any-sync-filenode
:v0.11.2
linux/amd64linux/arm64
2026/07/06 20:32104.6 MBsha256:79dc49b7979f
docker.io/anyproto/any-sync-filenode
:latest
linux/amd64linux/arm64
2026/07/06 20:31104.6 MBsha256:79dc49b7979f
docker.io/anyproto/any-sync-filenode
:v0.11.1
linux/amd64linux/arm64
2026/04/21 17:4994.2 MBsha256:4dcaab50b923
docker.io/anyproto/any-sync-filenode
:v0.11.0
linux/amd64linux/arm64
2026/04/07 07:3394.0 MBsha256:0bedb7907ede
docker.io/anyproto/any-sync-filenode
:v0.10.6
linux/amd64linux/arm64
2026/02/16 05:13110.2 MBsha256:96827d0064ef
docker.io/anyproto/any-sync-filenode
:v0.10.5
linux/amd64linux/arm64
2026/02/16 04:21110.2 MBsha256:76eeb6d76de8
docker.io/anyproto/any-sync-filenode
:v0.10.4
linux/amd64linux/arm64
2026/02/16 01:45110.2 MBsha256:1af21e8a4614
docker.io/anyproto/any-sync-filenode
:v0.10.3
linux/amd64linux/arm64
2026/01/30 22:43109.8 MBsha256:85ee3534ceb1
docker.io/anyproto/any-sync-filenode
:v0.10.2
linux/amd64linux/arm64
2026/01/13 19:56109.5 MBsha256:4fae01d1fcbd
docker.io/anyproto/any-sync-filenode
:v0.10.1
linux/amd64linux/arm64
2025/12/09 21:20109.7 MBsha256:f28047936108
docker.io/anyproto/any-sync-filenode
:v0.10.0
linux/amd64linux/arm64
2025/11/21 22:59109.4 MBsha256:a0a80daee64a
docker.io/anyproto/any-sync-filenode
:v0.9.2
linux/amd64linux/arm64
2025/10/16 23:22108.0 MBsha256:4f1c5ec44d31
docker.io/anyproto/any-sync-filenode
:v0.9.0
linux/amd64linux/arm64
2025/08/07 21:46106.1 MBsha256:be27fa0bee56
docker.io/anyproto/any-sync-filenode
:v0.8.13
linux/amd64linux/arm64
2025/07/16 18:59105.3 MBsha256:ea7fe07b241b
docker.io/anyproto/any-sync-filenode
:v0.8.12
linux/amd64linux/arm64
2025/06/30 22:31105.5 MBsha256:9fb52143259b
docker.io/anyproto/any-sync-filenode
:v0.8.11
linux/amd64linux/arm64
2025/06/26 18:38105.4 MBsha256:12794edf16d6
docker.io/anyproto/any-sync-filenode
:v0.8.10
linux/amd64linux/arm64
2025/06/25 20:21105.4 MBsha256:a9db2bc2a822
docker.io/anyproto/any-sync-filenode
:v0.8.9
linux/amd64linux/arm64
2025/06/25 00:29105.4 MBsha256:8598d26275c5
docker.io/anyproto/any-sync-filenode
:v0.8.8
linux/arm64linux/amd64
2025/06/24 20:2798.2 MBsha256:f8d65e006255
docker.io/anyproto/any-sync-filenode
:v0.8.7
linux/amd64linux/arm64
2025/05/26 20:45104.6 MBsha256:43064b2cee3c