mirror of
https://github.com/YunoHost-Apps/ofbiz_ynh.git
synced 2024-09-03 19:46:33 +02:00
Merge branch 'testing' into ci-auto-update-18.12.12
This commit is contained in:
commit
0f90f3f038
6 changed files with 14 additions and 2 deletions
|
@ -20,6 +20,7 @@ Apache OFBiz is an open source product for the automation of enterprise processe
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 18.12.12~ynh1
|
**Shipped version:** 18.12.12~ynh1
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
- Official app website: <https://ofbiz.apache.org>
|
- Official app website: <https://ofbiz.apache.org>
|
||||||
|
|
|
@ -20,6 +20,7 @@ Apache OFBiz is an open source product for the automation of enterprise processe
|
||||||
|
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 18.12.12~ynh1
|
**Paketatutako bertsioa:** 18.12.12~ynh1
|
||||||
|
|
||||||
## Dokumentazioa eta baliabideak
|
## Dokumentazioa eta baliabideak
|
||||||
|
|
||||||
- Aplikazioaren webgune ofiziala: <https://ofbiz.apache.org>
|
- Aplikazioaren webgune ofiziala: <https://ofbiz.apache.org>
|
||||||
|
|
|
@ -20,6 +20,7 @@ Apache OFBiz is an open source product for the automation of enterprise processe
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 18.12.12~ynh1
|
**Version incluse :** 18.12.12~ynh1
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
- Site officiel de l’app : <https://ofbiz.apache.org>
|
- Site officiel de l’app : <https://ofbiz.apache.org>
|
||||||
|
|
|
@ -20,6 +20,7 @@ Apache OFBiz is an open source product for the automation of enterprise processe
|
||||||
|
|
||||||
|
|
||||||
**Versión proporcionada:** 18.12.12~ynh1
|
**Versión proporcionada:** 18.12.12~ynh1
|
||||||
|
|
||||||
## Documentación e recursos
|
## Documentación e recursos
|
||||||
|
|
||||||
- Web oficial da app: <https://ofbiz.apache.org>
|
- Web oficial da app: <https://ofbiz.apache.org>
|
||||||
|
|
|
@ -20,6 +20,7 @@ Apache OFBiz is an open source product for the automation of enterprise processe
|
||||||
|
|
||||||
|
|
||||||
**分发版本:** 18.12.12~ynh1
|
**分发版本:** 18.12.12~ynh1
|
||||||
|
|
||||||
## 文档与资源
|
## 文档与资源
|
||||||
|
|
||||||
- 官方应用网站: <https://ofbiz.apache.org>
|
- 官方应用网站: <https://ofbiz.apache.org>
|
||||||
|
|
|
@ -51,7 +51,14 @@ ram.runtime = "50M"
|
||||||
main.allowed = "admins"
|
main.allowed = "admins"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = ["openjdk-11-jdk", "postgresql"]
|
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]
|
[resources.database]
|
||||||
type = "postgresql"
|
type = "postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue