1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ofbiz_ynh.git synced 2024-09-03 19:46:33 +02:00
ofbiz_ynh/manifest.toml

65 lines
1.4 KiB
TOML
Raw Normal View History

2024-03-22 15:07:19 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2024-01-10 12:50:39 +01:00
packaging_format = 2
id = "ofbiz"
name = "OFBiz"
description.en = "Apache-OFBiz ERP"
2024-03-22 15:07:19 +01:00
version = "18.12.07~ynh2"
2024-01-10 12:50:39 +01:00
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]
2024-03-22 15:07:19 +01:00
[resources.sources.main]
2024-03-22 17:37:47 +01:00
url = "https://archive.apache.org/dist/ofbiz/apache-ofbiz-18.12.07.zip"
sha256 = "b3f7b23167cae3ccc96c3d088e42c8df600485b8b7f88ac63b834a82e19fa5de"
2024-01-10 12:50:39 +01:00
2024-03-22 15:07:19 +01:00
autoupdate.strategy = "latest_github_tag"
autoupdate.version_regex = "^release(.*)$"
2024-01-10 12:50:39 +01:00
[resources.system_user]
[resources.install_dir]
[resources.ports]
[resources.permissions]
main.url = "/"
2024-03-22 15:23:28 +01:00
main.allowed = "admins"
2024-01-10 12:50:39 +01:00
[resources.apt]
2024-04-29 18:47:36 +02:00
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
"""
2024-01-10 12:50:39 +01:00
[resources.database]
type = "postgresql"