develop #1

Merged
Gandalf merged 1 commits from develop into main 2026-05-15 17:30:06 +01:00
Owner
No description provided.
Gandalf added 3 commits 2026-05-15 15:10:48 +01:00
- Fix seriesMap key (use Sonarr internal id, not tvdbId)
- Fix Sonarr tag resolution (use tag map like Radarr)
- Use sourceTitle for history record matching
- Fall back to embedded movie/series objects when API timeouts
- Add includeMovie/includeSeries params to queue/history API calls
- Add coverArt field to all download responses (TMDB poster URLs)
- Add cover art display to frontend download cards
- Fix user-summary route to use instance config and tag maps
Gandalf added 1 commit 2026-05-15 15:15:56 +01:00
ci: add Dockerfile and Gitea Actions workflow for automated image builds
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
87f8c2d42b
- Dockerfile based on node:18-alpine
- Gitea Actions workflow triggers on push to release/* branches
- Builds and pushes to Gitea container registry with version tags
Gandalf added 1 commit 2026-05-15 15:19:57 +01:00
ci: use distribution registry at reg.i3omb.com
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
70c9953a2d
Gandalf added 1 commit 2026-05-15 15:39:22 +01:00
ci: remove registry login step (Distribution registry has no auth by default)
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m18s
44055f0327
Gandalf added 1 commit 2026-05-15 16:51:35 +01:00
docs: add Docker deployment instructions and OCI labels
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m26s
a3dbe8b6c0
- Add LABEL tags to Dockerfile (OCI standard + custom.hardware.requirement)
- Add dynamic version/created labels in CI workflow
- Add Docker deployment section to README with docker run, compose, and update instructions
- Registry pull source: docker.i3omb.com/sofarr
Gandalf added 1 commit 2026-05-15 16:55:40 +01:00
ci: add automated release creation on tag push
All checks were successful
Create Release / release (push) Successful in 1m38s
Build and Push Docker Image / build (push) Successful in 2m14s
db89a920e4
- Triggers on v* tags
- Generates release notes from commit log since previous tag
- Includes Docker pull command and source archive links
- Creates formal Gitea Release via akkuman/gitea-release-action
Gandalf added 1 commit 2026-05-15 17:29:34 +01:00
- Redesign download cards to be significantly more compact
- Add CSS custom properties for theming
- Add theme switcher (Light, Dark, Mono) with localStorage persistence
- Update README with environment variable Docker deployment docs
- Update Docker Compose example to use environment: instead of volume mount
Gandalf merged commit 07e5b185d7 into main 2026-05-15 17:30:06 +01:00
Sign in to join this conversation.