6 Commits

Author SHA1 Message Date
2090abcc51 fix: add latest tag for default branch in Docker metadata extraction
All checks were successful
build-and-push-docker / docker (push) Successful in 2m14s
2025-08-18 13:54:46 +00:00
5454dac5a7 Add system dependencies installation step in Docker workflow
Some checks failed
build-and-push-docker / docker (push) Failing after 2m0s
2025-08-18 13:00:51 +00:00
f20ef97230 Refactor Docker workflow: remove system dependencies installation, update registry credentials, and adjust event conditionals
Some checks failed
build-and-push-docker / docker (push) Failing after 9s
2025-08-18 12:57:35 +00:00
32f5262b93 Update Gitea Container Registry URL in workflow configuration
Some checks failed
build-and-push-docker / docker (push) Failing after 23s
2025-08-18 12:53:10 +00:00
221fe79f87 Upgrade actions/checkout to v4 and streamline system dependencies installation
Some checks failed
build-and-push-docker / docker (push) Failing after 22s
2025-08-18 12:41:28 +00:00
8c3744db9b Add PWA support and service worker for offline capabilities
Some checks failed
build-and-push-docker / docker (push) Failing after 1m15s
- Create .devcontainer/devcontainer.env and .devcontainer/devcontainer.json for development environment configuration
- Add Gitea Actions README and Docker workflow for building and pushing images
- Update package.json to include @vue/cli-plugin-pwa
- Enhance index.html with manifest link and theme color
- Create public/manifest.webmanifest for PWA configuration
- Implement service worker registration and media session management in registerServiceWorker.js
- Update main.js to register the service worker
- Configure vue.config.js for PWA settings and caching strategies
2025-08-18 07:25:53 -05:00