https://github.com/motdotla/oceanmanager
I use ocean-manager to manage carve's servers on Digital Ocean. It automatically spins up servers and spins them back down.
https://github.com/motdotla/oceanmanager
Last synced: 7 months ago
JSON representation
I use ocean-manager to manage carve's servers on Digital Ocean. It automatically spins up servers and spins them back down.
- Host: GitHub
- URL: https://github.com/motdotla/oceanmanager
- Owner: motdotla
- Created: 2013-06-17T00:34:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-17T15:49:23.000Z (over 12 years ago)
- Last Synced: 2025-01-24T04:37:53.471Z (9 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ocean Manager
## Dev Setup
* touch .env
```
DIGITALOCEAN_API_KEY=somevalue
DIGITALOCEAN_CLIENT_ID=someothervalue
OCEANMANAGER_LEADING_NAME=carve-queue-
```