Commit Graph

4 Commits

Author SHA1 Message Date
6e8a7b81fb 📚 Update documentation with Headplane UI access and configuration
- Update INSTALLATION_GUIDE.md:
  * Add Headplane configuration section with proper config.yaml
  * Update docker-compose.yml example with simplified environment variables
  * Add Headplane login instructions and API key information
  * Update troubleshooting section for cookie_secret validation errors
- Update CLIENT_CONNECTION_TEST.md:
  * Add Headplane web UI access information
  * Include external access URL (192.168.0.151:3000/admin/)
  * Add login credentials and API key details
- Update start.sh:
  * Include Headplane UI URLs in installation summary
  * Add external access information for network environments

All documentation now reflects the working Headplane UI configuration
and provides complete setup instructions for both local and external access.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 15:12:54 +09:00
52cc779bca 🎉 Working Headscale Setup with Docker Complete
 주요 성과:
- Headscale 서버 정상 작동 (포트 8070)
- 포트 충돌 문제 해결 (8080 → 8070)
- 최신 Headscale 설정 형식 적용
- 사용자 생성 및 Pre-auth 키 생성 성공
- Docker Compose 완전 설정

🔧 수정된 구성:
- docker-compose.yml: 포트 매핑 및 헬스체크 개선
- config/config.yaml: 최신 DNS 및 Policy 설정 적용
- .env.example: 8070 포트로 업데이트
- README.md: 올바른 접속 정보 및 명령어
- start.sh: 향상된 설치 스크립트

📊 성공한 기능들:
-  Headscale API: http://localhost:8070
-  사용자 생성: myuser (ID: 1)
-  API 키 생성: 8qRr1IB.tV95CmA0fLaCiGGIgBfeoN9daHceFkzI
-  Pre-auth 키: fc4f2dc55ee00c5352823d156129b9ce2df4db02f1d76a21
-  SQLite 데이터베이스 설정

🚧 진행 중:
- Headplane UI 설정 (설정 파일 문제로 보류)
- 클라이언트 연결 테스트 준비 완료

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 14:34:56 +09:00
2045f6dfc0 🔧 Remove auto Git management and finalize setup scripts
 개선사항:
- 자동 Git 관리 기능 제거 (setup-complete.sh 삭제)
- start.sh에서 불필요한 자동화 제거
- README.md 정리 및 올바른 경로 수정
- 깔끔한 수동 설치 프로세스 완성

📝 수정된 파일들:
- start.sh: 설치만 집중, Git 자동화 제거
- README.md: 올바른 파일 구조와 실행 방법 안내
- 환경변수 설정 가이드 추가

🚀 이제 실제 설치 테스트 준비 완료!

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-06 17:00:18 +09:00
e0c4a9de3d 📝 Add missing files: README.md, config.yaml, start.sh
 추가된 파일들:
- README.md: 프로젝트 문서 및 사용법 가이드
- config/config.yaml: Headscale 완전 설정 파일
- start.sh: 원클릭 자동 설치 스크립트

🔧 설정 세부사항:
- SQLite 데이터베이스 기본 설정
- Magic DNS 활성화
- Korean 시간대 설정
- 보안 설정 포함

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-06 16:55:35 +09:00