mirror of
https://github.com/YunoHost-Apps/ofbiz_ynh.git
synced 2024-09-03 19:46:33 +02:00
64 lines
1.4 KiB
TOML
64 lines
1.4 KiB
TOML
#: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~ynh2"
|
|
|
|
maintainers = ["JulienNICOLAS"]
|
|
|
|
[upstream]
|
|
license = "Apache-2.0"
|
|
website = "https://ofbiz.apache.org"
|
|
userdoc = "https://cwiki.apache.org/confluence/display/OFBIZ/Documentation"
|
|
code = "https://github.com/apache/ofbiz-framework"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
|
|
ldap = false
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://archive.apache.org/dist/ofbiz/apache-ofbiz-18.12.07.zip"
|
|
sha256 = "b3f7b23167cae3ccc96c3d088e42c8df600485b8b7f88ac63b834a82e19fa5de"
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
autoupdate.version_regex = "^release(.*)$"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.allowed = "admins"
|
|
|
|
[resources.apt]
|
|
packages = [ "postgresql"]
|
|
packages_from_raw_bash = """
|
|
if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then
|
|
echo "openjdk-11-jre";
|
|
elif [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then
|
|
echo "openjdk-17-jre";
|
|
fi
|
|
"""
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|