tractatus/public
TheFlow 426fde1ac5 feat(infra): semantic versioning and systemd service implementation
**Cache-Busting Improvements:**
- Switched from timestamp-based to semantic versioning (v1.0.2)
- Updated all HTML files: index.html, docs.html, leader.html
- CSS: tailwind.css?v=1.0.2
- JS: navbar.js, document-cards.js, docs-app.js v1.0.2
- Professional versioning approach for production stability

**systemd Service Implementation:**
- Created tractatus-dev.service for development environment
- Created tractatus-prod.service for production environment
- Added install-systemd.sh script for easy deployment
- Security hardening: NoNewPrivileges, PrivateTmp, ProtectSystem
- Resource limits: 1GB dev, 2GB prod memory limits
- Proper logging integration with journalctl
- Automatic restart on failure (RestartSec=10)

**Why systemd over pm2:**
1. Native Linux integration, no additional dependencies
2. Better OS-level security controls (ProtectSystem, ProtectHome)
3. Superior logging with journalctl integration
4. Standard across Linux distributions
5. More robust process management for production

**Usage:**
  # Development:
  sudo ./scripts/install-systemd.sh dev

  # Production:
  sudo ./scripts/install-systemd.sh prod

  # View logs:
  sudo journalctl -u tractatus -f

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 09:16:22 +13:00
..
about feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
admin feat: change license from MIT to Apache License 2.0 2025-10-07 23:43:20 +13:00
css feat: fix CSP violations & implement three audience paths 2025-10-07 12:21:00 +13:00
demos feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
images feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
koha feat: add Koha pre-production deployment configuration 2025-10-08 21:00:54 +13:00
about.html feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
advocate.html feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
api-reference.html feat: change license from MIT to Apache License 2.0 2025-10-07 23:43:20 +13:00
case-submission.html feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
check-version.html feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
docs-viewer.html feat: change license from MIT to Apache License 2.0 2025-10-07 23:43:20 +13:00
docs.html feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
implementer.html feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
index.html feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
koha.html feat: add Koha pre-production deployment configuration 2025-10-08 21:00:54 +13:00
leader.html feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
media-inquiry.html feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
privacy.html feat: add multi-currency support and privacy policy to Koha system 2025-10-08 15:17:23 +13:00
researcher.html feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00