这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/enterprise/pro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Dokku Pro

Dokku Pro is a commercial offering that provides a familiar Web UI for all common tasks performed by developers. End users can expect an interface that provides various complex cli commands in an intuitive, app-centric manner, quickly speeding up tasks that might otherwise be difficult for new and old users to perform. Additionally, it provides a way to perform these tasks remotely via a json api, enabling easier, audited remote management of servers. Finally, Dokku Pro provides an alternative, https-based method for deploying code which can be used in environments that lockdown ssh access to servers.

## Purchasing

Dokku Pro may be purchased online by clicking the following button:

<a data-dpd-type="button" data-text="PURCHASE NOW" data-variant="price-right" data-button-size="dpd-large" data-bg-color="469d3d" data-bg-color-hover="5cc052" data-text-color="ffffff" data-pr-bg-color="ffffff" data-pr-color="000000" data-lightbox="1" href="https://dokku.dpdcart.com/cart/add?product_id=217344&amp;method_id=236878">PURCHASE NOW</a><script src="https://dokku.dpdcart.com/dpd.js"></script>

> Currently, the server must be able to contact the public internet to validate the license, or it will fail to start. For offline support, inquire for enterprise offline licensing.

## Installation

Dokku Pro is shipped as Debian and RPM packages, and depends on the following files:

- `/etc/default/dokku-pro`: Configures certain environment variables for usage by the dokku-pro binary
- `/etc/dokku-pro/license.key`: Contains the downloaded license key
- `/var/lib/dokku/data/pro/db`: Contains the local dokku-pro database

Please refer to the purchase email for details on configuring Dokku Pro.

## Features and Development

Dokku Pro has the following functionality:

- Shipped as a single binary for ease of use
- JSON-API-compatible API with JWT authentication
- Authenticated HTTP(S) endpoints for git push functionality
- Single Page App (SPA) Web UI exposing app, datastore, and ssh key management

While each release is fairly feature complete, individual features and documentation will expand over time. Feature development follows a monthly release cadence, with individual bug fixes released on an as needed basis.
3 changes: 3 additions & 0 deletions docs/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ <h1 class="heading navbar-brand">
<li class="nav-item">
<a class="nav-link" href="https://github.com/dokku/dokku/discussions">Forums</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/{{NAME}}/enterprise/pro/">Pro</a>
</li>
</ul>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions docs/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ <h1 class="heading navbar-brand">
<li class="nav-item">
<a class="nav-link" href="https://github.com/dokku/dokku/discussions">Forums</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/{{NAME}}/enterprise/pro/">Pro</a>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -103,6 +106,9 @@ <h1 class="heading navbar-brand">
<a href="/{{NAME}}/getting-started/troubleshooting/" class="list-group-item">Troubleshooting</a>
<a href="/{{NAME}}/getting-started/where-to-get-help/" class="list-group-item">Getting Help</a>

<a href="#" class="list-group-item disabled">Commercial</a>
<a href="/{{NAME}}/enterprise/pro/" class="list-group-item">Dokku Pro</a>

<a href="#" class="list-group-item disabled">Deployment</a>

<a href="/{{NAME}}/deployment/application-deployment/" class="list-group-item">Deploying an Application</a>
Expand Down