mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-15 03:55:17 +02:00
HomeBox: Support v0.26.0 (#15086)
This commit is contained in:
@@ -18,11 +18,13 @@ fetch_and_deploy_gh_release "homebox" "sysadminsmedia/homebox" "prebuild" "lates
|
||||
|
||||
msg_info "Configuring Homebox"
|
||||
chmod +x /opt/homebox/homebox
|
||||
AUTH_KEY="$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | cut -c1-32)"
|
||||
cat <<EOF >/opt/homebox/.env
|
||||
# For possible environment variables check here: https://homebox.software/en/configure-homebox
|
||||
HBOX_MODE=production
|
||||
HBOX_WEB_PORT=7745
|
||||
HBOX_WEB_HOST=0.0.0.0
|
||||
HBOX_AUTH_API_KEY_PEPPER=${AUTH_KEY}
|
||||
EOF
|
||||
msg_ok "Configured Homebox"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user