inlets / inletsctl

Create inlets servers on the top cloud platforms
https://docs.inlets.dev/
MIT License
457 stars 63 forks source link

feat: added name and digital ocean flags #128

Closed richardcase closed 5 months ago

richardcase commented 5 months ago

Description

The current OS image used for Digital Ocean is no longer available. If you try to provision a inlets host it fails. This change updates the default image used and exposes flags so you manually change the OS and plan if needed.

Also, added a new optional 'name' flag that can be used to explicitly set the name of the host created, instead of relying on a random name. This is useful for users that need a name that is more obvious and attributable to a person.

How Has This Been Tested?

Tested by manually doing the following:

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

alexellis commented 5 months ago

Fix ready in: https://github.com/inlets/inletsctl/releases/tag/0.8.25

alexellis commented 5 months ago

If you'd like to send a new PR for overriding the hostname, please go ahead