Commit graph

6 commits

Author SHA1 Message Date
214982649f
Add Docker support and implement Bun for dependency management
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m25s
- Introduced .dockerignore to exclude unnecessary files from Docker context.
- Updated Dockerfile to use Bun for building and running the application.
- Removed entrypoint.sh as it is no longer needed.
- Modified build-and-dockerise.yml to set up Bun and install dependencies.
- Enhanced index.html with improved structure and hover effects.
- Updated client.ts to include tooltips for music display.
- Implemented caching in server.ts for Last.fm data.
- Added custom styles for hover effects and tooltips in style.css.
2025-08-08 11:18:39 +01:00
be5a61185b
Fixes to strange bars on mobile, and addition of server which currently powers a new Last.FM-based music tracker.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m20s
2025-08-08 09:53:34 +01:00
c65b8465b5
Swap to simplified branch name.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m8s
2025-08-08 08:24:37 +01:00
498992413d
Swap to using 'dist' instead of 'www'
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m31s
2025-08-07 23:39:36 +01:00
47da41c1e3
Swapped workflow to new branch.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m43s
2025-08-07 23:37:42 +01:00
349d0ad4ff
Intial commit. 2025-08-07 23:35:10 +01:00