37 lines
1 KiB
JSON
37 lines
1 KiB
JSON
{
|
|
"name": "linkding",
|
|
"available": true,
|
|
"port": 8690,
|
|
"exposable": true,
|
|
"dynamic_config": true,
|
|
"id": "linkding",
|
|
"description": "linkding is a bookmark manager that you can host yourself. It's designed be to be minimal, fast, and easy to set up using Docker.",
|
|
"tipi_version": 2,
|
|
"version": "1.44.1",
|
|
"categories": ["utilities"],
|
|
"short_desc": "self-hosted bookmark manager",
|
|
"author": "sissbruecker",
|
|
"source": "https://github.com/sissbruecker/linkding",
|
|
"website": "https://www.linkding.link/",
|
|
"supported_architectures": ["arm64", "amd64"],
|
|
"form_fields": [
|
|
{
|
|
"type": "text",
|
|
"label": "Initial superuser name",
|
|
"max": 50,
|
|
"required": true,
|
|
"placeholder": "admin",
|
|
"env_variable": "SUPERUSER_NAME"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"label": "Initial superuser password",
|
|
"max": 50,
|
|
"min": 6,
|
|
"required": true,
|
|
"env_variable": "SUPERUSER_PASSWORD"
|
|
}
|
|
],
|
|
"created_at": 1763331296327,
|
|
"updated_at": 1763333712520
|
|
}
|