mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Update manifest.toml
This commit is contained in:
parent
31f7e72a1e
commit
2333d2e18f
1 changed files with 4 additions and 5 deletions
|
@ -5,7 +5,7 @@ name = "OnlyOffice"
|
||||||
description.en = "Create and edit documents collaboratively"
|
description.en = "Create and edit documents collaboratively"
|
||||||
description.fr = "Créez et éditer des documents collaborativement"
|
description.fr = "Créez et éditer des documents collaborativement"
|
||||||
|
|
||||||
version = "7.3.3~ynh1"
|
version = "7.5~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -46,7 +46,6 @@ ram.runtime = "50M"
|
||||||
help.fr = "Installez le connecteur OnlyOffice pour éditer des documents dans Nextcloud."
|
help.fr = "Installez le connecteur OnlyOffice pour éditer des documents dans Nextcloud."
|
||||||
type = "string"
|
type = "string"
|
||||||
example = "yunohost.domain/nextcloud or nextcloud.yunohost.domain"
|
example = "yunohost.domain/nextcloud or nextcloud.yunohost.domain"
|
||||||
default = "yunohost.domain/nextcloud"
|
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
||||||
|
@ -62,9 +61,9 @@ ram.runtime = "50M"
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql, postgresql-contrib, libstdc++6, rabbitmq-server, libcurl4-dev"
|
packages = "postgresql, postgresql-contrib, libstdc++6, rabbitmq-server, libcurl4-dev"
|
||||||
|
|
||||||
extras.repo = "deb http://deb.debian.org/debian/ bullseye main contrib"
|
extras.ttf.repo = "deb http://deb.debian.org/debian/ bullseye main contrib"
|
||||||
extras.key = "https://ftp-master.debian.org/keys/release-bullseye.asc"
|
extras.ttf.key = "https://ftp-master.debian.org/keys/release-bullseye.asc"
|
||||||
extras.packages = "ttf-mscorefonts-installer"
|
extras.ttf.packages = "ttf-mscorefonts-installer"
|
||||||
|
|
||||||
extras.onlyoffice.repo = "https://download.onlyoffice.com/repo/debian squeeze main"
|
extras.onlyoffice.repo = "https://download.onlyoffice.com/repo/debian squeeze main"
|
||||||
extras.onlyoffice.key = "https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE"
|
extras.onlyoffice.key = "https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE"
|
||||||
|
|
Loading…
Add table
Reference in a new issue