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-07-10 20:40:43 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc3a526bf92887cd4cf226fcb4e46601ac1b2463
dokku
/
plugins
/
builder-null
/
plugin.toml
5 lines
92 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.38.21 # History ## 0.38.21 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.38.21/bootstrap.sh sudo DOKKU_TAG=v0.38.21 bash bootstrap.sh ``` ### New Features - #8795: @josegonzalez Add --format json support to apps:list ### Tests - #8788: @dependabot[bot] chore(deps): bump google.golang.org/grpc from 1.81.1 to 1.82.0 in /tests/apps/gogrpc - #8787: @dependabot[bot] chore(deps): bump golang.org/x/net from 0.51.0 to 0.55.0 in /tests/apps/gogrpc ### Dependencies - #8781: @dependabot[bot] chore(deps): bump lucaslorentz/caddy-docker-proxy from 2.12 to 2.13 in /plugins/caddy-vhosts - #8794: @dependabot[bot] chore(deps): bump github.com/fluxcd/pkg/kustomize from 1.36.0 to 1.37.0 in /plugins/scheduler-k3s - #8789: @dependabot[bot] chore(deps): bump pymdown-extensions from 11.0 to 11.0.1 in /docs/_build - #8782: @dependabot[bot] chore(deps): bump github.com/go-openapi/jsonpointer from 0.23.2 to 0.24.0 in /plugins/scheduler-k3s - #8785: @dependabot[bot] chore(deps): bump traefik from v3.7.5 to v3.7.6 in /plugins/traefik-vhosts - #8786: @dependabot[bot] chore(deps): bump github.com/fluxcd/pkg/kustomize from 1.31.0 to 1.36.0 in /plugins/scheduler-k3s - #8783: @dependabot[bot] chore(deps): bump github.com/traefik/traefik/v2 from 2.11.50 to 2.11.51 in /plugins/scheduler-k3s - #8780: @dependabot[bot] chore(deps): bump github.com/cert-manager/cert-manager from 1.20.2 to 1.20.3 in /plugins/scheduler-k3s - #8779: @dependabot[bot] chore(deps): bump github.com/go-openapi/jsonpointer from 0.23.1 to 0.23.2 in /plugins/scheduler-k3s ### Other - #8796: @josegonzalez Add --format json support to ps:scale
2026-07-06 22:42:58 +00:00
version
=
"0.38.21"
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