Files
BirthList/deploy
Arne Moerman 50238b57c8
Build and Push Docker Image / build-and-push (push) Successful in 3m50s
Add Amazon PA API and RapidAPI metadata support
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.
2026-05-26 20:13:31 +02:00
..

Deployment templates

Gitea build pipeline

  • Workflow file: .gitea/workflows/build-and-push.yml
  • Pushes Docker image tags to: git.arnemoerman.be/arne/birthlist
    • latest
    • datetime tag (yyyyMMddHHmm)

Portainer stack

  • Stack file: deploy/portainer-stack.yml
  • Env template: deploy/portainer-stack.env.example

Notes

  • Set PAT_TOKEN secret in Gitea for registry login.
  • Ensure external Docker network caddy-net exists.
  • OAuth/SMTP env values can stay empty for MVP; related features will be disabled.