app-store/apps/owncloud/config.json
renovate[bot] 7b82887716
chore(deps): update owncloud/server docker tag to v10.12.2 (#665)
* chore(deps): update owncloud/server docker tag to v10.12.2

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-06-07 09:01:32 -04:00

43 lines
1.0 KiB
JSON

{
"$schema": "../schema.json",
"name": "Owncloud",
"port": 8151,
"available": true,
"exposable": true,
"id": "owncloud",
"tipi_version": 4,
"version": "10.12.2",
"categories": [
"data"
],
"description": "ownCloud gives you freedom and control over your own data. A personal cloud which runs on your own server. ",
"short_desc": "A personal cloud which runs on your own server. ",
"author": "https://github.com/owncloud",
"source": "https://github.com/owncloud/core",
"website": "https://owncloud.com/",
"form_fields": [
{
"type": "random",
"label": "OWNCLOUD_DB_PASSWORD",
"min": 32,
"env_variable": "OWNCLOUD_DB_PASSWORD"
},
{
"type": "text",
"label": "Owncloud username",
"max": 50,
"min": 3,
"required": true,
"env_variable": "OWNCLOUD_USERNAME"
},
{
"type": "password",
"label": "Owncloud password",
"max": 50,
"min": 8,
"required": true,
"env_variable": "OWNCLOUD_PASSWORD"
}
]
}