planttdev
planttdev
DDokploy
Created by planttdev on 1/27/2025 in #help
AWS ECR authentication persistance
I'm succesfully looging into my ECR repository by entering: * Repository name: The name of my docker image. * Username: AWS (by default). * Password: Obtained by ssh-ing into the VPS and running aws ecr get-login-password --region [MY_REGION]. * Registry URL: The URL to the registry: <aws_account_id>.dkr.ecr.<region>.amazonaws.com However, the token passed in the password, lasts only 12 hours. After some research, I installed and configured https://github.com/awslabs/amazon-ecr-credential-helper. I can pull images while ssh, but not from within Dockploy Registry. It'slike it's trying to pull images differently. Any help?
4 replies
DDokploy
Created by planttdev on 1/21/2025 in #help
Basic Application HTTP Security prompted indefinitely
I've just set up correctly my static React Vite static web app. When I set up the basic http security for the app in Advance, I get prompted over and over the alert, requesting me to enter it over and over again and it never goes through. User and password are set to test/test to make debugging easier but I can't really understand it. Any help? Thank you!
1 replies