mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
3b1e0ceb51551e745a436c7de7b8d3fd5c908eeb
http://xip.io xip.io is a service by Basecamp that provides a wildcard DNS service on the public internet. Any <ip address>.xip.io will return a DNS response for the IP address, same with <subdomain>.<ip address>.xip.io. The domains plugin in dokku uses a regex to match IP4 and IP6 addresses in the VHOST file, and disables VHOST support if found. This PR changes those patterns to require that the VHOST entry **ends with** the IP address. This is a gist where my VHOST setting is "127.0.0.1.xip.io" that demonstrates the original output, linked directly to the line from `plugins/domains/commands`: https://gist.github.com/anonymous/c529177f20b36beda80d#file-debug-log-L1373
Dokku

Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. Sponsored by our friends at Deis.
Requirements
- A fresh VM running Ubuntu
14.04 x64
Installing
To install the latest stable release, you can run the following command as a user that has access to sudo:
wget -qO- https://raw.github.com/progrium/dokku/v0.3.15/bootstrap.sh | sudo DOKKU_TAG=v0.3.15 bash
Upgrading
View the docs for upgrading from an older version of Dokku.
Documentation
Full documentation - including advanced installation docs - are available online at docs
Support
You can use Github Issues, check Troubleshooting in the documentation, or join us on freenode in #dokku
Sponsors
Dokku is currently sponsored by the enterprise grade, multi-host PaaS project Deis.
License
MIT
Languages
Shell
56.9%
Go
37.5%
Makefile
2%
Python
1.4%
HTML
0.7%
Other
1.2%