inletsctl icon indicating copy to clipboard operation
inletsctl copied to clipboard

Create inlets servers on the top cloud platforms

Results 15 inletsctl issues
Sort by recently updated
recently updated
newest added

The reference docs for AWS and GCE both contain detailed instructions for setting up the authorization needed to run `inletsctl create`. The corresponding docs for Azure are incomplete and following...

When you run `inletsctl create`, it prints a command to run in order to delete the server again. The command generated for an Azure deployment is incomplete and will not...

enhancement
good first issue

It appears that Civo are using some kind of IP mapping, where the inlets PRO installation tries to get the public IP by reaching out to an IP finding service,...

## Task Convert CI to GitHub Actions ## Context Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not...

good first issue
help wanted

## Expected Behaviour If there's a failure creating the ec2 instance, then all associated resources (in this case SG) should be cleaned up. ## Current Behaviour The ec2 instance creation...

This feature will write a state file with the machine provisioned, its ID and auth token ## Expected Behaviour A file (probably YAML file) should be written to disk after...

This one’s a bit different, but I thought it would be worth discussing. Fargate allows for public IP addresses and seems like it could meet all the requirements laid out...

We should add a --rm flag to "inletsctl create" for when users need a temporary tunnel. The use-case would be that I want to share my blog i.e. 127.0.0.1:4000 with...

## Expected Behaviour After provisioning and coming back later, an inlets exit-node will be known mainly by its IP rather than the internal ID used by the cloud provider. We...

enhancement
good first issue
help wanted

Rather than using an ambiguous string to define a provider, rather have each provider as a sub-command to the `create` command ## Expected Behaviour Have better type safety, better discovery,...