app-store/apps/wekan/config.json
falkheiland 798bb45edf
[APP] Wekan (#2051)
* added wekan

* set image version tiredofit/db-backup:4.0.34

* edited wekan logo

* edited wekan app image

* edited wekan logo

* edited version, ROOT_URL

* edited data/attachmant dir

* edited data/attachmant dir

* added mandatory email - here gmail

* edited googlemail config

* edited googlemail config

* converted logo png to jpg

* changed port

* removed db-backup, chanded logo, outcommented network section for testing

* uncommented network section for backend for testing

* uncommented complete network section

* uncommented network section for backend for testing

* uncommented network section for backend for testing

* only network section with backend remains

* edited backend network name and definition according to discord discussion
2024-01-16 20:32:11 +02:00

36 lines
855 B
JSON

{
"$schema": "../schema.json",
"name": "Wekan",
"port": 8678,
"available": true,
"exposable": true,
"id": "wekan",
"tipi_version": 1,
"version": "7.26",
"categories": [
"development"
],
"description": "Experience efficient task management with WeKan - the Open-Source, customizable, and privacy-focused kanban",
"short_desc": "Open-Source, customizable, and privacy-focused kanban",
"author": "Lauri Ojansivu",
"source": "https://github.com/wekan/wekan",
"form_fields": [
{
"type": "string",
"label": "Email Address",
"max": 50,
"min": 3,
"required": true,
"env_variable": "MAIL_ADDRESS"
},
{
"type": "password",
"label": "Email Password",
"required": true,
"env_variable": "MAIL_PASSWORD"
}
],
"supported_architectures": [
"amd64"
]
}