gohttp/model
kingecg 50c48e8f07 ```
feat(admin): add TCP proxy management and server operations

- Add restart and delete server API endpoints with proper error handling
- Implement TCP proxy management including list, create, update, delete,
  start, and stop operations
- Add TCP proxy configuration model and manager integration
- Create admin API routes for both server and TCP proxy management

feat(adminui): redesign UI with tabs for servers and TCP proxies

- Replace old site management panel with tabbed interface for servers
  and TCP proxies
- Add table views for managing HTTP servers and TCP proxies with status
  indicators
- Implement CRUD operations for both server and TCP proxy configurations
- Update styling and layout for better user experience

refactor(adminui): clean up HTML structure and remove unused features

- Remove particle background and theme switching functionality
- Simplify HTML template by removing unused chart and logger panels
- Rename application title to "GoHttp Management Console"
- Update refresh button and remove export/import configuration options
```

Co-authored-by: Copilot <copilot@github.com>
2026-07-11 21:11:31 +08:00
..
data.go refactor and add static 2025-02-18 00:54:50 +08:00
model.go ``` 2026-07-11 21:11:31 +08:00
names.go "feat(server): 添加SSL匹配器并支持HTTPS服务器启动逻辑" 2025-06-24 11:07:31 +08:00
names_test.go refactor(config): 重构配置处理逻辑 2025-06-23 23:12:03 +08:00