웹 인터페이스 접속
브라우저를 열고 다음으로 이동합니다. https://<SERVER-IP>
로그인하라는 메시지가 표시되면 다음에 저장된 사용자 인증 정보를 사용하세요. /root/.cloudzy-creds
기본 사용자
설치 중에 두 명의 사용자가 자동으로 생성됩니다.
다음을 통해 언제든지 볼 수 있습니다.
cat /root/.cloudzy-creds
사용자 관리
다른 사용자를 수동으로 추가하려면 /root/screego/users:
echo "<USERNAME>:$(python3 -c "import bcrypt; print(bcrypt.hashpw(b<PASSWORD>, bcrypt.gensalt()).decode())")" >> /root/screego/users
그런 다음 Screego 서비스를 다시 시작합니다.
cd /root/screego
docker compose restart
중요한 파일 및 디렉토리
- 설치 디렉토리:
/root/screego - Docker Compose 파일:
/root/screego/docker-compose.yml - 저장된 자격 증명 정보:
/root/.cloudzy-creds - SSL 인증서:
/etc/nginx/ssl/screego.crt - SSL 개인 키:
/etc/nginx/ssl/screego.key - Nginx 구성:
/etc/nginx/sites-available/screego.conf