mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 03:15:23 +02:00
The template ships plain nextcloud + mariadb + redis + cron, not the nextcloud/all-in-one mastercontainer. Display name and description no longer claim AIO; folder id is kept as nextcloud-aio to avoid breaking existing installs. Image pinned to the current stable tag (33.0.6). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
17 lines
548 B
JSON
17 lines
548 B
JSON
{
|
|
"id": "nextcloud-aio",
|
|
"name": "Nextcloud",
|
|
"version": "33.0.6",
|
|
"description": "Nextcloud is a self-hosted file storage and sync platform with powerful collaboration capabilities. It integrates Files, Talk, Groupware, Office, Assistant and more into a single platform for remote work and data protection.",
|
|
"logo": "nextcloud.png",
|
|
"links": {
|
|
"github": "https://github.com/nextcloud/docker",
|
|
"website": "https://nextcloud.com/",
|
|
"docs": "https://docs.nextcloud.com/"
|
|
},
|
|
"tags": [
|
|
"file-manager",
|
|
"sync"
|
|
]
|
|
}
|