4 Commits

Author SHA1 Message Date
03be2342d1 Enable .htaccess support in Apache container
All checks were successful
WHP Default Container / Build-and-Push (push) Successful in 14s
- Modified Dockerfile to set AllowOverride All for htdocs directory
- Enabled mod_rewrite module for common .htaccess functionality
- Added CLAUDE.md with project documentation

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-23 19:08:06 -07:00
da058d92dc Remove the default index.html
All checks were successful
WHP Default Container / Build-and-Push (push) Successful in 11s
2025-07-12 21:44:24 -07:00
cbf04f1439 Remove the default index.html
All checks were successful
WHP Default Container / Build-and-Push (push) Successful in 35s
2025-07-12 21:42:24 -07:00
eaeb64c3ed Initial setup: Web hosting default container with auto-landing page
All checks were successful
WHP Default Container / Build-and-Push (push) Successful in 11s
- Added Dockerfile with Apache base image
- Created beautiful web hosting landing page (index.html)
- Added startup script to check for content and copy default page
- Set up Gitea workflow for automatic builds
- Updated README with comprehensive documentation

The container automatically provides a professional landing page when the web directory is empty, focusing on web hosting features and guiding users to configure their site through the Web Hosting Panel.
2025-07-12 11:03:43 -07:00