root
8e88ac18e9
Remove express, use built-in http for dependency-free build
2026-06-12 16:25:37 +09:00
0c55bd5da6
refactor: Express 제거, 순수 Node.js http 모듈로 교체
...
- server.js: http 모듈만 사용, 정적 파일 서빙 + API 3개
- package.json: dependencies 제거 (외부 패키지 없음)
- package-lock.json 삭제
2026-06-12 07:24:10 +00:00
root
1dcca058df
Route npm through corporate proxy
2026-06-12 16:21:02 +09:00
root
22880b23cb
Remove update-ca-certificates (not available in slim image)
2026-06-12 16:16:50 +09:00
root
0f4cf90695
Add Dockerfile for Coolify deployment
2026-06-12 16:12:34 +09:00
051c830039
feat: Node.js + Express 백엔드 추가
...
- server.js: Express 서버, 정적파일 서빙 + API 3개
- GET /api/greeting (랜덤 한국어 인사말)
- POST /api/echo (에코 테스트)
- GET /api/stats (서버 업타임/버전 정보)
- 정적 파일을 public/ 디렉토리로 이동
- index.html에서 fetch로 API 호출하는 버튼 추가
- .gitignore, package.json 추가
2026-06-12 06:21:19 +00:00
54850b79b1
init: 안녕하세요! 샘플 정적 사이트 (Coolify 배포 테스트)
...
- 홈(index.html), 소개(about.html), 연락처(contact.html) 3페이지
- 네비게이션 버튼으로 페이지 간 이동
- style.css 공통 스타일
2026-06-12 05:36:27 +00:00