Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NicholasPCole/dodc
A dialog-based shell script to quickly create a single DigitalOcean Droplet
https://github.com/NicholasPCole/dodc
digitalocean
Last synced: 7 days ago
JSON representation
A dialog-based shell script to quickly create a single DigitalOcean Droplet
- Host: GitHub
- URL: https://github.com/NicholasPCole/dodc
- Owner: NicholasPCole
- Created: 2016-12-10T04:49:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T03:38:18.000Z (over 4 years ago)
- Last Synced: 2024-08-03T02:03:00.237Z (4 months ago)
- Topics: digitalocean
- Language: Shell
- Homepage:
- Size: 78.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-digitalocean - DigitalOcean Droplet creator - A dialog-based shell script to quickly create a single DigitalOcean Droplet. (Community OSS projects)
README
# DigitalOcean Droplet creator
A dialog-based shell script to quickly create a single DigitalOcean Droplet.
![The `dodc` main menu lists options for creating and configuring a Droplet.](screenshot.png)
## Usage
Run `./dodc.sh`, enter the Droplet name at the prompt, then select the image to build the Droplet with. From there, you can review or change any other settings before creating.
All SSH keys in an account are automatically added to each Droplet created.
## Requirements
* **[dialog](http://invisible-island.net/dialog/dialog.html)**, for prompting the user for input.
* **[doctl](https://github.com/digitalocean/doctl)**, for creating the resulting Droplet and other DigitalOcean API interactions.
* **[jq](https://stedolan.github.io/jq/)**, for parsing the list of public images.