Add ADMIN_PASSWORD env variable

# Motivations
Being able to configure the admin password would be quite helpful

# Modifications
- Add `ADMIN_PASSWORD` to the list of environment variables, which adds `--adminpassword` to the server arguments
This commit is contained in:
Twinki
2024-01-19 16:05:51 -05:00
parent a6e0431576
commit 15b5c6881d
5 changed files with 12 additions and 3 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Ensure the scripts use LF line endings, not CRLF
*.sh text eol=lf