Commit Graph

4 Commits

Author SHA1 Message Date
BeauTroll
bddadc867b Make USER_UID and USER_GID configurable via environment variables
Allow overriding user and group IDs through environment variables with sensible defaults (1000), providing flexibility for different host system configurations.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-17 05:59:46 +01:00
BeauTroll
eaf055ccba Make registration and signin view configurable via environment variables
Changed DISABLE_REGISTRATION and REQUIRE_SIGNIN_VIEW from hardcoded values to environment variables with sensible defaults (false), allowing deployment-specific configuration without code changes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-17 04:53:47 +01:00
BeauTroll
6cb3d4239e Restructure project following production-ready standards
- Add comprehensive docker-compose configuration with health checks
- Create Makefile with 16 utility commands for easy management
- Implement robust backup/restore/update scripts with error handling
- Add optimized PostgreSQL configuration for Gitea workload
- Enhance .env.example with clear dev/prod sections and documentation
- Create comprehensive README with installation, configuration, and maintenance guides
- Improve .gitignore to exclude all sensitive and generated files
- Add Redis persistence (AOF) and memory limits
- Configure service dependencies with health conditions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-16 19:12:43 +01:00
theo
7b6ba15d8f Add env file 2025-12-16 18:48:15 +01:00