https://github.com/krisrang/dokku-domains
[DEPRECATED] Dokku custom domains and SSL plugin
https://github.com/krisrang/dokku-domains
Last synced: 3 months ago
JSON representation
[DEPRECATED] Dokku custom domains and SSL plugin
- Host: GitHub
- URL: https://github.com/krisrang/dokku-domains
- Owner: krisrang
- Archived: true
- Created: 2013-12-25T15:49:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T15:00:15.000Z (over 8 years ago)
- Last Synced: 2025-02-11T19:13:49.504Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 21
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/krisrang/dokku-domains)
Dokku domains plugin
=====
**Deprecated: dokku >= 0.3.10 already has this functionality built in**
[Dokku](https://github.com/progrium/dokku) plugin to set custom domains for dokku apps.
Installation
-----
* Requires Ruby >= 1.9.3 present on the host
```bash
git clone https://github.com/krisrang/dokku-domains.git /var/lib/dokku/plugins/domains
```
Commands
-----
```bash
$ dokku help
domains display the domains for an app
domains:set DOMAIN1 [DOMAIN2 ...] set one or more domains
```
Sample usage
-----
Add extra domains for superapp:
```bash
$ dokku domains:set superapp www.superapp.com ssl.superapp.com
-----> Setting superapp domains to: www.superapp.com ssl.superapp.com
```
Now superapp will respond to superapp.HOST, www.superapp.com and ssl.superapp.com
TODO
-----
* Add tests
* Add domains:add and domains:remove commands
License
-----
MIT