mirror of
https://github.com/YunoHost-Apps/ofbiz_ynh.git
synced 2024-09-03 19:46:33 +02:00
Cleanup manifestv2
This commit is contained in:
parent
21767e3133
commit
42e4320d36
4 changed files with 15 additions and 27 deletions
|
@ -1,21 +0,0 @@
|
|||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/catalog"
|
||||
admin="john"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_root=0
|
||||
setup_nourl=0
|
||||
setup_private=0
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
#upgrade=1 from_commit=CommitHash
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
1
doc/DESCRIPTION.md
Normal file
1
doc/DESCRIPTION.md
Normal file
|
@ -0,0 +1 @@
|
|||
Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Management and Manufacturing Resource Planning. OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions.
|
|
@ -1,10 +1,12 @@
|
|||
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
||||
|
||||
packaging_format = 2
|
||||
|
||||
id = "ofbiz"
|
||||
name = "OFBiz"
|
||||
description.en = "Apache-OFBiz ERP"
|
||||
|
||||
version = "18.12.07~ynh1"
|
||||
version = "18.12.07~ynh2"
|
||||
|
||||
maintainers = ["JulienNICOLAS"]
|
||||
|
||||
|
@ -20,7 +22,6 @@ architectures = "all"
|
|||
multi_instance = false
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
|
@ -35,10 +36,12 @@ ram.runtime = "50M"
|
|||
type = "user"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://dlcdn.apache.org/ofbiz/apache-ofbiz-18.12.07.zip"
|
||||
sha256 = "b3f7b23167cae3ccc96c3d088e42c8df600485b8b7f88ac63b834a82e19fa5de"
|
||||
[resources.sources.main]
|
||||
url = "https://dlcdn.apache.org/ofbiz/apache-ofbiz-18.12.07.zip"
|
||||
sha256 = "b3f7b23167cae3ccc96c3d088e42c8df600485b8b7f88ac63b834a82e19fa5de"
|
||||
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
autoupdate.version_regex = "^release(.*)$"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
@ -50,7 +53,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "openjdk-11-jdk, postgresql"
|
||||
packages = ["openjdk-11-jdk", "postgresql"]
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
||||
|
||||
test_format = 1.0
|
||||
|
||||
[default]
|
Loading…
Reference in a new issue