06c63037f1
feat: Add SMTP mail sending feature via msmtp
...
Helm Chart Release / release-chart (push) Successful in 5s
PHPアプリケーションからSMTP経由でメール送信を行う機能を追加。
msmtpをPHP-FPMコンテナに統合し、mail()関数で直接利用可能。
Features:
- STARTTLS(port 587)とSSL/TLS(port 465)に対応
- 送信元アドレスは固定だがPHPで上書き指定可能
- パスワードはKubernetes Secretで安全に管理
- 自己署名証明書対応オプション
- Gmail、Office365など一般的なSMTPサーバーに対応
Changes:
- values.yaml: smtp設定セクションを追加
- templates/secret-smtp.yaml: パスワード管理用Secret
- templates/configmap-smtp.yaml: msmtprc設定ファイル生成
- templates/configmap-smtp.yaml: PHPヘルパークラス(SmtpConfig)
- templates/deployment.yaml: msmtpインストールと設定
- README.md: SMTP設定パラメータ表と使用例を追加
Protocol support:
- auto: 自動判定(推奨)
- starttls: SMTP + STARTTLS(ポート587)
- tls: SSL/TLS(ポート465)
PHP Usage:
SmtpConfig::init();
mail($to, $subject, $body);
// または別の送信者で上書き
SmtpConfig::mail($to, $subject, $body, $headers, 'custom@example.com ');
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-24 10:44:12 +09:00
GitHub Actions Bot
adc9ce5934
chore: update to PHP 8.5.3, nginx 1.29.5-alpine-perl, selenium 144.0-chromedriver-144.0
2026-02-16 02:00:39 +00:00
GitHub Actions Bot
c31ee5ce93
chore: update to PHP 8.5.2, nginx 1.29.5-alpine-perl, selenium 144.0-chromedriver-144.0
2026-02-10 03:47:43 +00:00
02696fc55e
feat: Add Real IP forwarding feature for bare-metal clusters
...
Helm Chart Release / release-chart (push) Successful in 12s
ベアメタルKubernetesクラスターやLoadBalancer環境において、
PHP側で訪問者の実IPアドレスを取得できる機能を追加。
Changes:
- Add nginx.forwardRealIP configuration in values.yaml
- Implement real_ip_header and set_real_ip_from in Nginx config
- Pass real IP info to PHP-FPM via fastcgi_param
- Add usage example and documentation in README.md
- Create test-real-ip.php for verification
- Update chart version to 8.5.2-a
Features:
- Compatible with existing customConfig.snippet
- Configurable trusted proxy networks
- Supports multi-tier proxy with recursive option
- Default disabled for backward compatibility
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-10 09:21:55 +09:00
6c4f7c0bf2
Composer対応
Helm Chart Release / release-chart (push) Successful in 17s
2026-02-06 01:20:27 +00:00
GitHub Actions Bot
3ced61563a
chore: update to PHP 8.5.2, nginx 1.29.4-alpine-perl, selenium 144.0-chromedriver-144.0
2026-01-26 02:00:35 +00:00
GitHub Actions Bot
80d248ad10
chore: update to PHP 8.5.2, nginx 1.29.4-alpine-perl, selenium 143.0-chromedriver-143.0
2026-01-19 02:00:30 +00:00
GitHub Actions Bot
9e44c92824
chore: update to PHP 8.5.1, nginx 1.29.4-alpine-perl, selenium 143.0-chromedriver-143.0
2026-01-10 11:14:01 +00:00
c5b8c05715
values.yaml を更新
2025-09-11 07:35:58 +00:00
79308adbbc
values.yaml を更新
2025-08-29 03:21:43 +00:00
2b3923db0c
values.yaml を更新
2025-07-05 04:28:15 +00:00
b26776fde2
"/" にファイルをアップロード
2025-07-04 06:23:04 +00:00