Logo
Explore Help
Register Sign In
Mirrors/dokku
1
0
Fork 0
You've already forked dokku
mirror of https://github.com/dokku/dokku.git synced 2026-02-24 20:19:52 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
a284a805e07e8fe51ec574da170d6cd349b111eb
dokku/plugins/domains/install

9 lines
194 B
Plaintext
Raw Normal View History

Add domains plugin as written in https://github.com/jtangelder/dokku-nginx-alt This plugin conforms to the heroku api for setting and removing domains. Note that it does not yet update the URL file for a given application.
2014-11-24 02:02:46 -05:00
#!/usr/bin/env bash
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
set nullglob
2014-12-16 17:18:44 -08:00
shopt -s nullglob
Add domains plugin as written in https://github.com/jtangelder/dokku-nginx-alt This plugin conforms to the heroku api for setting and removing domains. Note that it does not yet update the URL file for a given application.
2014-11-24 02:02:46 -05:00
lintball
2014-12-16 16:25:57 -08:00
for app in $DOKKU_ROOT/*/CONTAINER; do
APP=$(basename "$(dirname $app)");
Move VHOST file creation to a single domains:setup command This helps remove duplication and also ensures that all hosts have a proper setup after running `make copyfiles` Note that this command is not exposed in help as it is not generally useful to developers
2014-11-24 02:13:41 -05:00
dokku domains:setup $APP
Add domains plugin as written in https://github.com/jtangelder/dokku-nginx-alt This plugin conforms to the heroku api for setting and removing domains. Note that it does not yet update the URL file for a given application.
2014-11-24 02:02:46 -05:00
done
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 332ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API