changed app linkding: testing env variables
This commit is contained in:
parent
432095c29a
commit
ce80789de1
2 changed files with 2 additions and 19 deletions
|
|
@ -13,23 +13,6 @@
|
||||||
"author": "sissbruecker",
|
"author": "sissbruecker",
|
||||||
"source": "https://github.com/sissbruecker/linkding",
|
"source": "https://github.com/sissbruecker/linkding",
|
||||||
"website": "https://www.linkding.link/",
|
"website": "https://www.linkding.link/",
|
||||||
"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": "100",
|
|
||||||
"required": true,
|
|
||||||
"env_variable": "SUPERUSER_PASSWORD"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"supported_architectures": ["arm64", "amd64"],
|
"supported_architectures": ["arm64", "amd64"],
|
||||||
"created_at": 1763331296327,
|
"created_at": 1763331296327,
|
||||||
"updated_at": 1763333712520
|
"updated_at": 1763333712520
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"internalPort": 9090,
|
"internalPort": 9090,
|
||||||
"environment": [
|
"environment": [
|
||||||
{ "key": "LD_SUPERUSER_NAME", "value": "${SUPERUSER_NAME}" },
|
{ "key": "LD_SUPERUSER_NAME", "value": "${SUPERUSER_NAME:-admin}" },
|
||||||
{ "key": "LD_SUPERUSER_PASSWORD", "value": "${SUPERUSER_PASSWORD}" }
|
{ "key": "LD_SUPERUSER_PASSWORD", "value": "${SUPERUSER_PASSWORD:-l1nkd1ng}" }
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue