mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-06-28 18:17:37 +00:00
(turnkey) Add OpenLDAP (#5305)
This commit is contained in:
committed by
GitHub
parent
ad8462bc10
commit
69d9394840
@ -79,6 +79,7 @@ mediaserver Media Server
|
|||||||
nextcloud Nextcloud
|
nextcloud Nextcloud
|
||||||
observium Observium
|
observium Observium
|
||||||
odoo Odoo
|
odoo Odoo
|
||||||
|
openldap OpenLDAP
|
||||||
openvpn OpenVPN
|
openvpn OpenVPN
|
||||||
owncloud ownCloud
|
owncloud ownCloud
|
||||||
phpbb phpBB
|
phpbb phpBB
|
||||||
@ -201,7 +202,7 @@ echo "TurnKey ${turnkey} password: ${PASS}" >>~/turnkey-${turnkey}.creds # file
|
|||||||
# Start container
|
# Start container
|
||||||
msg "Starting LXC Container..."
|
msg "Starting LXC Container..."
|
||||||
pct start "$CTID"
|
pct start "$CTID"
|
||||||
sleep 5
|
sleep 10
|
||||||
|
|
||||||
# Get container IP
|
# Get container IP
|
||||||
set +euo pipefail # Turn off error checking
|
set +euo pipefail # Turn off error checking
|
||||||
|
Reference in New Issue
Block a user