mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
cleaning
This commit is contained in:
parent
9a7658b5b2
commit
5f1edb6e58
2 changed files with 2 additions and 28 deletions
|
@ -1,26 +0,0 @@
|
|||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
is_public=1
|
||||
nextclouddomain="domain.tld"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=2be500cb4251cc1209ae36c7f0668aa17be230aa
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=2be500cb4251cc1209ae36c7f0668aa17be230aa
|
||||
name=Merge pull request #72 from YunoHost-Apps/testing
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
|
@ -16,7 +16,7 @@ demo = "https://www.onlyoffice.com/fr/download-desktop.aspx"
|
|||
code = "https://github.com/ONLYOFFICE/DocumentServer"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.18"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = ["arm64", "amd64"]
|
||||
multi_instance = false
|
||||
ldap = "not_relevant"
|
||||
|
@ -64,7 +64,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[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.key = "https://ftp-master.debian.org/keys/release-bullseye.asc"
|
||||
|
|
Loading…
Add table
Reference in a new issue