4 Commits

Author SHA1 Message Date
5d6faef880 fix: Ensure static web content is properly deployed and served
- Added UseDefaultFiles middleware to serve index.html by default
- Explicitly copy wwwroot contents during installation
- Added checks in test script to verify static content
- Added fallback to /index.html endpoint if root path doesn't respond
- Enhanced test script to diagnose and fix common deployment issues

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-12 22:27:19 +00:00
573031fcc9 fix: Ensure app runs as framework-dependent with proper runtimeconfig.json
- Added correct runtimeconfig.json for Microsoft.AspNetCore.OpenApi reference
- Fixed systemd service to specify correct working directory and environment
- Set explicit --no-self-contained and framework target for publishing
- Added test-installation.sh script for easy verification
- Fixed libhostpolicy.so error when running as a service

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-12 22:20:42 +00:00
b6d7183094 Simplify installation script and project dependencies 2025-03-12 22:02:37 +00:00
96f95f228f Add one-click installation script and fix MetricsService 2025-03-12 20:56:40 +00:00