Conversation
Owner
byjg
commented
Nov 14, 2025
This commit introduces a comprehensive, modern HTML landing page that showcases the features and configuration options of the ByJG PHP Docker images. Changes: - Created assets/index.html with responsive design featuring: - Overview of key features (lightweight, 45+ extensions, multi-architecture) - Complete list of pre-installed PHP extensions - Documentation of all environment variables with usage examples - Quick start examples for common scenarios - Link to phpinfo() page for detailed PHP configuration - Links to full documentation and GitHub repository - Updated generator/__init__.py to copy index.html in build process: - build_fpm_apache(): Copy index.html to Apache web root - build_fpm_nginx(): Copy index.html to Nginx web root - build_nginx(): Copy index.html to Nginx web root - Modified templates to place index.html in correct web root: - php-fpm-apache.j2: /var/www/localhost/htdocs/ - php-fpm-nginx.j2: /var/www/html/ - php-nginx.j2: /var/www/html/ The landing page provides users with immediate access to documentation and configuration guidance when they first run their containers.
Refactored build scripts to process `index.html` with build-time variables for dynamic content. Updated `index.html` with enhanced styling, examples, and placeholders. Adjusted Nginx and Apache templates to replace `cp` with `mv` for `index.html`. Upgraded dependencies in `requirements.txt`.
Refactored build scripts to process `index.html` with build-time variables for dynamic content. Updated `index.html` with enhanced styling, examples, and placeholders. Adjusted Nginx and Apache templates to replace `cp` with `mv` for `index.html`. Upgraded dependencies in `requirements.txt`.
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.