chore(homarr): change password variable name to be unique
This commit is contained in:
parent
d3e4098625
commit
48d0d66b26
|
@ -7,22 +7,20 @@
|
|||
"id": "homarr",
|
||||
"tipi_version": 7,
|
||||
"version": "0.11.4",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"categories": ["utilities"],
|
||||
"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.",
|
||||
"author": "ajnart",
|
||||
"source": "https://github.com/ajnart/homarr",
|
||||
"website": "https://discord.gg/C2WTXkzkwK",
|
||||
"form_fields": [
|
||||
"form_fields": [
|
||||
{
|
||||
"type": "password",
|
||||
"label": "Password",
|
||||
"max": 50,
|
||||
"min": 3,
|
||||
"required": true,
|
||||
"env_variable": "PASSWORD"
|
||||
"env_variable": "HOMARR_PASSWORD"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.7"
|
||||
version: '3.7'
|
||||
services:
|
||||
homarr:
|
||||
container_name: homarr
|
||||
|
@ -9,7 +9,7 @@ services:
|
|||
- ${APP_DATA_DIR}/data/icons:/app/public/icons
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- PASSWORD=${PASSWORD}
|
||||
- PASSWORD=${HOMARR_PASSWORD}
|
||||
- PGID=1000
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue
Block a user