10 Commits

Author SHA1 Message Date
d4d886c91f feat: enhance Dockerfile and entrypoint for user permissions and environment variable handling
All checks were successful
Build and publish Docker image / build-and-push (release) Successful in 1m4s
1.1
2025-11-16 01:16:53 +01:00
0eccf479e6 feat: improve drag-and-drop functionality and fix counter layout 2025-11-16 00:02:28 +01:00
00da4d2abc feat: add example usage of docker-compose.yml to README
All checks were successful
Build and publish Docker image / build-and-push (release) Successful in 9s
1.0.1
2025-11-13 04:06:04 +01:00
1bc4b0fb50 feat: forgot to define some runtime environment variables in Dockerfile 2025-11-13 04:01:26 +01:00
768359ad62 feat: add Gitea Actions workflow for building and publishing Docker image to registry
All checks were successful
Build and publish Docker image / build-and-push (release) Successful in 1m5s
1.0.0
2025-11-13 03:42:19 +01:00
cbb10361df refactor: switch to alpine base image 2025-11-13 03:38:32 +01:00
23cdc27ffd feat: implement Docker support with entrypoint script and environment configuration for data directory 2025-11-13 03:07:03 +01:00
5afd604e85 feat: make data directory configurable via environment variable 2025-11-13 01:23:33 +01:00
c11a7d47b7 feat: serve built frontend and add SPA fallback for non-API routes 2025-11-13 00:45:38 +01:00
338d7bc8dc feat: implement counter management application with drag-and-drop functionality
- Add main application component (App.tsx) to manage counters
- Create Counter component for individual counter display and editing
- Implement CreateCounter component for adding new counters
- Add API utility for handling server requests
- Set up Vite configuration with proxy for API calls
- Introduce TypeScript configuration for app and node environments
- Style application with global CSS for consistent design
2025-11-13 00:30:45 +01:00