mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "ed6443bc84a7279847cd0906e09c8fe78a7948ee" and "161e51796a2551a9500b49dd9a8631f81c9349bf" have entirely different histories.
ed6443bc84
...
161e51796a
|
@ -23,7 +23,7 @@ var_disk="2"
|
|||
var_cpu="1"
|
||||
var_ram="512"
|
||||
var_os="debian"
|
||||
var_version="12"
|
||||
var_version="11"
|
||||
variables
|
||||
color
|
||||
catch_errors
|
||||
|
|
|
@ -23,7 +23,7 @@ var_disk="2"
|
|||
var_cpu="1"
|
||||
var_ram="512"
|
||||
var_os="debian"
|
||||
var_version="12"
|
||||
var_version="11"
|
||||
variables
|
||||
color
|
||||
catch_errors
|
||||
|
|
|
@ -39,7 +39,7 @@ msg_info "Installing Homarr (Patience)"
|
|||
git clone -q https://github.com/ajnart/homarr.git /opt/homarr
|
||||
cd /opt/homarr
|
||||
cp -p /opt/homarr/.env.example /opt/homarr/.env
|
||||
sed -i 's|NEXTAUTH_SECRET="[^"]*"|NEXTAUTH_SECRET="'"$(openssl rand -base64 32)"'"|' /opt/homarr/.env
|
||||
sed -i 's/NEXTAUTH_SECRET="[^"]*"/NEXTAUTH_SECRET="'"$(openssl rand -base64 32)"'"/' /opt/homarr/.env
|
||||
$STD yarn install
|
||||
$STD yarn build
|
||||
$STD yarn db:migrate
|
||||
|
|
Loading…
Reference in New Issue