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
2026-02-24 12:12:08 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4498-post-create-env-support
Add File
New File
Apply Patch
dokku
/
plugins
/
builder-null
/
plugin.toml
5 lines
91 B
TOML
Raw
Permalink
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.37.4 # History ## 0.37.4 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.37.4/bootstrap.sh sudo DOKKU_TAG=v0.37.4 bash bootstrap.sh ``` ### Bug Fixes - #8168: @josegonzalez Install logrotate in the container ### Tests - #8254: @josegonzalez Add a test to prove cron:run commands work as expected - #8255: @josegonzalez Update test ruby app ### Dependencies - #8252: @dependabot[bot] chore(deps): bump pymdown-extensions from 10.19.1 to 10.20 in /docs/_build - #8253: @dependabot[bot] chore(deps): bump qs from 6.14.0 to 6.14.1 in /tests/apps/checks-root - #8249: @dependabot[bot] chore(deps): bump traefik from 3.6.5 to 3.6.6 in /plugins/traefik-vhosts - #8250: @dependabot[bot] chore(deps): bump github.com/traefik/traefik/v2 from 2.11.33 to 2.11.34 in /plugins/scheduler-k3s - #8247: @dependabot[bot] chore(deps): bump ruby from 3.4.8 to 4.0.0 in /tests/apps/dockerfile-entrypoint ### Other - #8248: @osbre Add `proxy-keepalive` to Nginx properties
2026-01-05 04:54:10 +00:00
version
=
"0.37.4"
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