382 Commits

Author SHA1 Message Date
Jonas Kaninda 1a038ce0f5 Merge branch 'routing-capabilities' into route-loadbalancing 2024-11-10 08:18:25 +01:00
Jonas Kaninda d97306a2ec Merge branch 'main' of github.com:jkaninda/goma-gateway into route-loadbalancing 2024-11-10 08:18:05 +01:00
jkaninda 8e5e01239d Merge pull request #80 from jkaninda/docs
docs: update deployment config
2024-11-10 08:16:47 +01:00
Jonas Kaninda 0895151b59 docs: update deployment config 2024-11-10 08:15:47 +01:00
Jonas Kaninda bc057dd435 feat: add multiple hosts rounting capabilities 2024-11-10 07:56:46 +01:00
jkaninda 4ee9ec5825 Merge pull request #79 from jkaninda/docs
docs: update todo list
2024-11-09 15:19:24 +01:00
Jonas Kaninda 7bb64497c2 docs: update todo list 2024-11-09 15:18:43 +01:00
jkaninda 3e865ffe99 Merge pull request #78 from jkaninda/docs
docs: update deployment doc
2024-11-09 15:07:05 +01:00
Jonas Kaninda 3daa750e54 docs: update deployment doc 2024-11-09 15:06:09 +01:00
jkaninda a598830649 Merge pull request #77 from jkaninda/docs
docs: update todo list
2024-11-09 11:06:12 +01:00
jkaninda 11b64df0fa docs: update todo list 2024-11-09 11:05:21 +01:00
jkaninda 0f39ead97c feat: add routes loadblancing 2024-11-09 10:59:17 +01:00
jkaninda f6a3556858 Merge pull request #76 from jkaninda/refactor
Refactor
2024-11-09 05:46:32 +01:00
jkaninda 1279f82bf9 chore: remove server name 2024-11-09 05:45:49 +01:00
jkaninda 7de898962d fix: error in creating default configuration 2024-11-09 05:34:23 +01:00
jkaninda c6d1e0e6be Merge pull request #75 from jkaninda/docs
update CONTRIBUTING.md
2024-11-09 05:18:28 +01:00
jkaninda 027728d3c2 update CONTRIBUTING.md 2024-11-09 05:16:52 +01:00
jkaninda fc96d69486 Merge pull request #74 from jkaninda/docs
Docs
2024-11-09 05:15:32 +01:00
jkaninda 046abdda24 add CONTRIBUTING.md 2024-11-09 05:14:43 +01:00
jkaninda ce9a53b6e2 ci: go test on push 2024-11-09 04:52:38 +01:00
jkaninda ea1dbf26bd docs: update configuration deployment 2024-11-09 04:52:05 +01:00
jkaninda 8730fcd98e Merge pull request #73 from jkaninda/route-allowed-methods
docs: add configuration example file
2024-11-08 23:16:52 +01:00
jkaninda 21d7dbfc52 docs: add configuration example file 2024-11-08 23:16:12 +01:00
jkaninda 293325dcb1 Merge pull request #72 from jkaninda/route-allowed-methods
feat: add limit HTTP methods allowed for a particular route
2024-11-08 23:10:13 +01:00
jkaninda d24625496f feat: add limit HTTP methods allowed for a particular route 2024-11-08 22:58:09 +01:00
jkaninda 87bb8f9f99 Merge pull request #71 from jkaninda/docs
docs: update docker deployment
2024-11-08 20:11:39 +01:00
jkaninda b8b5353568 docs: update docker deployment 2024-11-08 20:10:01 +01:00
jkaninda 26599f52eb Merge pull request #70 from jkaninda/docs
add block common exploits and OAuth middleware
2024-11-08 20:00:50 +01:00
jkaninda e27751ee46 docs: add block common exploits and oauth middleware 2024-11-08 19:39:38 +01:00
jkaninda d4de147524 docs: add block common exploits and oauth middleware 2024-11-08 19:34:28 +01:00
jkaninda b2e9f8e84f Merge pull request #69 from jkaninda/develop
refactor: change cookie name
2024-11-08 18:19:58 +01:00
jkaninda 2012ac69a3 refactor: change cookie name 2024-11-08 18:19:26 +01:00
jkaninda b38bd9bf42 Merge pull request #68 from jkaninda/develop
feat: add OAuth token validity verification
2024-11-08 12:09:22 +01:00
jkaninda bd20895306 feat: add oauth token validity verification 2024-11-08 12:03:52 +01:00
jkaninda 5e6223f52a Merge pull request #67 from jkaninda/oauth-middleware
chore: add default configuration file verification before generating …
2024-11-07 16:01:51 +01:00
jkaninda d6e7791cb4 chore: add default configuration file verification before generating a new one when passing a wrong config file 2024-11-07 15:53:36 +01:00
jkaninda d4b4a1cf35 chore: change configuration path 2024-11-07 15:42:11 +01:00
jkaninda b0d8b77ee2 Merge pull request #66 from jkaninda/oauth-middleware
feat: add Oauth middleware
2024-11-07 12:29:02 +01:00
jkaninda 22aed0b118 docs: update readme 2024-11-07 12:14:56 +01:00
jkaninda 4d18a8578a chore: update server cmd 2024-11-07 10:45:23 +01:00
jkaninda 3eb3bd548b ci: add binary realese 2024-11-07 10:38:33 +01:00
jkaninda 585eb33e7e Dockerfile: add ports number 2024-11-07 10:14:49 +01:00
jkaninda 8b4168344c chore: change server ports number 80=> 8080, 443 to 8443, remove bind privileged port - port 80 443 2024-11-07 10:14:09 +01:00
jkaninda 946c40fda0 feat: add oauth middleware 2024-11-07 09:45:09 +01:00
jkaninda 59c0e59529 Merge pull request #64 from jkaninda/block-common-exploits
feat: add block common exploits middleware
2024-11-07 00:02:12 +01:00
jkaninda ca2352a16b Merge pull request #65 from jkaninda/docs
docs: update configuration example
2024-11-07 00:01:53 +01:00
jkaninda 1e02e37ff3 docs: update configuration example 2024-11-07 00:00:58 +01:00
jkaninda 69e29dee2a feat: add block common exploits middleware 2024-11-06 09:17:21 +01:00
jkaninda a23111f1ad Merge pull request #62 from jkaninda/develop
ci: updae release worlfolw
2024-11-05 21:15:53 +01:00
jkaninda 4a03270736 ci: updae release worlfolw 2024-11-05 21:15:28 +01:00