app-store/apps/nextcloud/config.json

40 lines
942 B
JSON
Raw Permalink Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2022-07-28 17:46:12 +00:00
"name": "Nextcloud",
"available": true,
"exposable": true,
2022-07-28 17:46:12 +00:00
"port": 8083,
"id": "nextcloud",
"tipi_version": 23,
2024-06-25 16:19:20 +00:00
"version": "29.0.2",
2023-03-28 21:54:03 +00:00
"categories": [
"data"
],
2022-07-28 17:46:12 +00:00
"description": "Nextcloud is a self-hosted, open source, and fully-featured cloud storage solution for your personal files, office documents, and photos.",
"short_desc": "Productivity platform that keeps you in control",
"author": "Nextcloud GmbH",
"source": "https://github.com/nextcloud/server",
"form_fields": [
{
"type": "text",
"label": "Username",
"max": 50,
"min": 3,
"required": true,
"env_variable": "NEXTCLOUD_ADMIN_USER"
},
{
"type": "password",
"label": "Password",
"max": 50,
"min": 10,
2022-07-28 17:46:12 +00:00
"required": true,
"env_variable": "NEXTCLOUD_ADMIN_PASSWORD"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
2022-07-28 17:46:12 +00:00
}