11 Commits
Author SHA1 Message Date
cbazza 94d02736f7 ci: add automated Gitea Actions deployment workflow for Synology NAS
Build and Deploy to Synology NAS / test (push) Failing after 1h20m56s
Build and Deploy to Synology NAS / build (push) Failing after 11m7s
Build and Deploy to Synology NAS / deploy (push) Has been cancelled
Build and Deploy to Synology NAS / notify (push) Has been cancelled
- Add Gitea Actions workflow for automated build and deployment
- Add deployment script for Synology NAS
- Add Docker Compose configurations for production deployment
- Add Gitea runner setup
- Add comprehensive documentation for CI/CD setup
- Add health check endpoint for deployment verification
- Update .gitignore for CI/CD artifacts
2025-12-17 13:02:38 +01:00
cbazza b33ca76667 chore: project cleanup - remove unused dependencies and routes
- Remove unused axios package and 22 dependencies
- Fix 2 moderate npm security vulnerabilities
- Remove test route /test-zweite-db (no longer needed)
- Remove unused DB facade import from routes/web.php

This cleanup reduces bundle size and improves maintainability.
2025-11-21 12:05:52 +01:00
cbazza 976af0f2e6 Build functions/ jobs for data_pool and transformation 2025-11-17 15:27:21 +01:00
cbazza 46820e9515 Migration & Datapool created with job and scheduler backend->frontend(public) schema 2025-11-16 22:28:42 +01:00
cbazza 0d534f5013 fix: added upload formular, reorganized some files and put them into a new folder misc 2025-11-13 16:21:26 +01:00
Bob Molitor 95bd7782b4 add companies transaction page 2025-10-24 07:14:37 +02:00
Bob Molitor aa23eec392 pint/lint 2025-10-20 22:10:08 +02:00
Bob Molitor d17b90bcb9 Add Transaction View 2025-10-20 20:48:48 +02:00
cbazza d7fc25def6 pgsql db connection and testing route added 2025-10-20 09:53:34 +02:00
cbazza d0574f4d91 Company Search added 2025-10-17 09:20:35 +02:00
Bob Molitor 81a98dd9f4 Set up a fresh Laravel app 2025-10-16 14:22:46 +02:00