Files
BirthList/deploy
Arne Moerman b46269bfc0
Build and Push Docker Image / build-and-push (push) Successful in 19s
Enhance admin listing & metadata extraction, update healthchecks
- Show current admins in RegistryAdmin using new RegistryAdminDisplayModel and backend support
- Improve RegistryMetadataService: better normalization, Amazon-specific extraction for images/prices, and URL normalization
- Use normalized product URLs and improved metadata logic in RegistryAdmin
- Add error handling for Blazored.TextEditor interop issues
- Switch healthchecks in portainer-stack.yml to process checks (pidof)
- Remove appsettings.Development.json contents from source control
- Add RegistryAdminDisplayModel and NormalizedUrl to models
2026-05-14 14:05:18 +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.