Alper Kalaycioglu
82678c59a6
#214 Rename deploy java functions
2021-11-01 20:53:58 +01:00
Alper Kalaycioglu
c6420e2ca0
#214 Correct gradle deployment
2021-11-01 20:40:10 +01:00
Chris McCormick
03e3392229
Request multi-domain SSL cert if required.
...
With this change the user can put multiple space-separated domains in NGINX_SERVER_NAME and a certificate will be requested that covers all of them. Fixes #181
2021-09-23 17:10:26 +08:00
Lars Wiegman
7850545c7e
Added support for uWSGI http-socket option
2021-09-01 20:27:39 +02:00
Rui Carmo
89c030308a
Merge pull request #162 from matrixjnr/feature/ruby
...
Ruby Support
2021-08-20 19:26:33 +01:00
Rui Carmo
6488af0d53
Support Nodesource (plain node binary)
2021-03-16 10:03:33 +00:00
Rui Carmo
d3871c2333
More whitespace fixes for pyflake
2021-03-07 19:50:16 +00:00
Rui Carmo
65e51b1681
pyflake
2021-03-07 19:43:37 +00:00
Rui Carmo
b709c54e91
Preliminary cron support
2021-03-07 19:40:52 +00:00
Rui Carmo
65fc5a29e8
Change handling of asyncio config
2021-02-27 18:08:05 +00:00
Rui Carmo
d275ab541f
whitespace (pyflake)
2021-02-27 13:16:40 +00:00
Rui Carmo
f732941beb
pyflake
2021-02-27 13:12:25 +00:00
Rui Carmo
e1d3cdfe62
Implement #189
...
Start workers on demand and kill them when inactive (only works for socket workers, apparently)
2021-02-27 13:07:20 +00:00
Rui Carmo
f08e98be99
New constant and slight change in wording
2021-01-21 18:52:03 +00:00
Rui Carmo
44db62012a
Merge pull request #130 from jsenin/update_cli_command
...
Update piku cli from github
2021-01-21 18:48:04 +00:00
Rui Carmo
23076cae5b
Wording
2021-01-21 18:44:57 +00:00
Rui Carmo
5e23ffcff4
Merge pull request #147 from jsenin/show_message_if_not_apps
...
Show a message when no apps installed
2021-01-21 18:42:57 +00:00
Rui Carmo
5ccd865d94
Merge pull request #163 from chr15m/more-robust-virtualenv-creation
...
Make Python virtualenv creation robust to existing env dir.
2021-01-21 18:41:17 +00:00
Chris McCormick
5b24bca61d
Static serving resolves .html extension.
2021-01-13 08:04:49 +08:00
Rui Carmo
980ef88fa4
Fix deprecation in modern nginx versions
2020-12-19 16:51:05 +00:00
Rui Carmo
f2e861cc0b
Enforce server_name in return header
2020-03-31 18:59:29 +01:00
Rui Carmo
50699633e3
Fix HTTP header
2020-03-19 17:31:33 +00:00
Rui Carmo
4732f2729a
Fix typo
2020-03-15 17:07:23 +00:00
Rui Carmo
0cd70300d3
Handle strange characters in NodeJS log files
2020-03-15 17:05:14 +00:00
Rui Carmo
6e5df27e08
LGTM linting
2020-02-04 15:30:11 +00:00
Rui Carmo
4d9ce7eb8f
Buggy LGTM interpretation of variable context (reported)
2020-02-04 15:20:35 +00:00
Rui Carmo
2585c37976
LGTM Linting
2020-02-04 15:15:40 +00:00
Chris McCormick
ca85f12cd2
Make Python virtualenv creation robust to existing env dir.
...
This can be useful if the user starts with a static worker only and upgrades to a Python based deploy. The env dir will exist and this will prevent errors from being thrown when creating a Python virtualenv over the top.
2020-01-20 12:23:47 +08:00
matrixjnr
2891bbc30f
Ruby Support
2020-01-07 18:02:11 +03:00
matrixjnr
e3877e7df9
Ruby Support
2020-01-07 17:30:27 +03:00
Jorge Senín
b00c1c796c
Update piku cli from github
...
Once time Piku is installed in a server there is not an way to update the cli. So using 'update' client we have a non secure, but usefull cli updater. The command downloads piku.py from master branch to a temp file, if http return code is 200, its enough to supose that downloaded file is valid. We dont have file signature to validate.
2019-12-03 16:44:40 +01:00
Rui Carmo
a98dbd2b43
Fix #156
...
Revert 3 lines from #126 to reinstate support for the current (18.04) Ubuntu LTS `click` package, which is still at 6.x
2019-11-28 11:54:33 +00:00
Rui Carmo
2133a4e6a9
Fix #150 and #154
2019-11-27 05:00:32 +00:00
Rui Carmo
fe1f106875
Use logto2
...
This ensures that we are using the correct uid/gid (instead of `logto`, which will go on regardless)
2019-11-26 15:40:47 +00:00
Rui Carmo
b5a4e79ed1
Added getgrgid import
2019-11-26 08:44:56 +00:00
Rui Carmo
7d94dc6cf5
Merge pull request #136 from dwightmulcahy/cleanupimports
...
build: clean up unused imports and ignore IntelliJ files
2019-11-26 08:42:13 +00:00
Rui Carmo
e22b2c1cb8
revert #149
2019-11-25 19:53:36 +00:00
Rui Carmo
250b1ef1e6
Fixes #149
2019-11-25 19:49:49 +00:00
Rui Carmo
54b6df5b47
Fix #150
2019-11-25 19:44:36 +00:00
Jorge Senín
ebeeb6824b
Show a message when no apps installed
...
I think it is better to say that there is no app in the system instead of returning nothing
2019-11-24 03:22:18 +01:00
Rui Carmo
56d4e8bd91
reinstate gzip_disable
2019-11-20 19:41:04 +00:00
Rui Carmo
f689992e50
pyflake8 changes
2019-11-20 19:37:37 +00:00
Rui Carmo
135c771a1f
Keep pyflake happy for now
2019-11-20 19:27:20 +00:00
Rui Carmo
28ec78ad47
Remove Internet Explorer 6 gzip disable
2019-11-20 19:23:41 +00:00
Rui Carmo
15e6a81cbf
Merge pull request #128 from jsenin/master
...
Do not process empty lines or commented at Procfile
2019-11-20 19:12:04 +00:00
Rui Carmo
5523595a73
Merge branch 'master' into fix-http-socket-dup
2019-11-20 19:05:26 +00:00
Rui Carmo
2f1c815512
Merge branch 'master' into master
2019-11-20 18:42:50 +00:00
dWiGhT
bacd437b8a
Merge branch 'master' into cleanupimports
2019-11-20 10:11:23 -08:00
dWiGhT
a93b471d67
build: lite cleanup of pylint results ( #141 )
2019-11-20 08:28:02 +00:00
dWiGhT
30fda8e59b
build: removed unused imports
2019-11-19 15:49:01 -08:00