Jose Diaz-Gonzalez
539f08f627
docs: more cleanup
2021-07-09 23:06:38 -04:00
Jose Diaz-Gonzalez
c50f39b4fa
docs: more cleanup
2021-07-09 22:46:52 -04:00
Jose Diaz-Gonzalez
a108856a98
docs: more cleanup
2021-07-09 22:22:51 -04:00
Jose Diaz-Gonzalez
a3d9db0e00
docs: clarify bridge network
2021-07-09 21:17:42 -04:00
Jose Diaz-Gonzalez
8d26d06f5e
feat: allow all network properties to be globally set
...
Global settings are cool if managed in a standard way (ugh env vars) so we'll add them back for golang plugins as necessary.
2021-07-09 20:30:09 -04:00
Jose Diaz-Gonzalez
017037586c
feat: add ability to specify the initial container network
...
Closes #4477
2021-07-09 20:30:09 -04:00
Jose Diaz-Gonzalez
5612b0e7d2
Merge pull request #4419 from dokku/4392-proxy-parallelism
...
Add parallelism to certain proxy commands
2021-02-28 15:16:36 -05:00
Jose Diaz-Gonzalez
75b7ae94e1
docs: use updated links for documentation
...
Docs are now hosted on https://dokku.com , so we can avoid the extra rewrite.
2021-02-28 01:18:33 -05:00
Jose Diaz-Gonzalez
04a96125cc
feat: add parallelism to certain proxy commands
...
Closes #4392
2021-02-19 23:48:04 -05:00
Jose Diaz-Gonzalez
eaf0d9af55
feat: create proxy:build-config command
...
Closes #4024
2020-06-29 20:51:12 -04:00
Jose Diaz-Gonzalez
08b3a4b7a7
docs: clarify network aliases and add section on tld management
...
Closes #3995
[ci skip]
2020-05-19 11:33:52 -04:00
Jose Diaz-Gonzalez
722390475b
docs: Clarify the 'see the docs' internal links
...
These are usually not optional and actually explain what a user is interested in. As we don't have documentation partials, duplication isn't in favor of the project maintainer's benefit.
Closes #3927
2020-05-06 01:23:36 -04:00
Jose Diaz-Gonzalez
cd7d47c381
docs: remove extra commas from network docs
2020-03-21 20:15:01 -04:00
Jose Diaz-Gonzalez
329e97c8ee
feat: drop support for unsupported Debian and Ubuntu releases
...
While the latest packages may continue to work on other releases, we will no longer officially support these releases, nor will we distribute packages.
2020-02-28 05:57:55 -05:00
Jose Diaz-Gonzalez
231ab0ecd4
docs: add headers to proxy page and add docs around removing by host-port
2020-02-28 03:11:54 -05:00
Jose Diaz-Gonzalez
bd539797db
docs: reference correct property in network docs example
...
[ci skip]
2020-02-09 20:43:59 -05:00
Jose Diaz-Gonzalez
c8537bff48
docs: document custom networking
2020-02-08 22:15:15 -05:00
Jose Diaz-Gonzalez
903d7ce614
chore: silence trigger logging
...
Logging that a trigger is about to be performed is a bit... extra. If folks want to know that a trigger is running, they can check the event logs.
2019-09-17 23:47:30 -04:00
fzerorubigd
c4838b4af9
add test for grpc on a port other than 80
...
fix docs a bout supporting only HTTP
remove extra spaces
2019-08-24 10:58:34 +02:00
Forud
5ca3ca5189
nginx-vhosts: add a note in the proxy management docs about grpc
...
[ci skip]
2019-08-23 15:34:34 +02:00
Jose Diaz-Gonzalez
676aa1a05b
docs: clarify proxy:ports-* commands
...
Closes #3550
2019-05-18 15:04:16 -07:00
Jose Diaz-Gonzalez
4f23dd2dd6
docs: Warn users when ufw is enabled
...
Closes #3455
2019-05-12 06:09:05 -04:00
Jose Diaz-Gonzalez
c1781c39ca
docs: correct header
...
[ci skip]
2019-03-13 16:55:39 -04:00
Jose Diaz-Gonzalez
cf6fed82fb
Merge pull request #3147 from dokku/ports-set
...
Create proxy:ports-set call
2018-04-07 15:53:12 -04:00
Jose Diaz-Gonzalez
13ffd960d9
feat: create proxy:ports-set call
...
In some cases, it may be useful to completely override the set ports for a given application - such as on initial deploy when there is no global domain set. This change also further allows us to handle automation in a smoother fashion.
2018-04-07 14:48:18 -04:00
Jose Diaz-Gonzalez
d65cea7d47
docs: consistently reference node-js-app in the documentation
2018-04-07 14:13:55 -04:00
Jose Diaz-Gonzalez
c94b938b10
docs: add proper warning styling
...
[ci skip]
2018-03-11 00:06:34 -05:00
Jose Diaz-Gonzalez
43592174e6
docs: Remove all references to VHOST files from documentation
...
Users should never be in a position where they need to manually edit files managed by Dokku, and should be pushed to using the `domains` plugin where necessary.
Closes #3064
[ci skip]
2018-02-19 14:27:50 -05:00
Takuya Kitazawa
ed275d479b
Docs: Fix links to port-management
2018-01-23 07:46:19 +09:00
Jose Diaz-Gonzalez
463c5b8120
docs: Improve documentation around port handling.
...
While there are a number of enhancements we could do to make port handling more seamless, this is a first step towards documenting the various oddities around port management for Docker vs Buildpack deploys.
Refs #2903
Closes #2970
[ci skip]
2018-01-21 17:46:44 -05:00
Kazuhiro NISHIYAMA
6dcf695822
Fix version number [ci skip]
...
in document of Container network interface binding
2017-10-06 20:07:18 +09:00
Jose Diaz-Gonzalez
ad732bd42b
feat: add network:report command
2017-10-04 00:58:29 -04:00
Jose Diaz-Gonzalez
acde3d60a7
feat: allow users to bind to all interfaces when a proxy is enabled
...
- use a plugin trigger to see whether we should bind to all interfaces
- create a generic way of setting properties for a plugin
- migrate proxy-enabled to the new network property "bind-all-interfaces"
- add network:set subcommand
2017-10-02 15:05:13 -07:00
Jose Diaz-Gonzalez
f668bec210
docs: move dns and proxy management to new networking section
2017-10-02 15:05:13 -07:00
Jose Diaz-Gonzalez
ec9b8be5f8
feat: implement first-pass at networking plugin
...
Implements help, `rebuild`, and `rebuildall` command.
Refs #2403
2017-10-02 15:05:13 -07:00