mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
added option...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8185b0608a
commit
116a44d0ce
@ -19,6 +19,7 @@ readConfig
|
||||
|
||||
webAppConfig Nextcloud
|
||||
|
||||
|
||||
DFL_ID=${DFL_ID:=1000}
|
||||
DFL_CTHOSTNAME=${DFL_CTHOSTNAME:=nextcloud}
|
||||
|
||||
@ -41,6 +42,9 @@ LAN_GATE=SKIP
|
||||
|
||||
REBOOT=${REBOOT:=1}
|
||||
|
||||
# XXX should we ask??
|
||||
COLLABORA_OFFICE=${COLLABORA_OFFICE:=1}
|
||||
|
||||
readVars
|
||||
|
||||
# Nextcloud-specific configuration...
|
||||
@ -128,8 +132,8 @@ pctPushAssets $ID
|
||||
# XXX need to push proxy config to gate...
|
||||
|
||||
# Colabora...
|
||||
if false ; then
|
||||
echo "# Colabora office..."
|
||||
if ! [ -z $COLLABORA_OFFICE ] ; then
|
||||
echo "# Collabora office..."
|
||||
# apache2...
|
||||
@ lxc-attach $ID -- a2enmod proxy
|
||||
@ lxc-attach $ID -- a2enmod proxy_http
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user