https://github.com/yosef-alsabbah/docker-erpnext-cookbook
A collection of step-by-step solutions and configuration tips for running ERPNext/Frappe on Docker, from SSL redirection to Dropbox OAuth integration.” “Hands-on guides and scripts for common ERPNext Docker pitfalls—SSL, Bench config, OAuth callbacks, and more.
https://github.com/yosef-alsabbah/docker-erpnext-cookbook
devops docker dropbox erpnext frappe gitops how-to oauth2 ssl treafik troubleshooting
Last synced: about 1 month ago
JSON representation
A collection of step-by-step solutions and configuration tips for running ERPNext/Frappe on Docker, from SSL redirection to Dropbox OAuth integration.” “Hands-on guides and scripts for common ERPNext Docker pitfalls—SSL, Bench config, OAuth callbacks, and more.
- Host: GitHub
- URL: https://github.com/yosef-alsabbah/docker-erpnext-cookbook
- Owner: Yosef-AlSabbah
- License: mit
- Created: 2025-07-10T11:57:47.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-08-07T11:31:48.000Z (about 2 months ago)
- Last Synced: 2025-08-07T13:21:35.557Z (about 2 months ago)
- Topics: devops, docker, dropbox, erpnext, frappe, gitops, how-to, oauth2, ssl, treafik, troubleshooting
- Homepage:
- Size: 40 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Docker-ERPNext-Cookbook
A curated set of Markdown guides and recipes to deploy, configure, and troubleshoot ERPNext using Docker Compose.
All documentation lives in the `docs/` folder. Click the links below to view each detailed guide:
## Table of Contents
* [ERPNext Docker Deployment Guide](docs/ERPNext%20Docker%20Deployment%20Guide.md)
* [Docker Cleanup Guide](docs/Docker%20Cleanup%20Guide.md)
* [Docker Compose V2 Setup](docs/Docker%20Compose%20V2%20Setup.md)
* [Dropbox Integration for ERPNext](docs/Dropbox%20Integration%20for%20ERPNext.md)
* [Troubleshooting: Invalid `redirect_uri` Error](docs/Dropbox-Error-Troubleshooting.md)## Contributing
Contributions are welcome! To add a new guide or improve an existing one:
1. Fork this repository.
2. Create or update Markdown files in the `docs/` folder.
3. Submit a pull request with your changes.## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.
*Last updated: July 2025*