- nginx real_ip_header X-Real-IP: access log and PHP now see true client IPs
- pf: HTTP open to all (WAF on NPM handles filtering)
- sibiu-independent-tweaks: si_purge_nginx_homepage_cache() hook deletes
homepage fastcgi cache file on post publish/unpublish — fixes stale
content for anonymous (mobile) users
- SSH config: updated to direct Tailscale IPs, removed old migration proxy
- sibiuindependent.ro.MD: documented issues 9-11 and fixes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Renamed README.md to sibiuindependent.ro.MD
- Status updated to LIVE as of 2026-05-31
- All open items resolved and documented
- Added post-cutover issues & fixes section (8 issues):
SimpleXML/WPS3Media, Perfmatters login URL, InformatiQ-Toolkit
301→example.com, empty permalink_structure, Redis plugin inactive,
backup cron wrong format, Redis maxmemory unbounded, nginx missing webp
- Updated pf rules (zamolxis HTTP locked to NPM 100.89.238.4)
- Corrected decebal crontab format (no user field in user crontab)
- Current performance metrics from 2026-05-31 health check
- Deployment status table with all items checked
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- decebal fully deployed: MySQL 8.4.9 running, app user created
(sql_sibiuindepen@100.115.128.41), backup cron installed
- ZFS pool 'data' ONLINE on /dev/da1, data/mysql at /var/db/mysql
- pf active: 3306 allowed from 100.115.128.41 only
- zamolxis -> decebal MySQL connectivity verified
- README: replace all Tailscale IP placeholders with actuals
(zamolxis 100.115.128.41, decebal 100.67.166.29)
- README: fix PHP extension package names (pecl-imagick, pecl-redis;
opcache bundled in base php85)
- README: fix nginx if operator (no != support in nginx if blocks)
- README: update my.cnf to deployed config (innodb_redo_log_capacity,
innodb_buffer_pool_instances, slow query log, sql_mode)
- README: update pf configs to deployed rulesets (both nodes)
- README: update backup script to deployed version with .my.cnf auth
- README: add deployment status table, resolve open items
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>