I am trying to set up a fork of stac-manager (
https://github.com/developmentseed/stac-manager) to enable internal folks to edit data in our STAC API. Currently, I am running a local docker container, but we ultimately intend to upload this to AWS. It wasn't clear to me if it could be run as a static site served from S3, or if it was something we had host in ECS. Does anyone know?
Also, it wasn't clear from the documentation how to set any of the arguments in the Dockerfile. They appear to be set up for Windows as opposed to Linux, but even still, I wasn't sure how anything set up in a .env file was supposed to be available to the entry point script. I had to modify the Dockerfile to make it point at my API. What is the correct way to do it?
Thanks,
Rob