All notable changes to SajiloCloud are documented here.
Format based on Keep a Changelog. This project is proprietary - see LICENSE.
- Initial public repository release of SajiloCloud.
- Complete documentation suite under
docs/: - Dummy-proof quickstart, installation, and running guides
- Networking &
.localdomains guide - Full configuration and API references
- Deployment, troubleshooting, FAQ, and developer guides
- Community health files:
CONTRIBUTING.md,CODE_OF_CONDUCT.md,SECURITY.md. - GitHub templates: bug report, feature request, pull request.
- CI workflow (Python syntax check + dependency sanity).
requirements.txtdependency manifest andconfig.json.example.- Proprietary license declaration.
start_server.batpreviously hardcodedcd /d E:\Server; now resolves to the script's own directory (%~dp0) so it works from any clone location.start_server.batandstart_servers.batnow show a friendly error and exit when Python is not installed or not onPATH..gitignore: corrected!data/.geetkeep->!data/.gitkeep..gitignore:Home/server-icons/(file-type icons) now tracked instead of ignored..gitignore: virtual environments and editor backup files are now ignored.- File uploads no longer depend on the
cgimodule (removed in Python 3.13). A streaming multipart parser replacescgi.FieldStorage, so the server now runs on Python 3.7 through 3.14+.
- HTTPS support via reverse-proxy guide.
- User accounts & per-user folders.
- Upload resumable / chunked support.
- Docker deployment recipe.