mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Remove subpath installation possibility
This commit is contained in:
parent
9577ccc323
commit
864e78b0d3
1 changed files with 5 additions and 4 deletions
|
@ -32,9 +32,10 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
[install.path]
|
# FIXME: subpath doesn't work anymore?
|
||||||
type = "path"
|
# [install.path]
|
||||||
default = "/onlyoffice"
|
# type = "path"
|
||||||
|
# default = "/onlyoffice"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
help.en = "You will only be able to connect OnlyOffice to Nextcloud if both apps are public!"
|
help.en = "You will only be able to connect OnlyOffice to Nextcloud if both apps are public!"
|
||||||
|
@ -70,7 +71,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
||||||
"postgresql-contrib",
|
"postgresql-contrib",
|
||||||
"libstdc++6",
|
"libstdc++6",
|
||||||
"rabbitmq-server",
|
"rabbitmq-server",
|
||||||
"libcurl4-openssl-dev", # provides libcurl4-dev
|
"libcurl4-openssl-dev",
|
||||||
]
|
]
|
||||||
|
|
||||||
[resources.apt.extras.ttf]
|
[resources.apt.extras.ttf]
|
||||||
|
|
Loading…
Add table
Reference in a new issue