docker-erpnext/variables.json
2021-10-08 09:38:58 +08:00

77 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "template",
"trademark": "ONLYOFFICE",
"installpath": "/data/wwwroot/onlyoffice",
"compose_file": "docker-compose-production.yml",
"env_file": ".env_all",
"requirements":{
"cpu_arch": "Linux x86-64, ARM 32/64, Windows x86-64, IBM POWER8, x86/i686",
"cpu": "2",
"memory": "4",
"disk": "20",
"swap": "2",
"url": "https://github.com/onlyoffice/docker#recommended-system-requirements"
},
"user": {
"username": "admin",
"password": "123456"
},
"services":[
{
"name": "onlyoffice-server",
"port": "9002",
"description_cn": "浏览器访问 ONLYOFFICE",
"description_en": "Web-GUI database management tool",
"required": "Y"
},
{
"name": "phpmyadmin",
"port": "9090",
"description_cn": "数据库可视化管理工具",
"description_en": "Web-GUI database management tool",
"required": "Y"
}
],
"command_comments":[
{
"comment_cn": ".env文件的SITE_NAME需要修改成公网IP或者域名才能被外网访问",
"comment_en": ".env file's [SITE_NAME] should be changed to public IP or domain name to be accessed by Internet"
},
{
"comment_cn": "默认启动的是ERPNext12如果您想运行ERPNext13,只需将ERPNEXT_VERSION、FRAPPE_VERSION修改成v13",
"comment_en": "The default startup is erpnext12. If you want to run erpnext13, you only need to change ERPNEXT_VERSION/FRAPPE_VERSIO to V13"
}
],
"command_extra":[
{
"cmd": "echo aaa"
},
{
"cmd": "echo bbb"
}
],
"faqs": [
{
"question_cn": "问题1",
"answer_cn": "答案1",
"question_en": "question1",
"answer_en": "answer1"
},
{
"question_cn": "问题2",
"answer_cn": "答案2",
"question_en": "question2",
"answer_en": "answer2"
}
]
}