2022-07-28 17:46:12 +00:00
{
2022-08-24 09:18:00 +00:00
"$schema" : "../schema.json" ,
2022-07-28 17:46:12 +00:00
"name" : "Nextcloud" ,
"available" : true ,
2022-09-06 06:50:30 +00:00
"exposable" : true ,
2022-07-28 17:46:12 +00:00
"port" : 8083 ,
"id" : "nextcloud" ,
2024-03-29 18:07:59 +00:00
"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 ,
2022-09-19 05:14:49 +00:00
"min" : 10 ,
2022-07-28 17:46:12 +00:00
"required" : true ,
"env_variable" : "NEXTCLOUD_ADMIN_PASSWORD"
}
2023-10-29 19:43:17 +00:00
] ,
2023-12-27 22:59:30 +00:00
"supported_architectures" : [
"arm64" ,
"amd64"
]
2022-07-28 17:46:12 +00:00
}