#: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.16~ynh1" 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://github.com/apache/ofbiz-framework/archive/refs/tags/release18.12.16.tar.gz" sha256 = "fa5573c6e5157d87e964755dac0effaab1ef980f7d046bb9d988ff09388c621a" 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"