Wykres commitów

635 Commity (4fdd98ec612979944ecf92cd671da693d43dfec8)

Autor SHA1 Wiadomość Data
Rui Carmo 4fdd98ec61
Fix for Ubuntu 22.04 2023-02-01 20:11:43 +00:00
Rui Carmo 00babe2779
fix for Ubuntu 22.04 2023-02-01 20:05:56 +00:00
Rui Carmo b9d0964181
Merge pull request #266 from ewalk153/ew-minor-lint-fixes
Minor lint fixes
2023-01-18 07:39:58 +00:00
Eric Walker cb38cca13b Minor lint fixes
- bump complexity up to 78
- fixed whitespace formatting in piku.py (and legacy copy)
2023-01-17 22:33:15 -05:00
Rui Carmo e902c17e94 very slight tweak to procname for monitoring 2023-01-17 21:49:31 +00:00
Rui Carmo 0c27d7097f
Forgot GitHub adds icons automatically to warnings _without_ colons. 2023-01-17 14:23:36 +00:00
Rui Carmo b09fcb14ff
GFM markup fixes. 2023-01-17 14:22:05 +00:00
Rui Carmo d23c71fb3a
First pass of deprecation notices in docs 2023-01-17 14:20:33 +00:00
Rui Carmo 530837fdb8
Merge pull request #259 from ewalk153/correct-static-assets-example 2023-01-17 09:10:15 +00:00
Rui Carmo c1f6e3b0bd
Lay the ground to adopt #262 2023-01-16 23:50:41 +00:00
Rui Carmo 8e8974597b legacy, as discussed in #227 and starting to be addressed in #262 2023-01-16 23:48:10 +00:00
Rui Carmo 3ff918d328
Merge pull request #255 from lgtm-migrator/codeql
Add CodeQL workflow for GitHub code scanning
2023-01-16 23:42:54 +00:00
Rui Carmo 076b00f268
Be consistent with existing headers 2023-01-16 23:22:49 +00:00
Rui Carmo ae6f7c7494
Mapped X_FORWARDED_FOR 2023-01-16 23:20:31 +00:00
Rui Carmo f1745b38f0
Fix REMOTE_ADDR when using Cloudflare
This passed because most apps rely on X-Forwarded-For.
2023-01-16 23:16:22 +00:00
Eric Walker 860e83c587 Force trailing slash in static_path 2023-01-11 20:22:01 -05:00
Eric Walker 21a576ddea Accept Procfile path beginning with : 2023-01-11 20:22:01 -05:00
Rui Carmo b46456ad59
Merge pull request #260 from ewalk153/bump-github-actions-versions
Pin GH Actions server to Ubuntu 20.04
2023-01-07 22:41:45 +00:00
Eric Walker e2e84b8c55 Make style changes to pass linting
Bump max complexity to from 60 to 76.
2023-01-07 14:17:07 -05:00
Eric Walker c0aa829766 Pin server to ubuntu 20.04 for now 2023-01-07 11:15:58 -05:00
Eric Walker 60e16b4b11 Bump github action versions
This should add some performance improvements in ci speed, and may
address the current issue of python 3.6 not found.
2023-01-07 08:35:52 -05:00
Rui Carmo a433a68a1d
Features before tooling 2022-12-30 20:26:23 +00:00
Rui Carmo 9dfba4084a
Update README.md 2022-12-30 20:22:49 +00:00
Rui Carmo 948618018b
add link to ENV 2022-12-30 20:13:01 +00:00
Rui Carmo fac230b744
Update README.md
Simplified some text and removed outdated references.
2022-12-30 20:10:19 +00:00
Rui Carmo 00e945ba8c
Merge nginx caching functionality and docs
nginx caching for both uWSGI (UNIX socket) and web (TCP socket) back-ends.
2022-12-30 18:43:14 +00:00
Rui Carmo 81d45e85ad
different fallback default 2022-12-30 18:40:20 +00:00
Rui Carmo 4269c58525
More docs 2022-12-30 18:39:51 +00:00
Rui Carmo 27c87a2235
More control variables, standardized to seconds 2022-12-30 18:35:13 +00:00
Rui Carmo 06bc5ca74b
1 day default 2022-12-28 20:43:59 +00:00
Rui Carmo fc2f02e4ee
add docs for caching 2022-12-28 20:30:08 +00:00
Rui Carmo ef27837580
renaming for consistency 2022-12-28 20:06:37 +00:00
Rui Carmo 95f5acc2f1
Fix defaults and add NGINX_CACHE_TIME 2022-12-28 20:05:21 +00:00
Rui Carmo 8317bd8288
Merge pull request #254 from axelbdt/patch-1
Update INSTALL.md
2022-12-27 23:57:07 +00:00
Rui Carmo 7768595c03
Affordances when deleting app
We should not delete `DATA_ROOT` and we can't delete `CACHE_ROOT` since `nginx` will insist on making it private
2022-12-27 15:35:51 +00:00
Rui Carmo 9abbeb1f31
First pass at caching 2022-12-27 15:11:31 +00:00
Rui Carmo 16bed4c1d9
Update ENV.md 2022-12-22 17:05:14 +00:00
Rui Carmo 3b03dad886
Better explanation 2022-12-22 17:04:47 +00:00
Rui Carmo f49ef52aa9
readability 2022-12-22 16:59:24 +00:00
Rui Carmo 9e840d7bfb
Added note on NGINX_HTTPS_ONLY 2022-12-22 16:57:59 +00:00
Rui Carmo 4229a618cf
Remove confusing and undocumented HTTPS_TRUE 2022-12-19 20:33:25 +00:00
Rui Carmo 438c90fb75
Update ENV.md 2022-12-19 20:32:00 +00:00
Rui Carmo 6b65e637ce
Merge pull request #256 from piku/no-ipv6
Add option for disabling IPv6
2022-12-19 20:20:34 +00:00
Rui Carmo d10eeec189
Add doc for DISABLE_IPV6 2022-12-19 20:17:00 +00:00
Rui Carmo 45eba60f6d
Remove IPv6 configuration when DISABLE_IPV6 is set
This fixes running Piku in some restricted environments when IPv6 is not active, and paves the way for future auto-detection.
2022-12-19 20:14:59 +00:00
Rui Carmo 4944e0f828
Update README.md 2022-11-14 16:49:01 +00:00
LGTM Migrator 2b1ff25816
Add CodeQL workflow for GitHub code scanning 2022-11-10 15:29:14 +00:00
axelbdt b3f466ada9
Update INSTALL.md 2022-11-10 15:52:39 +01:00
Chris McCormick 283d39e87e
Merge pull request #247 from clusterfudge/issues/236
issues/236 -- address DeprecationWarning in `click`
2022-10-26 14:32:53 +08:00
Sean Fitzgerald 6b949591f9 Merge branch 'master' into issues/236 2022-10-17 08:23:07 -07:00