GoDoxy/internal/api/v1
Yuzerion 4a8bd48ad5
Some checks are pending
Docker Image CI (socket-proxy) / build (push) Waiting to run
fix: optimize memory usage, fix agent and code refactor (#118)
* refactor: simplify io code and make utils module independent

* fix(docker): agent and socket-proxy docker event flushing with modified reverse proxy handler

* refactor: remove unused code

* refactor: remove the use of logging module in most code

* refactor: streamline domain mismatch check in certState function

* tweak: use ecdsa p-256 for autocert

* fix(tests): update health check tests for invalid host and add case for port in host

* feat(acme): custom acme directory

* refactor: code refactor and improved context and error handling

* tweak: optimize memory usage under load

* fix(oidc): restore old user matching behavior

* docs: add ChatGPT assistant to README

---------

Co-authored-by: yusing <yusing@6uo.me>
2025-05-25 09:45:57 +08:00
..
certapi fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
dockerapi fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
favicon refactor: improve error handling and response formatting in API 2025-05-03 17:41:10 +08:00
agents.go tweak: replace coder/websocket with gorilla/websocket 2025-05-19 23:15:11 +08:00
config_file.go refactor: improve error handling and response formatting in API 2025-05-03 17:41:10 +08:00
health.go tweak: replace coder/websocket with gorilla/websocket 2025-05-19 23:15:11 +08:00
homepage_overrides.go fix: update http error handling 2025-05-04 02:34:34 +08:00
index.go refactor: error http handling 2025-03-28 07:39:26 +08:00
list_files.go refactor(api): restructure existing routes and remove unused debug endpoints and command line arguments 2025-05-10 13:12:41 +08:00
list_homepage_categories.go refactor(api): restructure existing routes and remove unused debug endpoints and command line arguments 2025-05-10 13:12:41 +08:00
list_homepage_config.go refactor(api): restructure existing routes and remove unused debug endpoints and command line arguments 2025-05-10 13:12:41 +08:00
list_icons.go refactor(api): restructure existing routes and remove unused debug endpoints and command line arguments 2025-05-10 13:12:41 +08:00
list_route.go feat(api): refined list route api 2025-05-10 15:22:30 +08:00
list_route_providers.go tweak: replace coder/websocket with gorilla/websocket 2025-05-19 23:15:11 +08:00
list_routes.go feat(api): refined list route api 2025-05-10 15:22:30 +08:00
list_routes_by_provider.go refactor(api): restructure existing routes and remove unused debug endpoints and command line arguments 2025-05-10 13:12:41 +08:00
new_agent.go refactor: improve error handling and response formatting in API 2025-05-03 17:41:10 +08:00
reload.go refactor: error http handling 2025-03-28 07:39:26 +08:00
stats.go tweak: replace coder/websocket with gorilla/websocket 2025-05-19 23:15:11 +08:00
system_info.go fix(agent): reduce the size of agent binary by modules separation 2025-04-26 05:22:40 +08:00