dokku-redirect

BETA: a plugin for dokku that gives the ability to set simple redirects for an application

Github星跟蹤圖

dokku-redirect

dokku-redirect is a plugin for dokku that gives the ability to set simple redirects for an application.

This plugin only redirects one domain to another and does not handle complete URLs. If source domain is managed by dokku and is TLS enabled, then nginx configuration for https redirects will be handled automatically.

Installation

# dokku 0.11+
$ dokku plugin:install https://github.com/dokku/dokku-redirect.git

Commands

$ dokku help
    redirect <app>                           Display the redirects set on app
    redirect:set <app> <src> <dest> [<code>] Set a redirect from <src> domain to <dest> domain
    redirect:unset <app> <src>               Unset a redirect from <source>

Redirect Codes, Code, Name, Behavior, ----, ------------------, --------------------------------------------------, 301, Moved Permanently, (Default) Permanent, preserves method, 302, Found, Temporary, may change method to GET, 303, See Other, (HTTP/1.1) Temporary, changes method to GET, 307, Temporary Redirect, (HTTP/1.1) Temporary, preserves method, ## Usage

Check redirects on my-app

$ dokku redirect my-app

SOURCE       DESTINATION      CODE
ma.dokku.me  my-app.dokku.me  301

Set a new redirect on my-app

$ dokku redirect:set my-app ma.dokku.me my-app.dokku.me

-----> Setting redirect for my-app...
       done

Unset an existing redirect

$ dokku redirect:unset my-app ma.dokku.me

-----> Unsetting redirect for my-app...
       done

License

This plugin is released under the MIT license. See the file LICENSE.

概覽

名稱與所有者dokku/dokku-redirect
主編程語言Shell
編程語言Shell (語言數: 2)
平台
許可證MIT License
發布數10
最新版本名稱0.9.1 (發布於 )
第一版名稱0.5.0 (發布於 )
創建於2015-10-18 23:06:51
推送於2023-08-20 15:31:28
最后一次提交2023-08-20 11:31:27
星數101
關注者數6
派生數9
提交數50
已啟用問題?
問題數26
打開的問題數3
拉請求數9
打開的拉請求數0
關閉的拉請求數3
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部