Commit graph

69 commits

Author SHA1 Message Date
meredrica
d52d4230c4
Removes outdated feature from README
The container does not create SSL Certs anymore.
Removed the corresponding entry from the README
2021-05-26 09:22:29 +02:00
Pierre Zemb
a4ffd0cf3c
Merge pull request #40 from andrewstucki/master
Add debug symbol stripping and binary packing
2021-04-21 09:47:25 +02:00
Andrew Stucki
497d4ef270 Add debug symbol stripping and binary packing 2020-10-26 22:19:26 -04:00
Pierre Zemb
131f4922cd
Merge pull request #39 from phartenfeller/master
Middleware to configure response headers
2020-09-29 08:42:57 +02:00
phartenfeller
3438532c3f Config path can be specified with a parameter 2020-09-28 19:47:48 +02:00
phartenfeller
64bc411fc7 updated readme 2020-09-28 12:11:01 +02:00
phartenfeller
73eac2e1a6 improved found rules logging 2020-09-28 12:09:00 +02:00
phartenfeller
dbdda5ed3d custom header documentation 2020-09-28 11:59:03 +02:00
phartenfeller
1557fd3591 split headerConfig logic to new file and middleware 2020-09-27 18:15:09 +02:00
phartenfeller
2c00fb0d38 use json config + changed headers to key value array 2020-09-23 20:58:22 +02:00
phartenfeller
adb719ea4c custom header test 2020-09-23 18:09:44 +02:00
Pierre Zemb
f736c992aa
Merge pull request #37 from codepope/patch-1
Removing switches
2020-09-14 22:10:02 +02:00
Dj Walker-Morgan
2f2e1a8d14
Removing switches
Switches for new feature additions got into the PR. Apologies. This Change removes them
2020-09-14 20:01:49 +01:00
Pierre Zemb
39f4223b5b
Merge pull request #35 from superfly/resolving-conflict-codepope
Adds https promotions
2020-09-14 14:07:04 +02:00
Dj Walker-Morgan
eba8b55f77
Merge branch 'master' into resolving-conflict-codepope 2020-09-14 10:05:03 +01:00
Pierre Zemb
76f0a0a9da
Merge pull request #34 from mickydelfavero/master
Added logRequest flag and function to log request
2020-09-14 10:23:05 +02:00
Dj Walker-Morgan
75ec8df8c7 Add promote check (oops) 2020-09-10 13:00:09 +01:00
Dj Walker-Morgan
6ca38384a8 typo fixes 2020-09-10 12:49:06 +01:00
Dj Walker-Morgan
eb2c228c60 Updated Readme 2020-09-10 12:47:32 +01:00
Dj Walker-Morgan
22acfdcc3c Added -https-promote switch 2020-09-08 14:52:18 +01:00
Dj Walker-Morgan
8c42b65687 Merge github.com/PierreZ/goStatic/pull/34/ 2020-09-08 10:29:44 +01:00
Micky Del Favero
b17c697cca Added logRequest flag and function to log request
Signed-off-by: Micky Del Favero <micky@BeeCloudy.net>
2020-08-22 15:26:07 +02:00
Pierre Zemb
6dec24428d
Merge pull request #33 from geshan/patch-1
Fixed some typos
2020-08-20 09:39:11 +02:00
Geshan Manandhar
31dfde680c
Fixed some typos 2020-08-20 09:38:56 +10:00
Pierre Zemb
fac177c096
Merge pull request #32 from antoniofagardo/add-arm-dockerfile
Add dockerfile for linux arm5, 6, 7 and arm64
2020-07-23 07:58:42 +02:00
Antoine Gosset
86bf29072e Add dockerfile for arm5, 6, 7 and arm64 2020-07-22 12:28:04 -07:00
Pierre Zemb
14c6071be2
Merge pull request #30 from teohrt/typo
Fixed typo
2020-04-23 10:54:39 +02:00
Trace
772c9c07f0 Fixed typo 2020-04-22 21:46:46 -07:00
Pierre Zemb
84a438493d
Merge pull request #29 from dimitor115/master
Add gzip handling
2020-03-01 11:41:05 +01:00
Maciej Kopeć
7278807b24 Add gzip handling 2020-02-26 21:39:06 +01:00
Pierre Zemb
20aeab6b06
Merge pull request #25 from mkalus/master
Add /health endpoint for health checks.
2019-11-26 16:49:55 +01:00
Maximilian Kalus
7bbf733d98 Add /health endpoint for health checks. Can be enabled using --enable-health. 2019-11-26 13:27:20 +01:00
Pierre Zemb
08d27145aa
Merge pull request #22 from solaris765/master
FEAT: added user to build
2019-11-12 08:42:51 +01:00
mason
607878c71a FIX: 'RANDOM' not available in golang image, using 'shuf' instead. 2019-11-11 16:25:34 -08:00
mason
b3734e9ff9 FIX: removed static 'passwd' & 'group' files. 2019-11-11 16:09:46 -08:00
mason
07444ace8c FEAT: added user to build 2019-11-09 09:41:49 -08:00
Pierre Zemb
1699bc8106
Merge pull request #19 from nigelsim/recursive-fallback
feat: recursive fallback resolution
2019-10-16 15:36:24 +02:00
Nigel Sim
90ee9f39bc feat: recursive fallback resolution 2019-10-15 23:02:26 +10:00
Pierre Zemb
3f97f57aae
Merge pull request #17 from PierreZ/dockerfile
fix #16: Base image centurylink/ca-certs is outdated (3 years old)
2019-02-26 10:04:27 +01:00
Pierre Zemb
6f5dcaead9
fix #16: Base image centurylink/ca-certs is outdated (3 years old)
As we dropped HTTPS support, we can remove ca-certs and ldflags I guess
2018-09-02 19:40:49 +00:00
Pierre Zemb
555e0d9ace
Merge pull request #15 from mgurov/spaRouting
--fallback=/index.html to account for SPA routing
2018-07-13 11:15:55 +02:00
Pierre Zemb
2a94360a50
Merge pull request #14 from aiomaster/master
Fix a warning with getaddrinfo while compiling
2018-07-13 11:14:50 +02:00
Mykola Gurov
94a0534d12 docs 2018-07-12 21:58:23 +02:00
Mykola Gurov
e00083992e --fallback=/index.html to account for SPA routing
closes #8
2018-07-12 20:58:11 +02:00
Christoph Wagner
cdd0ff7904
Fix a warning with getaddrinfo while compiling
add netgo to the build
2018-05-06 00:16:54 +02:00
Pierre Zemb
c835df9fee
Merge pull request #13 from jessebluemr/master
Add --context parameter to allow the definition of an initial url path
2018-04-28 15:02:21 +02:00
mre
f6b205a2fb Add --context parameter to allow the definition of an initial url path 2018-03-21 09:08:30 +01:00
Pierre Zemb
0127bd130c
fix #9: right header to force authenticate
More about basic auth: https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication
2017-11-18 16:39:24 +01:00
Pierre Zemb
8a712d9155
fix: better links for badges 2017-11-14 00:41:09 +01:00
Pierre Zemb
5649a380d1
chore: badges 2017-11-14 00:39:27 +01:00