50% 할인 모든 플랜, 기간 한정. 시작 가격 $2.48/mo
Docmost

Docmost

Docmost는 오픈 소스 협업 위키입니다. 실시간 편집, 스페이스, 페이지 계층 구조, 세밀한 권한 관리를 갖춘 팀 문서화 도구로, Notion의 대안으로 사용할 수 있습니다. AGPL 라이선스 기반이며, 깔끔한 모던 에디터와 화이트보드용 Diagrams.net 통합 기능을 기본 제공합니다.

버전

최신

운영 체제

Ubuntu Server 24.04 LTS

최소 RAM

1 GB

IP 유형

IPV4,IPV6

Docmost 접속

  1. 웹 브라우저를 열고 아래 주소로 이동하세요: https://<SERVER_IP>
  2. Docmost 설정 페이지를 따라 워크스페이스와 계정을 구성하세요.
  3. 설정을 완료하면 워크스페이스 소유자가 됩니다. 이후 다른 사용자를 워크스페이스에 초대할 수 있습니다.
  4. 헬스 체크를 위한 전용 엔드포인트는 다음 주소에서 사용할 수 있습니다: https://<SERVER_IP>/api/health.

주요 파일 및 디렉터리

  • 애플리케이션 디렉토리: /root/docmost
  • 환경 변수: /root/docmost/.env
  • Docker Compose 파일: /root/docmost/docker-compose.yaml
  • Nginx 설정: /etc/nginx/sites-available/docmost.conf
  • 자체 서명된 SSL 인증서: /etc/nginx/ssl/
  • 지속적 데이터: /var/lib/docker/volumes/ (docmost_db_data/, docmost_docmost/, docmost_redis_data/)

Docmost 업그레이드 중

최신 Docmost 버전으로 업그레이드하려면 다음 명령어를 실행하세요:

cd /root/docmost
docker pull docmost/docmost:latest
docker compose up --force-recreate --build docmost -d

Docmost 관리

실행 중인 서비스 확인:

docker compose -f /root/docmost/docker-compose.yaml ps

로그 보기:

docker compose -f /root/docmost/docker-compose.yaml logs -f

Docmost 컨테이너 재시작:

docker compose -f /root/docmost/docker-compose.yaml restart

Nginx 재시작:

systemctl restart nginx

도메인으로 SSL 활성화하기

1. 도메인을 서버 IP로 연결합니다.

2. 편집 /root/docmost/.env 도메인 이름을 설정하는 파일: APP_URL=https://your.domain.com

3. 서비스 재생성:

cd /root/docmost/
docker compose up -d

4. Nginx 설정 파일을 열고 다음 두 항목을 모두 교체하세요 server_name <IP>; 을 실제 도메인으로 교체합니다 (<your-domain>) HTTP (포트 80) 및 HTTPS (포트 443) 블록 모두에 적용합니다:

vim /etc/nginx/sites-available/docmost.conf

5. Certbot 설치:

apt install -y certbot python3-certbot-nginx

6. 다음 명령어를 실행하여 유효한 Let's Encrypt 인증서를 생성하세요:

certbot certonly --nginx --non-interactive --agree-tos --email [email protected] -d yourdomain.com

7. Nginx 설정(TLS 섹션)에서 SSL 경로를 교체합니다:

vim /etc/nginx/sites-available/docmost.conf
# Before:
    # ssl_certificate /etc/nginx/ssl/fullchain.pem;
    # ssl_certificate_key /etc/nginx/ssl/privkey.pem;
# After:
    # ssl_certificate /etc/letsencrypt/live/yourdomain.com/fullchain.pem;
    # ssl_certificate_key /etc/letsencrypt/live/yourdomain.com/privkey.pem;

8. 변경 사항을 적용하려면 Nginx를 재시작합니다:

systemctl restart nginx

9. 브라우저를 열고 다음 주소로 접속하세요: https://yourdomain.com

협업 도구 더 보기

관련 앱.

지금 Docmost를 배포하세요. 월 $2.48부터.