Xing Yahao

Results 37 comments of Xing Yahao

What's the status of this problem?I'm running into same problem.

@madebysid I updated `prisma` to the latest version. I want to host prisma studio at `https://xxx.xxx.com/studio` with nginx proxy, then running into the relative path `/api` not matches. After I...

Thank you! I'd like to support a custom theme feature 😄

@ABAG603 Hi, please check the latest version. It's possible to customize color theme 😌. Please let me know if you have any questions.

Thank you for testing. I just published a new version to fix that small debug 😄.

Hi, it's `colors` you can find more examples in readme https://github.com/keidarcy/e1s?tab=readme-ov-file#theme-and-colors

Hi! It doesn't support ECS with EC2 very well. If you can provide any terraform or cloudformation code for your usage, I'd like to support it 😃

@rgarrigue Thanks. Will take a look when I have spare time.

@rgarrigue Hi, I know it's been a while, I tried an EC2 on ECS myself([tf here](https://github.com/keidarcy/e1s/blob/master/tests/ec2-ecs.tf)). I found e1s is not bad for it. There are some missing values, it...

@rgarrigue Oh, that's expected. I didn't know it's possible to run a task without a service. Current implementation is cluster => service => task => container. Could you help me...