runtipi-appstore/apps/linkding/config.json

36 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": 1,
"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/",
"form_fields": [
{
"type": "text",
"label": "Initial superuser name",
"max": "50",
"required": true,
"placeholder": "admin",
"env_variable": "LD_SUPERUSER_NAME"
},
{
"type": "password",
"label": "Initial superuser password",
"max": "100",
"required": true,
"env_variable": "LD_SUPERUSER_PASSWORD"
}
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1763331296327,
"updated_at": 1763331296327
}