Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipfs-shipyard/dnslink-deploy
Set the DNS records on Digital Ocean programmatically
https://github.com/ipfs-shipyard/dnslink-deploy
Last synced: 3 months ago
JSON representation
Set the DNS records on Digital Ocean programmatically
- Host: GitHub
- URL: https://github.com/ipfs-shipyard/dnslink-deploy
- Owner: ipfs-shipyard
- License: mit
- Created: 2015-09-14T16:47:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T17:41:06.000Z (over 2 years ago)
- Last Synced: 2024-07-02T09:09:32.648Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 58
- Watchers: 12
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ipfs-shipyard/dnslink-deploy - Set the DNS records on Digital Ocean programmatically (others)
README
# dnslink-deploy
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)> Set the DNS records on Digital Ocean programmatically
[![NPM](https://nodei.co/npm/dnslink-deploy.png)](https://nodei.co/npm/dnslink-deploy/)
## Install
Set your DigitalOcean api key in your `.bash_profile` or your secure key file:
`export DIGITAL_OCEAN='dsjflajflasjdflsjlflsjldfs'`
Then:
```sh
npm i -g dnslink-deploy
```## Usage
* `dnslink-deploy -t` Test this repo with your authentication key
* `dnslink-deploy -d ipfs.io -r test -p /ipfs/QmeQT76CZLBhSxsLfSMyQjKn74UZski4iQSq9bW7YZy6x8` Set the path as the data for a TXT record.
* `-d, --domain`: The domain to set.
* `-r, --record`: The domain record name.
* `-p, --path`: The path you want to set as the data.## Contribute
Help out! Dive in and [create an issue](//github.com/ipfs/dnslink-deploy/issues).
### Want to hack on IPFS?
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)
## License
MIT