changed app linkding: testing env variables
Some checks are pending
Test / test (push) Waiting to run
Some checks are pending
Test / test (push) Waiting to run
This commit is contained in:
parent
ce80789de1
commit
6eeffae436
1 changed files with 18 additions and 0 deletions
|
|
@ -14,6 +14,24 @@
|
||||||
"source": "https://github.com/sissbruecker/linkding",
|
"source": "https://github.com/sissbruecker/linkding",
|
||||||
"website": "https://www.linkding.link/",
|
"website": "https://www.linkding.link/",
|
||||||
"supported_architectures": ["arm64", "amd64"],
|
"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,
|
"created_at": 1763331296327,
|
||||||
"updated_at": 1763333712520
|
"updated_at": 1763333712520
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue