app-store/apps/linkwarden/config.json

31 lines
843 B
JSON
Raw Normal View History

2023-08-27 20:15:53 +00:00
{
"$schema": "../schema.json",
"name": "Linkwarden",
"port": 8199,
"available": true,
"exposable": true,
"id": "linkwarden",
"tipi_version": 1,
"supported_architectures": ["amd64"],
"version": "v1.0.1",
"categories": ["data"],
"description": "A self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.",
"short_desc": "A self-hosted, open-source collaborative bookmark manager",
"author": "Linkwarden",
"source": "https://github.com/linkwarden/linkwarden",
"form_fields": [
{
"type": "random",
"label": "Linkwarden DB Password",
"min": 32,
"env_variable": "LINKWARDEN_DB_PASSWORD"
},
{
"type": "random",
"label": "Linkwarden Nextauth Secret",
"min": 32,
"env_variable": "LINKWARDEN_NEXTAUTH_SECRET"
}
]
}