mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Compare commits
2 Commits
161e51796a
...
ed6443bc84
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed6443bc84 | ||
|
|
53f0f7493a |
@@ -23,7 +23,7 @@ var_disk="2"
|
|||||||
var_cpu="1"
|
var_cpu="1"
|
||||||
var_ram="512"
|
var_ram="512"
|
||||||
var_os="debian"
|
var_os="debian"
|
||||||
var_version="11"
|
var_version="12"
|
||||||
variables
|
variables
|
||||||
color
|
color
|
||||||
catch_errors
|
catch_errors
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ var_disk="2"
|
|||||||
var_cpu="1"
|
var_cpu="1"
|
||||||
var_ram="512"
|
var_ram="512"
|
||||||
var_os="debian"
|
var_os="debian"
|
||||||
var_version="11"
|
var_version="12"
|
||||||
variables
|
variables
|
||||||
color
|
color
|
||||||
catch_errors
|
catch_errors
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ msg_info "Installing Homarr (Patience)"
|
|||||||
git clone -q https://github.com/ajnart/homarr.git /opt/homarr
|
git clone -q https://github.com/ajnart/homarr.git /opt/homarr
|
||||||
cd /opt/homarr
|
cd /opt/homarr
|
||||||
cp -p /opt/homarr/.env.example /opt/homarr/.env
|
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 install
|
||||||
$STD yarn build
|
$STD yarn build
|
||||||
$STD yarn db:migrate
|
$STD yarn db:migrate
|
||||||
|
|||||||
Reference in New Issue
Block a user