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:
404invalid-user
2024-11-21 21:53:59 +00:00
committed by GitHub
parent 51c4d3f000
commit 0c8c0d882b
2 changed files with 14 additions and 2 deletions

View File

@@ -30,5 +30,10 @@
"username": null,
"password": null
},
"notes": []
}
"notes": [
{
"text": "env file location: `/opt/.env`",
"type": "info"
}
]
}