50238b57c8
Build and Push Docker Image / build-and-push (push) Successful in 3m50s
Introduce Amazon PA API and RapidAPI clients for fetching product metadata, with fallback strategies for Amazon URLs. Add `AmazonMetadataOptions` for configuration and update `RegistryMetadataService` to integrate these clients. Enhance metadata scraping with ASIN extraction, country code handling, and modern browser headers. Include deployment files and register new services in `Program.cs`. Update `appsettings.json` with placeholders for API credentials.
Deployment templates
Gitea build pipeline
- Workflow file:
.gitea/workflows/build-and-push.yml - Pushes Docker image tags to:
git.arnemoerman.be/arne/birthlistlatest- datetime tag (
yyyyMMddHHmm)
Portainer stack
- Stack file:
deploy/portainer-stack.yml - Env template:
deploy/portainer-stack.env.example
Notes
- Set
PAT_TOKENsecret in Gitea for registry login. - Ensure external Docker network
caddy-netexists. - OAuth/SMTP env values can stay empty for MVP; related features will be disabled.