This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
dokku
Watch
1
Star
0
Fork
0
You've already forked dokku
mirror of
https://github.com/dokku/dokku.git
synced
2025-12-29 00:25:08 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d5a3527059e08032f820460ded56114e347b2fd1
dokku
/
plugins
/
builder-null
/
plugin.toml
5 lines
91 B
TOML
Raw
Normal View
History
Unescape
Escape
feat: add support for routing an app to a specified host:port This is useful when there is a service not managed by Dokku but should be exposed via the Dokku routing layer. As an example, some binaries (consul, nomad, vault) expose web uis, and are traditionally run on the host directly vs in a container. Closes #4665
2021-08-06 01:29:25 -04:00
[
plugin
]
description
=
"dokku core builder-null plugin"
Release 0.26.8 # History ## 0.26.8 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.26.8/bootstrap.sh sudo DOKKU_TAG=v0.26.8 bash bootstrap.sh ``` ### Bug Fixes - #5016: @josegonzalez Properly support the --global flag when detecting the scheduler - #5015: @josegonzalez Avoid popd errors when dokku is run as root ### New Features - #5006: @josegonzalez Better go mod support in VSCode Dev Containers ### Documentation - #5014: @josegonzalez Clarify that all run containers are removed at the end of process execution - #5010: @josegonzalez Add documentation for ps:restore - #5009: @josegonzalez Clarify installation documentation
2022-01-28 16:35:25 +00:00
version
=
"0.26.8"
feat: add support for routing an app to a specified host:port This is useful when there is a service not managed by Dokku but should be exposed via the Dokku routing layer. As an example, some binaries (consul, nomad, vault) expose web uis, and are traditionally run on the host directly vs in a container. Closes #4665
2021-08-06 01:29:25 -04:00
[
plugin
.
config
]
Reference in New Issue
Copy Permalink