399e7d5b89
add pwa setup, deploy script, fix build configuration
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 14:44:41 +01:00
de812a0fd1
archive legacy code, begin clean rewrite
...
legacy branch preserves all prior code.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 12:58:11 +01:00
11c3f141d5
clean up code
2026-02-06 23:18:13 +01:00
c48878b86c
remove all Cloudflare Workers references and cleanup
...
Removed:
- workers/ directory (Cloudflare Worker scripts)
- public/workers/ (Worker scripts in public)
- Cloudflare setup documentation
- workerUrl from Database and ConfigService interfaces
- Outdated documentation files (ARCHITECTURE, IMPLEMENTATION-SUMMARY, QUICK-START)
- IOS-WEB-STRATEGY.md
Updated:
- README.md - now focuses on Uberspace deployment only
- ConfigService.getApiUrl() - removed workerUrl parameter
- SettingsDetailPage - removed config.workerUrl usage
- Database.DbConfig - removed workerUrl and cloudflare fields
The app now uses only Uberspace for both frontend and backend.
No more multi-deployment complexity.
Co-Authored-By: Claude <noreply@anthropic.com >
2026-02-06 21:34:38 +01:00
86da0feb1b
add .htaccess for SPA routing support
...
Fix 404 errors on page refresh by redirecting all non-file/non-API
requests to index.html for client-side routing.
Co-Authored-By: Claude <noreply@anthropic.com >
2026-02-06 21:30:49 +01:00
576c171a98
clean up: remove GitHub Pages & Cloudflare Workers, deploy to Uberspace
...
All-in-one Uberspace deployment:
- Backend: Node.js Express on port 3000 (/api/*)
- Frontend: Static files served by Apache (/)
- URL: https://wtp.uber.space
Removed:
- GitHub Actions workflow
- Cloudflare Worker setup service
- CloudflareSetupPage component
- CloudflareService
- 404.html (GitHub Pages redirect)
- Cloudflare menu item from Settings
Simplified:
- Use VITE_BASE_PATH and VITE_API_URL for config
- Single deployment target (no multi-env complexity)
Co-Authored-By: Claude <noreply@anthropic.com >
2026-02-06 21:24:42 +01:00
ceabfa4848
add automatic Cloudflare Worker deployment via in-app wizard
2026-02-06 19:25:14 +01:00
2dc91ef111
fix routing, add PWA support for standalone mode
2026-02-06 18:05:20 +01:00
83ffd6212e
add working settings for steam
2026-02-05 12:06:25 +01:00