app-store/apps/haven/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

39 lines
890 B
JSON

{
"$schema": "../schema.json",
"name": "Haven",
"available": true,
"exposable": true,
"port": 8130,
"id": "haven",
"tipi_version": 2,
"version": "a0280ce",
"categories": ["social"],
"description": "Self-hostable private blogging",
"short_desc": "Self-hostable private blogging",
"author": "mawise",
"source": "https://github.com/havenweb/haven",
"website": "https://havenweb.org/index.html",
"form_fields": [
{
"type": "text",
"label": "Email",
"required": true,
"env_variable": "HAVEN_USER_EMAIL"
},
{
"type": "password",
"label": "Haven password",
"max": 50,
"min": 8,
"required": true,
"env_variable": "HAVEN_USER_PASSWORD"
},
{
"type": "random",
"label": "DB password",
"env_variable": "HAVEN_DB_PASSWORD"
}
],
"supported_architectures": ["amd64"]
}