25 Commits

Author SHA1 Message Date
hwansae91
7daa4144a7 metric 추가
Some checks failed
Deploy Nginx Config to Ubuntu Server / deploy (push) Failing after 1s
2025-08-31 15:54:00 +09:00
hwansae91
ec021edcf1 metric url 추가
Some checks failed
Deploy Nginx Config to Ubuntu Server / deploy (push) Failing after 1s
admin / 19800508
2025-08-31 15:52:26 +09:00
hwansae91
c14f5c53b6 [hotfix]
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
stub_status on 제거(추후 생성할 예정)
2025-08-31 15:34:15 +09:00
hwansae91
b9f7370441 [enhance] 보안 및 request body size 등으로 인해 성능 튜닝 및 nginx 유저/그룹 추가
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
· groupadd -g 10000 nginx
· useradd --system -u 10000 --no-create-home --shell /bin/false -g nginx  nginx
※ 추가한 코드에는 주석으로 기능설명을 달아놓음
2025-08-31 15:08:35 +09:00
happybell80
97203cd7e1 Update robeing terminology
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-08-21 00:02:32 +09:00
happybell80
ded038b8cd Add robeing-gateway proxy configuration
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- Add /gateway/ location for API Gateway (port 8100)
- Configure for both HTTP and HTTPS server blocks
- Enable request routing to robeing services
2025-08-09 13:33:55 +09:00
happybell80
04a73eed52 feat: nginx default_server 블록에 프록시 설정 추가
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 3s
- 내부망 HTTP 요청 시 프론트엔드가 아닌 API로 정상 프록시되도록 수정
- /api/, /admin, /rb10508/, /rb8001/, /rb10408/, /skill-email/ 경로 추가
- 옵션 1 적용: 첫 번째 server 블록에도 프록시 설정 복사
2025-07-28 22:35:50 +09:00
happybell80
4b96f1e3b1 Fix nginx location priority: add ^~ flag to API routes
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-07-27 01:20:52 +09:00
happybell80
9a3dab4351 Add proxy configuration for 51124 server (rb8001, rb10408, rb10508)
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-07-27 00:17:56 +09:00
happybell80
626f9d4e6a Add nginx proxy configuration for rb10408 port (희재님 테스트용)
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-07-21 22:59:15 +09:00
happybell80
a34f0060c0 feat: skill-email 프록시 설정 추가
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
- /skill-email/ → http://localhost:8501/ 프록시 추가
- 포트 8501에서 실행되는 skill-email 서비스 연결

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 19:11:38 +09:00
happybell80
576dd5d424 fix: change nginx root back to direct path
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- Change from /var/www/html/frontend-customer to /home/admin/frontend-customer/dist
- Direct connection without symbolic link (permissions already fixed)
- Simpler and more efficient
2025-07-18 00:30:28 +09:00
happybell80
d16947c089 fix: change nginx root to /var/www/html/frontend-customer
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- Change from /home/admin/frontend-customer/dist to /var/www/html/frontend-customer
- Allows www-data user to access files without permission issues
2025-07-18 00:09:09 +09:00
happybell80
dfd47e145d fix: update HTTPS server to serve static files instead of proxy
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- Change root from /var/www/html to /home/admin/frontend-customer/dist
- Replace proxy_pass with try_files for static file serving
- Both HTTP and HTTPS now serve same static content
2025-07-18 00:03:06 +09:00
happybell80
f45b7951dd fix: remove duplicate try_files directive
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- Remove duplicate try_files causing nginx syntax error
- Keep only SPA routing support
2025-07-17 23:55:16 +09:00
happybell80
9395a46d4c fix: change nginx root to serve frontend-customer static files
Some checks failed
Deploy Nginx Config to Ubuntu Server / deploy (push) Failing after 1s
- Change root from /var/www/html to /home/admin/frontend-customer/dist
- Add try_files for SPA routing support
2025-07-17 23:53:44 +09:00
happybell80
00ce33ec37 feat: auth.ro-being.com HTTPS 설정 추가
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
- 80 포트에서 443으로 자동 리다이렉션
- SSL 인증서 경로 설정
- OAuth 콜백 타임아웃 설정 포함
2025-07-17 00:30:33 +09:00
happybell80
81046eb9be feat: auth.ro-being.com 서버 설정 추가 - proxy_pass 끝에 / 포함
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-07-17 00:16:27 +09:00
happybell80
a810837479 feat: add /rb8001/ routing for rb8001 container on port 8001
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (pull_request) Successful in 1s
2025-07-16 00:39:50 +09:00
698913a351 Add /admin route for admin dashboard
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- Enable external access to admin dashboard via ro-being.com/admin
- Proxy /admin requests to localhost:8000
- Maintain same proxy headers as API endpoints

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 19:30:53 +09:00
happybell80
67a6a3660c Add Gitea reverse proxy configuration for git.ro-being.com
Some checks failed
Deploy to Ubuntu Server / deploy (push) Has been cancelled
2025-07-14 00:11:12 +09:00
happybell80
f5ab712ea4 10508/ 2025-07-09 22:46:21 +09:00
happybell80
42ec74c348 feat: test_api 프록시 경로를 rb10508로 변경
- /rb8001/ → /rb10508/로 경로 변경
- 포트 8001 → 10508로 변경
- README.md 프록시 라우팅 정보 업데이트

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 21:10:40 +09:00
happybell80
0f18ab56d1 fix: API 프록시 포트를 8000으로 수정
- /api/ 경로를 localhost:18000 → localhost:8000으로 변경
- frontend 백엔드 실제 포트에 맞춰 nginx 설정 수정
- README.md 프록시 라우팅 정보 업데이트

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 19:54:46 +09:00
happybell80
7102f9b15d feat: 서버 nginx 직접 설정 배포로 변경
- Docker nginx 대신 서버 nginx 설정 직접 적용
- sudo NOPASSWD 특정 명령어만 허용하여 보안 유지
- nginx -t 및 systemctl reload 자동화
- README.md 배포 플로우 업데이트

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 18:19:19 +09:00