7 Commits

Author SHA1 Message Date
Tudor Stanciu
bb19edd7e3 feat: add health check endpoint for Docker compatibility 2025-10-05 01:43:58 +03:00
Tudor Stanciu
c546a3c1a0 refactor: add logging configuration with adjustable log levels and update related documentation 2025-10-05 00:20:20 +03:00
Tudor Stanciu
a1a7da1b41 refactor: update VITE_API_URL configuration and enhance path handling in API service 2025-10-04 18:31:18 +03:00
Tudor Stanciu
1d6eb6e5a6 refactor: add ENABLE_HTTPS_SECURITY environment variable and update security middleware to toggle headers based on its value 2025-10-04 03:24:15 +03:00
Tudor Stanciu
88f15392e7 refactor: update MaxMind database path from /usr/share/GeoIP to /usr/share/maxmind in configuration files and documentation 2025-10-04 01:00:13 +03:00
Tudor Stanciu
900a6e05a4 refactor: update default port from 3000 to 5172 across configuration files and documentation 2025-10-04 00:27:05 +03:00
Tudor Stanciu
345ed9c68c Merged PR 109: Bitip project initialization - GeoIP lookup service with frontend interface
- feat: Implement GeoIP lookup service with frontend interface
- feat: Add dotenv dependency and configure environment variables; update rate limiter response handling
- refactor: Remove development Dockerfile and docker-compose for streamlined setup; update GeoIP service to use new MaxMind types
- chore: update dependencies and ESLint configuration
- feat: Add documentation for breaking changes and package updates after major version upgrades
- feat: Add environment configuration files and update module imports for ES module support
- feat: Update nodemon configuration and add register script for ES module support
- feat: Add .gitattributes file to enforce LF line endings and define text/binary file types
- feat: Implement graceful shutdown with timeout and update nodemon configuration
- feat: Update environment configuration and add detailed configuration guide
- feat: add frontend origin validation and update rate limits
- feat: add versioning arguments and detailed OCI image labels to Dockerfile
- feat: add version and release notes endpoints, update frontend to display release notes
- feat: Refactor App component to use React Router for navigation
- feat: Update navigation styles and remove unused type definitions for react-router-dom
- feat: Generate runtime configuration for frontend and serve env.js
- feat: Update dependencies, enhance ESLint configuration, and improve Vite setup
- refactor: Remove ensureTrailingSlash function and simplify basePath assignment in Vite config
2025-10-02 22:59:22 +00:00