chore(homarr): change password variable name to be unique
This commit is contained in:
parent
d3e4098625
commit
48d0d66b26
|
@ -7,22 +7,20 @@
|
||||||
"id": "homarr",
|
"id": "homarr",
|
||||||
"tipi_version": 7,
|
"tipi_version": 7,
|
||||||
"version": "0.11.4",
|
"version": "0.11.4",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"description": "A homepage for your server.",
|
"description": "A homepage for your server.",
|
||||||
"short_desc": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",
|
"short_desc": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",
|
||||||
"author": "ajnart",
|
"author": "ajnart",
|
||||||
"source": "https://github.com/ajnart/homarr",
|
"source": "https://github.com/ajnart/homarr",
|
||||||
"website": "https://discord.gg/C2WTXkzkwK",
|
"website": "https://discord.gg/C2WTXkzkwK",
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
{
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"label": "Password",
|
"label": "Password",
|
||||||
"max": 50,
|
"max": 50,
|
||||||
"min": 3,
|
"min": 3,
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "PASSWORD"
|
"env_variable": "HOMARR_PASSWORD"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: "3.7"
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
homarr:
|
homarr:
|
||||||
container_name: homarr
|
container_name: homarr
|
||||||
|
@ -9,7 +9,7 @@ services:
|
||||||
- ${APP_DATA_DIR}/data/icons:/app/public/icons
|
- ${APP_DATA_DIR}/data/icons:/app/public/icons
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
- PASSWORD=${PASSWORD}
|
- PASSWORD=${HOMARR_PASSWORD}
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user