shipit-cli 0.17.0__py3-none-any.whl → 0.17.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- shipit/assets/wordpress/wp-config.php +8 -0
- shipit/version.py +2 -2
- {shipit_cli-0.17.0.dist-info → shipit_cli-0.17.1.dist-info}/METADATA +1 -1
- {shipit_cli-0.17.0.dist-info → shipit_cli-0.17.1.dist-info}/RECORD +6 -6
- {shipit_cli-0.17.0.dist-info → shipit_cli-0.17.1.dist-info}/WHEEL +0 -0
- {shipit_cli-0.17.0.dist-info → shipit_cli-0.17.1.dist-info}/entry_points.txt +0 -0
|
@@ -126,6 +126,14 @@ define('LOGGED_IN_SALT', get_env_var('LOGGED_IN_SALT', 'no secret provided'));
|
|
|
126
126
|
define('NONCE_SALT', get_env_var('NONCE_SALT', 'no secret provided'));
|
|
127
127
|
|
|
128
128
|
|
|
129
|
+
if ( ! isset( $_SERVER['HTTPS'] )
|
|
130
|
+
&& isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] )
|
|
131
|
+
&& 'https' === strtolower( $_SERVER['HTTP_X_FORWARDED_PROTO'] )
|
|
132
|
+
) {
|
|
133
|
+
// We need to actually set it so WP would know it's behind TLS.
|
|
134
|
+
$_SERVER['HTTPS'] = '1';
|
|
135
|
+
}
|
|
136
|
+
|
|
129
137
|
$scheme = isset( $_SERVER['HTTPS'] ) && '1' === (string) $_SERVER['HTTPS'] ? "https://" : "http://";
|
|
130
138
|
|
|
131
139
|
if (!defined('WP_HOME')) {
|
shipit/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: shipit-cli
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.1
|
|
4
4
|
Summary: Shipit CLI is the best way to build, serve and deploy your projects anywhere.
|
|
5
5
|
Project-URL: homepage, https://wasmer.io
|
|
6
6
|
Project-URL: repository, https://github.com/wasmerio/shipit
|
|
@@ -5,10 +5,10 @@ shipit/procfile.py,sha256=bjsdG8aSbRhKvrN96OiSOh0xjJHnlZg42eadtlsLc0M,1129
|
|
|
5
5
|
shipit/shipit_types.py,sha256=wQzuYOIJMlovOq56ropf2T3j_Ye6Y8BYYdAuXfEGHbM,2062
|
|
6
6
|
shipit/ui.py,sha256=vqtuAYXwB_PqlcOchrPFTQ3yoCXRBqV_GnB5R2u-1-k,243
|
|
7
7
|
shipit/utils.py,sha256=XaiuaT_5mnzlXD9i1PAkaVc162y5Y_wj_oo1z2gUQBI,248
|
|
8
|
-
shipit/version.py,sha256=
|
|
8
|
+
shipit/version.py,sha256=mkrTgRjno9EgdTlbMmf2Yos85y4h_58hK1jqYdNQars,97
|
|
9
9
|
shipit/assets/php/php.ini,sha256=SaR3wvssSROtxTY_CQ5-BspM_47_I971V5X2dsqe8sU,2579
|
|
10
10
|
shipit/assets/wordpress/install.sh,sha256=8sNe4w9F9y97JR-w5Q0ZHVgZvNm_vnd1CacY5fQjewI,3087
|
|
11
|
-
shipit/assets/wordpress/wp-config.php,sha256=
|
|
11
|
+
shipit/assets/wordpress/wp-config.php,sha256=fJiEZ8QT5Pxt4YXAX2_3Bt4QtimHyb0tmevo9KsnrEU,6664
|
|
12
12
|
shipit/builders/__init__.py,sha256=n1g3bZ_VaXVQIhwTlJnRWzDMCymVUjolykopnypyyyE,193
|
|
13
13
|
shipit/builders/base.py,sha256=mP8WdPs53oLiTQkYT1r7xpyNW5D_2gcTUFwOPkpPsHc,477
|
|
14
14
|
shipit/builders/docker.py,sha256=EZ1t-iKhP0sabURWLod4c6nkSnW7iBEinOQwnYW-Cb8,10346
|
|
@@ -29,7 +29,7 @@ shipit/runners/__init__.py,sha256=s1kICs9W8Z5buF0dalgNNx2AzGAsiTw8OzCIgYiN_ps,15
|
|
|
29
29
|
shipit/runners/base.py,sha256=4Ysvm-R6OeXKR3XoduWhyJdXvJ0ARpnzz2WHtm3p7CQ,670
|
|
30
30
|
shipit/runners/local.py,sha256=MX8Mxr4QqkI7s9lj-o3poDaQYHL9xuYEZj3WrgtmSIo,4309
|
|
31
31
|
shipit/runners/wasmer.py,sha256=OTyrsOcw8GPzeYvpVcrJC_Q7_LFLkXkIlAk06sgeBe0,20824
|
|
32
|
-
shipit_cli-0.17.
|
|
33
|
-
shipit_cli-0.17.
|
|
34
|
-
shipit_cli-0.17.
|
|
35
|
-
shipit_cli-0.17.
|
|
32
|
+
shipit_cli-0.17.1.dist-info/METADATA,sha256=UmIQtodUKLwlonkJ77kca0xkMoJc_YGMkMc34hzkYZ4,3810
|
|
33
|
+
shipit_cli-0.17.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
34
|
+
shipit_cli-0.17.1.dist-info/entry_points.txt,sha256=7AE1NjSrHaSDfbfsRRO50KKnHFTbB0Imsccd1WynzAQ,72
|
|
35
|
+
shipit_cli-0.17.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|