frappe_docker/.github/workflows
ubden 0ac9cd8a94 fix: Change port from 8088 back to 8080 (standard Frappe port for SSL)
Port changes:
- HTTP_PORT: 8088 → 8080 (default Frappe port)
- All documentation updated to reflect port 8080
- GitHub Actions tests updated to port 8080
- SSL works correctly with standard port 8080 in Dokploy

Reason:
- Port 8080 is the standard Frappe frontend port
- Dokploy SSL/HTTPS works better with default port
- Consistent with Frappe conventions

Files updated:
- README.md
- dokploy/README.md
- dokploy/QUICKSTART.md
- dokploy/DEPLOYMENT.md
- dokploy/SSL_SETUP.md
- dokploy/SUMMARY.md
- dokploy/CHANGELOG.md
- dokploy/CHECKLIST.md
- dokploy/docker-compose.yml
- .github/workflows/build-dokploy.yml

SSL/HTTPS:
- Dokploy handles SSL termination on port 443
- Internal communication uses port 8080
- HTTPS redirect automatic
- Let's Encrypt auto-renewal
2025-10-14 09:33:46 +03:00
..
build-dokploy.yml fix: Change port from 8088 back to 8080 (standard Frappe port for SSL) 2025-10-14 09:33:46 +03:00
build_bench.yml chore(deps): bump docker/bake-action from 6.8.0 to 6.9.0 (#1681) 2025-08-29 05:37:31 +05:30
build_develop.yml Upgrade node version (#1706) 2025-09-16 12:39:26 +05:30
build_stable.yml chore(deps): bump actions/setup-python from 5 to 6 (#1692) 2025-09-08 07:29:33 +05:30
docker-build-push.yml chore(deps): bump actions/setup-python from 5 to 6 (#1692) 2025-09-08 07:29:33 +05:30
lint.yml chore(deps): bump actions/setup-python from 5 to 6 (#1692) 2025-09-08 07:29:33 +05:30
pre-commit-autoupdate.yml chore(deps): bump actions/checkout from 4 to 5 (#1677) 2025-08-29 05:36:27 +05:30
stale.yml chore(deps): bump actions/stale from 9 to 10 (#1693) 2025-09-08 07:30:06 +05:30
tag-release.yml feat: Enhance Dokploy with automated release workflows and documentation updates 2025-10-13 23:02:01 +03:00