Access HumHub
- 브라우저를 열고 다음 주소로 이동하세요:
https://<SERVER-IP> - 자체 서명 인증서 경고를 수락하세요.
- 설정 마법사를 완료하세요.
- 데이터베이스가 초기화되었으며, 인증 정보는 다음 경로에 안전하게 저장되어 있습니다.
/root/.cloudzy-creds.
주요 파일 및 디렉터리
- Database credentials:
/root/.cloudzy-creds - SSL files:
/etc/ssl/certs/humhub.crt&/etc/ssl/private/humhub.key - Apache config:
/etc/apache2/sites-available/humhub.conf - App files:
/var/www/humhub
도메인으로 SSL 활성화하기
다음 명령어를 실행하여 유효한 Let's Encrypt 인증서를 발급받으세요.
certbot certonly --apache --non-interactive --agree-tos --email [email protected] -d yourdomain.com
Apache 설정 파일을 열고, IP 주소를 도메인 이름으로 교체하고 기존 SSL 인증서 경로도 업데이트하세요:
nano /etc/apache2/sites-available/humhub.conf
변경 사항을 적용하려면 Apache를 다시 로드하세요:
systemctl reload apache2
Notes
- 나중에 실제 도메인으로 전환하고 Let's Encrypt SSL를 사용할 수 있습니다 (Certbot이 설치되어 있습니다).
- 이메일 알림이 필요한 경우 SMTP 접근이 활성화되어 있는지 확인하세요 (Postfix가 설치되어 있습니다).
- Review configuration in
/var/www/humhub/protected/config/.