3 Commits

Author SHA1 Message Date
5fbbd16462 fix: add proper registry configuration
- Add valid config.yml for registry
- Mount config file in docker-compose.yml
- Fix configuration parsing error
2025-11-05 09:18:16 -08:00
fa2df647c6 refactor: simplify registry to basic setup
- Reduce to only registry:2 image
- Remove unnecessary configuration files
- Add basic .gitignore and env.example
- Keep only essential docker-compose configuration
2025-11-05 04:30:59 -08:00
d8bfde5796 refactor: restructure registry with auth and agent guidelines
- Add built-in authentication with Apache utils
- Add AGENTS.md for coding guidelines
- Enhance security with authentication enabled by default
- Remove unnecessary template files
- Simplify configuration and setup process
2025-11-05 04:11:21 -08:00