I had a migration from a 1.7.4 server to 1.8.1 and the old server mysql dumb wasn't working. This uses an app code to access both and copies configurations between them.
- Python 100%
Relocates all Python modules into app/ for tidier repo structure; flat imports still resolve since scripts add their own directory to sys.path (verified: recompiles and re-validates cleanly from the new location). Audited every module for exposed private info -- none of the .py files ever hardcoded real hostnames, IPs, or org-identifying data (everything real was already routed through env vars). Generalized .env.example and docs/ instead, where real detail had leaked in: real hostnames, internal site/cloud-provider section names, and default-install demo names are now generic placeholders. Technical content (bugs found, field-stripping rules, auth mode, etc.) is unchanged. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| app | ||
| docs | ||
| .env.example | ||
| .gitignore | ||
| CHANGELOG.md | ||
| requirements.txt | ||