1. Removed IP detection script from variables.json - eliminated the websoft9.com script dependency 2. Updated README.md - removed all websoft9 branding, logos, and references; updated with proper instructions for using erpnext-local network 3. Deleted Chinese documentation - removed README-zh.md file 4. Updated CLAUDE.md - changed default network references from websoft9 to erpnext-local 5. Removed GitHub workflows - deleted templating.yml and mirror.yml that had websoft9 dependencies 6. Updated bug report template - removed websoft9 references and updated for generic Docker deployment The project now uses erpnext-local as the Docker network throughout, and all external dependencies on websoft9 have been eliminated. The .env file already had the correct network configuration.
24 lines
492 B
JSON
24 lines
492 B
JSON
{
|
|
"name": "erpnext",
|
|
"trademark": "ERPNext",
|
|
"compose_file": "docker-compose.yml",
|
|
"env_file": ".env",
|
|
"fork_url": "https://github.com/frappe/frappe_docker.git",
|
|
"requirements":{
|
|
"cpu_arch": "Linux x86-64, ARM 32/64, Windows x86-64, IBM POWER8, x86/i686",
|
|
"cpu": "2",
|
|
"memory": "8",
|
|
"disk": "20",
|
|
"swap": "2",
|
|
"url": "https://github.com/frappe/bench"
|
|
},
|
|
|
|
"user": {
|
|
"username": "Administrator",
|
|
"password": "admin"
|
|
},
|
|
"command_extra":[]
|
|
|
|
|
|
}
|