mirror of https://github.com/tteck/Proxmox.git
commit
692aa8a174
|
@ -97,8 +97,8 @@ build_container
|
||||||
description
|
description
|
||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "To get the randomized Credentials for initial setup,
|
echo -e "To get the randomized credentials for Setup-Wizard,
|
||||||
run the script again inside the LXC Container \n
|
run the script again inside the LXC Container. \n
|
||||||
|
|
||||||
${APP} should be reachable by going to the following URL.
|
${APP} should be reachable by going to the following URL.
|
||||||
${BL}https://${IP}${CL} \n"
|
${BL}https://${IP}${CL} \n"
|
||||||
|
|
|
@ -30,7 +30,7 @@ $STD service mariadb start
|
||||||
$STD rc-update add mariadb
|
$STD rc-update add mariadb
|
||||||
msg_ok "Installed Alpine-Nextcloud"
|
msg_ok "Installed Alpine-Nextcloud"
|
||||||
|
|
||||||
msg_info "Setting up MariaDB database"
|
msg_info "Setting up MySQL database"
|
||||||
DB_NAME=nextcloud
|
DB_NAME=nextcloud
|
||||||
DB_USER=nextcloud
|
DB_USER=nextcloud
|
||||||
DB_PASS="$(openssl rand -base64 18 | cut -c1-13)"
|
DB_PASS="$(openssl rand -base64 18 | cut -c1-13)"
|
||||||
|
@ -50,7 +50,7 @@ echo -e "Nextcloud Database User: \e[32m$DB_USER\e[0m" >>~/nextcloud.creds
|
||||||
echo -e "Nextcloud Database Password: \e[32m$DB_PASS\e[0m" >>~/nextcloud.creds
|
echo -e "Nextcloud Database Password: \e[32m$DB_PASS\e[0m" >>~/nextcloud.creds
|
||||||
echo -e "Nextcloud Database Name: \e[32m$DB_NAME\e[0m" >>~/nextcloud.creds
|
echo -e "Nextcloud Database Name: \e[32m$DB_NAME\e[0m" >>~/nextcloud.creds
|
||||||
$STD apk del mariadb-client
|
$STD apk del mariadb-client
|
||||||
msg_ok "Set up MariaDB database"
|
msg_ok "Set up MySQL database"
|
||||||
|
|
||||||
msg_info "Installing Web-Server"
|
msg_info "Installing Web-Server"
|
||||||
$STD apk add nextcloud-initscript
|
$STD apk add nextcloud-initscript
|
||||||
|
|
Loading…
Reference in New Issue