Commit Graph

5 Commits

Author SHA1 Message Date
Riyadh 1cef84bc23 Disable unwanted default applications and clean up related scripts
Remove `enable-default-apps.ts` script, add `disable-deprecated-apps.ts`, update seeding logic in `seed.ts` to set `isActive` to false for documents, and modify `DOCKER.md` and `scripts/package.json` accordingly.
2026-05-18 07:18:15 +00:00
Riyadh 61701b422c Enable calendar and notification apps by default
Add a new script to enable the calendar and notification applications by default, along with documentation updates.
2026-05-17 15:19:51 +00:00
Riyadh cb894f7baa Add automatic build version generation from git
Implement a script to automatically generate build version information from git commit hash and date, updating version.json and creating latest.json.
2026-05-17 15:16:02 +00:00
Riyadh b75274b580 Add secure generation and display of initial user credentials
Add logic to `start.sh` to generate and display initial admin and user passwords, and update `docker-compose.yml` to use these generated passwords.
2026-05-13 19:54:24 +00:00
Riyadh 7fcf516141 Set up Docker environment for local development and deployment
Configure Docker Compose, Dockerfiles for API and web servers, and a startup script to enable local development and deployment of the application.
2026-05-13 19:47:05 +00:00