Commit Graph

2 Commits

Author SHA1 Message Date
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