16 Commits

Author SHA1 Message Date
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