6 Commits

Author SHA1 Message Date
dalbodeule
1c9f287cd7 [feat](proxy,build): enhance HTTP tunneling protocol and add Docker publishing
- Refactored HTTP tunneling protocol to use `protocol.Envelope` for better extensibility.
- Implemented support for message types including HTTP requests, stream handling, and responses.
- Added common security headers like HSTS and X-Forwarded-For processing for improved security and identity handling.
- Introduced GitHub Actions workflow to build and publish Docker images to GHCR.
- Added new protocol structures for stream-based communication in anticipation of future WebSocket/TCP tunneling.
- Updated `go.sum` to remove unused dependencies and reflect new changes.
2025-11-27 18:49:34 +09:00
dalbodeule
c1ba29079c [docs] update and simplify GitHub Discussions template
- Refactored `DISCUSSION_TEMPLATE.md` to enhance clarity and structure.
- Simplified sections and eliminated redundancy for better usability.
- Improved bilingual (Korean/English) guidance for consistency.
2025-11-27 15:51:44 +09:00
dalbodeule
5388517767 [docs] add GitHub Discussions templates for announcements and project introduction
- Added `DISCUSSION_TEMPLATE.md` for GitHub Discussions announcements.
- Introduced `DISCUSSION_001_PROJECT_INTRODUCTION.md` as a draft for the project introduction, architecture, and roadmap.
- Templates provide bilingual (Korean/English) guidance for consistency and accessibility.
2025-11-27 15:48:03 +09:00
dalbodeule
f110c33d4d [chore](templates): add GitHub issue and pull request templates
- Added pull request template to standardize PR descriptions and improve review process.
- Introduced bug report and feature request templates for structured issue reporting.
- Configured a default issue template with contact links and disabled blank issues.
2025-11-27 15:37:25 +09:00
dalbodeule
d14a8eec63 [chore](docs): update commit message guidelines and remove old file 2025-11-26 19:24:52 +09:00
dalbodeule
e657c5e723 [chore] move commit message guidelines to .github directory 2025-11-26 17:37:32 +09:00