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-09-02 04:00:22 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cb0eecd685ac1fc2ca3ec17b424ee8d261bb5f17
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.27 # History ## 0.38.27 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.38.27/bootstrap.sh sudo DOKKU_TAG=v0.38.27 bash bootstrap.sh ``` ### Bug Fixes - #8933: @josegonzalez Do not require a local image for k3s deploys - #8930: @josegonzalez Do not import an already-migrated ENV file - #8919: @josegonzalez Regenerate vector config on app lifecycle changes - #8917: @josegonzalez Apply app-label-alias to shipped events ### New Features - #8934: @josegonzalez Report traefik dns-provider env vars as global keys - #8920: @josegonzalez Add storage directory mode and removal flags - #8914: @josegonzalez Add vector-cron-sink for scheduled cron task output ### Tests - #8931: @dependabot[bot] chore(deps): bump djangorestframework from 3.17.2 to 3.18.0 in /tests/apps/dockerfile-release - #8927: @dependabot[bot] chore(deps): bump djangorestframework from 3.17.1 to 3.17.2 in /tests/apps/dockerfile-release - #8923: @dependabot[bot] chore(deps): bump python from 3.15.0b4-bookworm to 3.15.0rc1-bookworm in /tests/apps/dockerfile-release ### Dependencies - #8926: @dependabot[bot] chore(deps): bump github.com/gliderlabs/sigil from 0.12.0 to 0.12.1 in /plugins/nginx-vhosts - #8925: @dependabot[bot] chore(deps): bump packaging from 26.2 to 26.3 in /docs/_build - #8921: @dokku-bot chore: bump pack to 0.40.9 - #8924: @dependabot[bot] chore(deps): bump soupsieve from 2.9.1 to 2.9.2 in /docs/_build - #8922: @dependabot[bot] chore(deps): bump python from 3.15.0b4-alpine to 3.15.0rc1-alpine in /docs/_build - #8915: @dokku-bot chore: bump herokuish to 0.11.15
2026-08-12 08:54:47 +00:00
version
=
"0.38.27"
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