• Stars
    star
    176
  • Rank 216,275 (Top 5 %)
  • Language
    Shell
  • License
    MIT License
  • Created almost 11 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dokku plugin to create nginx vhost with multiple domains

dokku-domains-plugin

Build Status Bitdeli Badge

Dokku plugin to create nginx vhost with multiple domains.

Deprecation Notice

As of v0.3.10, Dokku ships with a built-in domains plugin, which can also support SSL. To uninstall this plugin, see #15.

Installation

git clone https://github.com/wmluke/dokku-domains-plugin.git /var/lib/dokku/plugins/domains-plugin
dokku plugins-install

Commands

$ dokku help
    domains <app>                                   display the domains for an app
    domains:set <app> DOMAIN1 [DOMAIN2 ...]         set one or more domains

Simple usage

Your need to have app running with the same name!

Create vhost with multiple domains:

$ dokku domains:set myawesomeapp.com www.myawesomeapp.com            # Server side
$ ssh dokku@server domains:set myawesomeapp.com www.myawesomeapp.com # Client side

License

MIT

More Repositories

1

angular-blocks

Template inheritance for Angular JS
JavaScript
216
star
2

angular-flash

Flash messages for Angular JS
JavaScript
159
star
3

grunt-inline-angular-templates

Inline angular templates into a HTML file
JavaScript
42
star
4

angular-bugsnag

Angular wrapper for Bugsnag
JavaScript
36
star
5

angular-common

Some useful services and directives for Angular.js
JavaScript
9
star
6

gulp-inline-angular-templates

Inline angular templates into an HTML file
JavaScript
9
star
7

translate

A command line utility to translate Java ResourceBundle Properties Files with Google Translate.
Go
8
star
8

docker-jenkins-node

Jenkins Node Docker image
Dockerfile
6
star
9

grunt-build-lifecycle

Flexible build lifecycles for Grunt
JavaScript
6
star
10

pipes

Middleware for Java 1.8
Java
4
star
11

slickgrid-print-plugin

Create a printable view of a SlickGird as a simple a HTML table
JavaScript
4
star
12

play2-guice-module

Google Guice module for Play 2.1
Java
3
star
13

mongo-migrate

Mongo Migration Maven Plugin
Java
2
star
14

q-mongodb

A Q promise wrapper for the native node mongo drivers.
JavaScript
2
star
15

angular-restsource

Restful resources for AngularJS
JavaScript
1
star
16

mac-remote

A simple node app to pause and resume Backblaze and Arq cloud backup services.
JavaScript
1
star
17

awesome-radio

Awesome Radio is a personal internet radio station aggregator
TypeScript
1
star
18

dosea

A dosea (daw-see-ey) for your datasets. Data visualization tool for relational, time series, and document databases
TypeScript
1
star
19

mattermost

Mattermost docker images for linux/arm64 and linux/amd64 https://hub.docker.com/r/wmluke/mattermost
Dockerfile
1
star