镜像概览
- 完整引用
docker.io/nextcloud/aio-fulltextsearch- Registry
- docker.io
- 命名空间
- nextcloud
- 仓库
- aio-fulltextsearch
- 已缓存 Tag 数
- 147
- 最近同步
- 07/06/2026, 05:38 PM
- 相关主题
简介
Nextcloud All-in-One 全文检索侧车镜像,对接 Elasticsearch 为 Nextcloud 文件与笔记建立索引,需与 AIO 主栈协同部署。
详细介绍
nextcloud/aio-fulltextsearch 是 Nextcloud AIO 生态中的全文搜索组件,消费 Nextcloud 事件并将文档内容同步至 Elasticsearch 集群以支持快速检索。镜像本身不替代完整 Nextcloud,必须与 AIO mastercontainer 及其它 AIO 容器在同一编排网络内运行。与独立 Full Text Search 应用相比版本由 AIO 锁定,升级需跟随 AIO release。生产应确保 ES 地址可达、索引卷持久化,并限制 ES 仅内网访问。
快速启动
docker run -d --name nc-aio-fts \
-e ES_HOST=elasticsearch:9200 \
-e NEXTCLOUD_HOST=nextcloud-aio-apache \
docker.io/nextcloud/aio-fulltextsearch:latest
推荐实践
docker run -d --name nc-aio-fts \
--restart unless-stopped \
--network nextcloud-aio \
-e ES_HOST=elasticsearch.internal:9200 \
-e ES_INDEX=nextcloud \
-e TZ=Asia/Shanghai \
docker.io/nextcloud/aio-fulltextsearch:8.2.0
核心参数说明
-e ES_HOST— Elasticsearch HTTP 端点-e ES_INDEX— 索引名称前缀--network nextcloud-aio— 加入 AIO 内部网络--restart unless-stopped— 索引同步不中断- 固定 tag — 与 AIO mastercontainer 版本匹配
- 配对 — 需 AIO 主栈与 ES 已就绪
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: nc-aio-fulltextsearch
spec:
replicas: 1
selector:
matchLabels:
app: nc-aio-fts
template:
metadata:
labels:
app: nc-aio-fts
spec:
containers:
- name: fts
image: docker.io/nextcloud/aio-fulltextsearch:8.2.0
env:
- name: ES_HOST
value: http://elasticsearch.search.svc:9200
---
apiVersion: v1
kind: Service
metadata:
name: nc-aio-fulltextsearch
spec:
selector:
app: nc-aio-fts
ports:
- port: 80
targetPort: 80
建议与 Nextcloud AIO 同 namespace;ES 地址与 AIO 版本按官方 compose 矩阵填写,索引数据依赖外部 ES 持久化。
最新 Tag(20 条)
查看全部 147 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/nextcloud/aio-fulltextsearch :20260702_083546 | linux/amd64linux/arm64 | 2026/07/02 16:36 | 826.4 MB | sha256:73e33c55b2ef… | |||
docker.io/nextcloud/aio-fulltextsearch :20260609_115915 | linux/amd64linux/arm64 | 2026/06/09 19:59 | 826.2 MB | sha256:e9c2fdc83a6d… | |||
docker.io/nextcloud/aio-fulltextsearch :20260527_140826 | linux/amd64linux/arm64 | 2026/05/27 22:09 | 848.5 MB | sha256:fe64b7b9de38… | |||
docker.io/nextcloud/aio-fulltextsearch :20260515_145717 | linux/amd64linux/arm64 | 2026/05/15 22:57 | 827.2 MB | sha256:3673c0522b87… | |||
docker.io/nextcloud/aio-fulltextsearch :20260513_090235 | linux/amd64linux/arm64 | 2026/05/13 17:05 | 827.8 MB | sha256:03f8894aed71… | |||
docker.io/nextcloud/aio-fulltextsearch :20260409_094910 | linux/amd64linux/arm64 | 2026/04/09 17:49 | 683.2 MB | sha256:0b41dbeb28db… | |||
docker.io/nextcloud/aio-fulltextsearch :20260306_081319 | linux/amd64linux/arm64 | 2026/03/06 16:13 | 684.8 MB | sha256:54b97444a42b… | |||
docker.io/nextcloud/aio-fulltextsearch :20260218_123804 | linux/amd64linux/arm64 | 2026/02/18 20:38 | 690.2 MB | sha256:a3b026469faf… | |||
docker.io/nextcloud/aio-fulltextsearch :20260211_141900 | linux/amd64linux/arm64 | 2026/02/11 22:19 | 681.3 MB | sha256:81319ea83af2… | |||
docker.io/nextcloud/aio-fulltextsearch :20260122_105751 | linux/amd64linux/arm64 | 2026/01/22 18:59 | 680.9 MB | sha256:d605f68d868e… | |||
docker.io/nextcloud/aio-fulltextsearch :20260114_114729 | linux/amd64linux/arm64 | 2026/01/14 19:52 | 680.6 MB | sha256:64c5a79da8af… | |||
docker.io/nextcloud/aio-fulltextsearch :20251218_095503 | linux/amd64linux/arm64 | 2025/12/18 17:55 | 678.6 MB | sha256:a08f65cfcaf5… | |||
docker.io/nextcloud/aio-fulltextsearch :20251210_133359 | linux/amd64linux/arm64 | 2025/12/10 21:38 | 678.6 MB | sha256:c160cc43eba0… | |||
docker.io/nextcloud/aio-fulltextsearch :20251128_084214 | linux/amd64linux/arm64 | 2025/11/28 16:47 | 675.6 MB | sha256:16c251646cf6… | |||
docker.io/nextcloud/aio-fulltextsearch :20251031_122139 | linux/amd64linux/arm64 | 2025/10/31 20:23 | 676.2 MB | sha256:443e82619821… | |||
docker.io/nextcloud/aio-fulltextsearch :20251015_082711 | linux/amd64linux/arm64 | 2025/10/15 16:27 | 677.4 MB | sha256:6963594a0890… | |||
docker.io/nextcloud/aio-fulltextsearch :20250927_081431 | linux/amd64linux/arm64 | 2025/09/27 16:15 | 665.2 MB | sha256:35e4fb7409a7… | |||
docker.io/nextcloud/aio-fulltextsearch :20250918_093027 | linux/amd64linux/arm64 | 2025/09/18 17:30 | 666.9 MB | sha256:7298c981d393… | |||
docker.io/nextcloud/aio-fulltextsearch :20250905_100617 | linux/amd64linux/arm64 | 2025/09/05 18:06 | 664.3 MB | sha256:9c285085fbb4… | |||
docker.io/nextcloud/aio-fulltextsearch :20250822_112758 | linux/amd64linux/arm64 | 2025/08/22 19:28 | 664.3 MB | sha256:be4e55ee5283… |