♫ Devotional Update Node • Production Ready
Pugazhosai Hymns Frontend Update Container
This instance is the dedicated Frontend NGINX update node for the Pugazhosai Christian Devotional Hymns application — praise and worship songs & hymns in Tamil (தை script), English, and Kannada.
Static content (HTML, CSS, JS, song documents, hymnal assets) is served directly from /var/www/html on Debian 12.
Build steps are bypassed for instant delta sync while preserving the runtime config.js, environment secrets, and directory permissions.
🇮🇳 Tamil (தமிழ்)
🇬🇧 English
🇮🇳 Kannada (ಕನ್ನಡ)
Project
Pugazhosai Hymns
Content Type
Worship • Hymnal
Engine / Webroot
NGINX • /var/www/html
Image Version
1.2.0-fe-nginx-pugazh
scm_repository_endpoints
Git SSH SCM Endpoint
ssh://git@scm1.mnsp.co.in:2221/infra_pugazhosai/fe-nginx-updateapp.git
Git HTTPS SCM Endpoint
https://scm1.mnsp.co.in/infra_pugazhosai/fe-nginx-updateapp.git
📋
Version Changelog & Release History
v1.2.0 Latest
v1.2.0-pugazh
2026-08-31
- Refactored frontend UI for Pugazhosai Christian Devotional Hymns application
- Updated branding: Amber/Gold/Rose devotional theme; logo PH; language chips (Tamil, English, Kannada)
- SCM endpoints updated to
infra_pugazhosai/fe-nginx-updateapp - Added Version Changelog widget for easy release identification
- Retained full infrastructure stack: NGINX, OpenSSH, Redis, Supervisord
config.jsand.envexclusions preserved on all syncs
v1.1.0-ua
2026-08-01
- Initial User Authentications NGINX update container (fe-nginx-updateapp-ua)
- Dual-server CI/CD pipeline: SCM build server (192.168.10.42) + deploy host (192.168.10.43)
- External/internal NETWORK_MODE toggle for VPN and LAN deployments
- JWT / OIDC token inspector UI panel and Redis session cache simulator
- rsync excludes: config.js, .env, attachments/ — remote files preserved (no --delete)
v1.0.0-fe-nginx-init
2026-06-15
- Base image: Debian 12 slim + NGINX + supervisord + OpenSSH + Redis
- Static file serving from /var/www/html; rsync sync scripts established
- 03_update_patch.sh and 04_sync_source.sh lifecycle scripts introduced
- 99_audit_performance.sh NGINX & Redis diagnostics tooling added