defang icon indicating copy to clipboard operation
defang copied to clipboard

Defang CLI and sample projects

Results 150 defang issues
Sort by recently updated
recently updated
newest added

Build and CD logs are currently separated out by having separate labels (decker-app-image and cd) but some other system messages (e.g., the status=TASK_PENDING) have the same label as my app's...

At the moment we specify domains with the `domainname` field in a service definition. I would prefer to specify the domain in the port list. Something along the lines of:...

question
later
networking

It would be cool to be able to specify wildcard domains. It seems this may already be possible with domains in Route53 (potentially) but not yet with externally managed domains....

networking
byod

It would be useful to be able to specify multiple domains for a service. There are cases where it might be useful to set some context for an application based...

later
networking

To ensure that the CLI code expectations match the deployed infra.

byoc

When setting up a service like Google Workspace, they can link to CloudFlare, GoDaddy & others. Would be great if we could generate a link like that as well to...

byod

"I don't know is whether that's a Defang api key, an AWS api key, or something else. Why do I need an API key? I'm just following your tutorial. Shouldn't...

customer feedback

Is the current IsTerminal detection sufficient ``` $ defang logout $ defang tail --since 1h | grep error ``` The redirection disables any interactivity (even though only stdout got redirected)

later
good first issue
go

I just ran into an interesting new issue (or maybe it's expected?). I deployed my app, but it seems like it takes over 6-7 minutes before the new version replaces...

bug