mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Add .env file support for HomeBox (#383)
* added .env file support added env file support using the homebox docs * Changed homebox note from warning to info * Homebox-Install: Add .env Support * Update homebox-install.sh --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
parent
51c4d3f000
commit
0c8c0d882b
2 changed files with 14 additions and 2 deletions
|
|
@ -30,5 +30,10 @@
|
|||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
"notes": [
|
||||
{
|
||||
"text": "env file location: `/opt/.env`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue