mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
83 lines
2.6 KiB
TOML
83 lines
2.6 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "onlyoffice"
|
|
name = "OnlyOffice"
|
|
description.en = "Create and edit documents collaboratively"
|
|
description.fr = "Créez et éditer des documents collaborativement"
|
|
|
|
version = "8.1.1~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "GPL-3.0-or-later"
|
|
website = "https://www.onlyoffice.com"
|
|
demo = "https://www.onlyoffice.com/fr/download-desktop.aspx"
|
|
code = "https://github.com/ONLYOFFICE/DocumentServer"
|
|
cpe = "cpe:2.3:a:onlyoffice:document_server"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = ["amd64", "arm64"]
|
|
multi_instance = false
|
|
ldap = "not_relevant"
|
|
sso = "not_relevant"
|
|
disk = "2000M"
|
|
ram.build = "800M"
|
|
ram.runtime = "800M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
help.en = "You will only be able to connect OnlyOffice to Nextcloud if both apps are public!"
|
|
help.fr = "Nextcloud et OnlyOffice doivent être des applications publiques si vous voulez les connecter !"
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.nextclouddomain]
|
|
ask.en = "The domain of the Nextcloud to connect to OnlyOffice"
|
|
ask.fr = "Le domaine du Nextcloud à connecter à OnlyOffice"
|
|
help.en = "Install the OnlyOffice connector to edit documents from Nextcloud."
|
|
help.fr = "Installez le connecteur OnlyOffice pour éditer des documents dans Nextcloud."
|
|
type = "string"
|
|
example = "yunohost.domain/nextcloud or nextcloud.yunohost.domain"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
main.default = 8095
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"postgresql",
|
|
"postgresql-contrib",
|
|
"libstdc++6",
|
|
"rabbitmq-server",
|
|
"libcurl4-openssl-dev",
|
|
]
|
|
|
|
[resources.sources.main]
|
|
amd64.url = "https://github.com/ONLYOFFICE/DocumentServer/releases/download/v8.1.1/onlyoffice-documentserver_amd64.deb"
|
|
amd64.sha256 = "6331889811bf0a426a2ab670410fe6829b5ab31a98826984da2bf36d8cdbcfd3"
|
|
arm64.url = "https://github.com/ONLYOFFICE/DocumentServer/releases/download/v8.1.1/onlyoffice-documentserver_arm64.deb"
|
|
arm64.sha256 = "7ce661764d0121543f6cc3892836acf0497f3d2645e396a7358f23556f3774d1"
|
|
rename = "onlyoffice-documentserver.deb"
|
|
autoupdate.asset.amd64 = "^onlyoffice-documentserver_amd64.deb$"
|
|
autoupdate.asset.arm64 = "^onlyoffice-documentserver_arm64.deb$"
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|