mirror of
https://github.com/YunoHost-Apps/xwiki_ynh.git
synced 2024-09-03 20:36:11 +02:00
Enable libreoffice for odt export
This commit is contained in:
parent
96aff679e6
commit
8f5719b30e
2 changed files with 3 additions and 3 deletions
|
@ -340,7 +340,7 @@ environment.permanentDirectory = __DATA_DIR__
|
||||||
#-# Type of the openoffice server instance used by officeimporter component.
|
#-# Type of the openoffice server instance used by officeimporter component.
|
||||||
#-# 0 - Internally managed server instance. (Default)
|
#-# 0 - Internally managed server instance. (Default)
|
||||||
#-# 1 - Externally managed (local) server instance.
|
#-# 1 - Externally managed (local) server instance.
|
||||||
# openoffice.serverType = 0
|
openoffice.serverType = 0
|
||||||
|
|
||||||
#-# [Since 12.1RC1]
|
#-# [Since 12.1RC1]
|
||||||
#-# Port numbers used for connecting to the openoffice server instance.
|
#-# Port numbers used for connecting to the openoffice server instance.
|
||||||
|
@ -351,7 +351,7 @@ environment.permanentDirectory = __DATA_DIR__
|
||||||
#-# [Since 1.9M2]
|
#-# [Since 1.9M2]
|
||||||
#-# If the openoffice server should be started / connected upon XE start.
|
#-# If the openoffice server should be started / connected upon XE start.
|
||||||
#-# Default value is false
|
#-# Default value is false
|
||||||
# openoffice.autoStart = false
|
openoffice.autoStart = true
|
||||||
|
|
||||||
#-# [Since 1.8RC3]
|
#-# [Since 1.8RC3]
|
||||||
#-# Path to openoffice installation (serverType:0 only).
|
#-# Path to openoffice installation (serverType:0 only).
|
||||||
|
|
|
@ -109,7 +109,7 @@ ram.runtime = "1G"
|
||||||
admin.label = "Admins"
|
admin.label = "Admins"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = ["openjdk-17-jre", "postgresql"]
|
packages = ["openjdk-17-jre", "postgresql", "libreoffice"]
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "postgresql"
|
type = "postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue