forked from dokku/dokku
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# History ## 0.22.2 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.22.2/bootstrap.sh sudo DOKKU_TAG=v0.22.2 bash bootstrap.sh ``` ### Bug Fixes - dokku#4243: @josegonzalez Do not delete app when the app name is invalid ### New Features - dokku#4141: @josegonzalez Always initialize git repository ### Other - dokku#4244: @dependabot-preview[bot] chore(deps): bump monolog/monolog from 1.25.5 to 1.26.0 in /tests/apps/php
- Loading branch information
Jose Diaz-Gonzalez
committed
Dec 16, 2020
1 parent
2301efa
commit d10d4cc
Showing
45 changed files
with
141 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: dokku | ||
Version: 0.22.1 | ||
Version: 0.22.2 | ||
Section: web | ||
Priority: optional | ||
Architecture: amd64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square70x70logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/mstile-70x70.png"/> | ||
<square150x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/mstile-150x150.png"/> | ||
<square310x310logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/mstile-310x310.png"/> | ||
<wide310x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/mstile-310x150.png"/> | ||
<square70x70logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/mstile-70x70.png"/> | ||
<square150x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/mstile-150x150.png"/> | ||
<square310x310logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/mstile-310x310.png"/> | ||
<wide310x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/mstile-310x150.png"/> | ||
<TileColor>#da532c</TileColor> | ||
</tile> | ||
</msapplication> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,37 +2,37 @@ | |
"name": "Dokku", | ||
"icons": [ | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].1\/docs\/assets\/favicons\/android-chrome-36x36.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].2\/docs\/assets\/favicons\/android-chrome-36x36.png", | ||
"sizes": "36x36", | ||
"type": "image\/png", | ||
"density": "0.75" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].1\/docs\/assets\/favicons\/android-chrome-48x48.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].2\/docs\/assets\/favicons\/android-chrome-48x48.png", | ||
"sizes": "48x48", | ||
"type": "image\/png", | ||
"density": "1.0" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].1\/docs\/assets\/favicons\/android-chrome-72x72.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].2\/docs\/assets\/favicons\/android-chrome-72x72.png", | ||
"sizes": "72x72", | ||
"type": "image\/png", | ||
"density": "1.5" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].1\/docs\/assets\/favicons\/android-chrome-96x96.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].2\/docs\/assets\/favicons\/android-chrome-96x96.png", | ||
"sizes": "96x96", | ||
"type": "image\/png", | ||
"density": "2.0" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].1\/docs\/assets\/favicons\/android-chrome-144x144.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].2\/docs\/assets\/favicons\/android-chrome-144x144.png", | ||
"sizes": "144x144", | ||
"type": "image\/png", | ||
"density": "3.0" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].1\/docs\/assets\/favicons\/android-chrome-192x192.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].2\/docs\/assets\/favicons\/android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image\/png", | ||
"density": "4.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,13 +39,13 @@ h1 { | |
font-size: 1.6em; | ||
} | ||
.header .navbar-brand a { | ||
background-image: url(https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/dokku.png); | ||
background-image: url(https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/dokku.png); | ||
text-indent: 40px; | ||
} | ||
.blurb { | ||
color: #424242; | ||
background-color: #ededed; | ||
background-image: url(https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/gplaypattern.png); | ||
background-image: url(https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/gplaypattern.png); | ||
padding: 45px 0; | ||
text-align: center; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
"0.19.13", | ||
"0.20.4", | ||
"0.21.4", | ||
"0.22.1" | ||
"0.22.2" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,30 +10,30 @@ | |
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> | ||
<title>Dokku - The smallest PaaS implementation you've ever seen</title> | ||
|
||
<link rel="apple-touch-icon" sizes="57x57" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/apple-touch-icon-180x180.png"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/favicon-16x16.png" sizes="16x16"> | ||
<link rel="manifest" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/manifest.json"> | ||
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/favicon.ico"> | ||
<link rel="apple-touch-icon" sizes="57x57" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-180x180.png"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/favicon-16x16.png" sizes="16x16"> | ||
<link rel="manifest" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/manifest.json"> | ||
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/favicon.ico"> | ||
<meta name="apple-mobile-web-app-title" content="Dokku"> | ||
<meta name="application-name" content="Dokku"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="msapplication-TileImage" content="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/mstile-144x144.png"> | ||
<meta name="msapplication-config" content="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/favicons/browserconfig.xml"> | ||
<meta name="msapplication-TileImage" content="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/mstile-144x144.png"> | ||
<meta name="msapplication-config" content="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/browserconfig.xml"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/gh/dokku/[email protected].1/docs/assets/style.css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/style.css" rel="stylesheet"> | ||
<!-- <link href="/dokku/docs/assets/style.css" rel="stylesheet"> --> | ||
<style> | ||
.sponsors { | ||
|
@@ -127,12 +127,12 @@ <h2>The smallest PaaS implementation you've ever seen</h2> | |
<p class="line"> | ||
<span class="path"></span> | ||
<span class="prompt">$</span> | ||
<span class="command">wget https://raw.githubusercontent.com/dokku/dokku/v0.22.1/bootstrap.sh</span> | ||
<span class="command">wget https://raw.githubusercontent.com/dokku/dokku/v0.22.2/bootstrap.sh</span> | ||
</p> | ||
<p class="line"> | ||
<span class="path"></span> | ||
<span class="prompt">$</span> | ||
<span class="command">sudo DOKKU_TAG=v0.22.1 bash bootstrap.sh</span> | ||
<span class="command">sudo DOKKU_TAG=v0.22.2 bash bootstrap.sh</span> | ||
</p> | ||
<p class="line"> | ||
<span class="output"> # go to your server's IP and follow the web installer</span> | ||
|
Oops, something went wrong.