changed app linkding: testing env variables
Some checks are pending
Test / test (push) Waiting to run

This commit is contained in:
Markus 2025-11-17 00:07:04 +01:00
parent ce80789de1
commit 6eeffae436

View file

@ -14,6 +14,24 @@
"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
}