Devlopment - #96
Merged
Merged
Conversation
Adds MIT LICENSE, Docker/Postgres support, and hardens SecurityConfig for production, shifting the project from a college-assignment SaaS plan to a self-hosted open-source distribution. - Add LICENSE (MIT), matching what README already claimed - Add Dockerfile, docker-compose.yml, .dockerignore and .env.example so a stranger can run `docker compose up` and get a working instance - Add PostgreSQL driver + application-prod.properties (prod profile) as the self-hosted production datastore, keeping H2 for local dev - Gate H2 console exposure, CSRF exemption and disabled clickjacking protection behind spring.h2.console.enabled, instead of applying them unconditionally in every environment - Make the remember-me signing key configurable via env var instead of a hardcoded value now visible in a public repo - Remove a seeded demo admin account that used a real personal email and password, which would otherwise ship by default on every self-hosted deploy including public demos - Correct false marketing claims in about.html/contact.html (24/7 WhatsApp support, committed mobile app date) - Add /privacy and /terms pages reflecting the self-hosted model - Rewrite README with self-hosting quickstart, positioning, and a comparison against paid condo-management SaaS alternatives
Estabilizacao
Prepares the repo for external contributors ahead of the open-source release: CONTRIBUTING.md documents the dev workflow, screenshots give newcomers a visual overview, and the new test covers OcorrenciaController.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.