2022-09-29 22:13:54 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Haven",
|
|
|
|
"available": true,
|
2022-11-11 19:33:58 +00:00
|
|
|
"exposable": true,
|
2022-09-29 22:13:54 +00:00
|
|
|
"port": 8130,
|
|
|
|
"id": "haven",
|
2023-06-10 15:29:03 +00:00
|
|
|
"tipi_version": 2,
|
2022-09-29 22:13:54 +00:00
|
|
|
"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"
|
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
|
|
|
"supported_architectures": ["amd64"]
|
2022-09-29 22:13:54 +00:00
|
|
|
}
|