Commit Graph

31 Commits

Author SHA1 Message Date
Pаramtamtām
6b3be0d550
v3.0.0 (#287) 2024-07-03 18:12:13 +04:00
Paramtamtam
c851aad4f2
hotfix for the release error 2024-03-17 11:39:51 +04:00
dependabot[bot]
7beea7b5a8
build(deps): bump golang from 1.21-bullseye to 1.22-bullseye
Bumps golang from 1.21-bullseye to 1.22-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 22:01:50 +00:00
alphanoob1337
8e7570eee3
fix: "Too big request header" (#244)
* Added environment variable and CLI parameter for adjusting the read buffer size

* Changed readBufferSize to int and some bugfixing

* Small fixes

* ci: 👷 CI system updated

* ci: 👷 CI system updated

---------

Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
2023-11-20 12:27:40 +04:00
Paramtamtam
7ab0fa6f23
chore: The docker environment is refactored 2023-09-03 20:17:07 +04:00
Paramtamtam
81570b42c0
chore: The docker environment is refactored 2023-09-03 20:16:50 +04:00
dependabot[bot]
61c1958717
build(deps): bump golang from 1.20-alpine to 1.21-alpine (#222)
* build(deps): bump golang from 1.20-alpine to 1.21-alpine

Bumps golang from 1.20-alpine to 1.21-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* wip: 🔕 temporary commit

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
2023-09-02 07:17:15 -07:00
Paramtamtam
48313685ec
chore: Module name changed, deps updated 2023-02-23 21:49:45 +04:00
renovate[bot]
830b5bb934
chore(deps): update golang docker tag to v1.20 (#173)
* chore(deps): update golang docker tag to v1.20

* updated

* update

* update

* Update .github/workflows/tests.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
2023-02-02 13:09:29 +04:00
Paramtamtam
252618a975
chore: Better CLI (#163) 2023-01-29 14:54:56 +04:00
renovate[bot]
1eafe58d16
Update golang Docker tag to v1.19 (#127)
* Update golang Docker tag to v1.19

* wip: temporary commit

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
2022-08-24 21:38:26 +04:00
dependabot[bot]
bde35e2c79
Bump golang from 1.18.1-alpine to 1.18.3-alpine (#114) 2022-06-05 09:22:08 +00:00
dependabot[bot]
3ffb952cdd
Bump golang from 1.18.0-alpine to 1.18.1-alpine (#95) 2022-05-02 06:54:34 +00:00
Paramtamtam
d21a6f2797
Added possibility to disable error pages auto-localization (#94) 2022-04-12 15:34:35 +05:00
Paramtamtam
a3389aaafa
Changing UID/GID to the numeric values (#93) 2022-04-09 20:39:52 +05:00
dependabot[bot]
6c0885a5d3
Bump golang from 1.17.7-alpine to 1.18.0-alpine (#76) 2022-03-19 11:33:30 +00:00
dependabot[bot]
8d24125eee
Bump golang from 1.17.6-alpine to 1.17.7-alpine (#69) 2022-03-04 05:25:18 +00:00
dependabot[bot]
915e810088
Bump golang from 1.17.5-alpine to 1.17.6-alpine (#57) 2022-01-29 07:50:17 +00:00
Paramtamtam
bed576f26c
Go templates support, XML, JSON, Ingress (#49) 2022-01-27 17:29:49 +05:00
Paramtamtam
79bbf3d71e
Flag --default-http-code for the serve subcommand added (#44) 2022-01-03 21:51:30 +05:00
dependabot[bot]
1dec69d726
Bump golang from 1.17.3-alpine to 1.17.5-alpine (#42) 2022-01-03 15:40:05 +00:00
dependabot[bot]
e6f3250286
Bump golang from 1.17.2-alpine to 1.17.3-alpine (#38) 2021-12-02 11:08:52 +00:00
dependabot[bot]
6bd973a803
Bump golang from 1.17.1-alpine to 1.17.2-alpine (#34) 2021-11-02 06:33:04 +00:00
Paramtamtam
bb17027cc9
Allow to set default error page (#30) 2021-10-06 22:38:00 +05:00
Paramtamtam
29f024ebcc
v2: App rewritten in Go (#25) 2021-09-29 20:38:50 +05:00
Paramtamtam
ce98410e51
Nginx Healthcheck endpoint + Dockerfile healthcheck (#23)
Co-authored-by: modem7 <modem7@gmail.com>
2021-09-06 11:47:10 +05:00
Paramtamtam
8c2155407a
Update Dockerfile 2021-07-20 18:29:54 +05:00
Paramtamtam
fbf13ebb9b
Fix file permissions in docker file 2021-04-13 21:51:23 +05:00
Paramtamtam
515bd44e13
Source code refactored (#7) 2021-04-13 18:55:03 +05:00
Paramtamtam
5e29c30c23
Improve repository 2020-07-08 22:15:53 +05:00
Paramtamtam
f238061af7
Basic repo files added 2020-07-08 16:12:21 +05:00