メインコンテンツへスキップ
50% off 全プラン対象、期間限定。月額 $2.48/mo
Poznote

Poznote

Poznoteは、ブラウザで動作するオープンソースのセルフホスト型ノート・ドキュメント作成プラットフォームです。リッチテキストエディタに高速な全文検索、タグ、ファイル添付、Markdown、REST APIを組み合わせ、さらにマルチユーザーのワークスペース、ダークモード、Git同期に対応します。MITライセンスで、Dockerでデプロイできます。

概要

692

GitHubスター

35

ページビュー

272

アクティブインストール

ライセンス MIT バージョン Latest OS Ubuntu Server 24.04 LTS Min RAM 1 GB IP IPV4,IPV6

アクティブインストール数はサンプルデータ(プレビュー)です。正式リリース前に実際のデータに切り替わります。

  • Rich-text editor with Markdown
  • Fast full-text search
  • Tags, attachments & workspaces
  • REST API and MCP server
  • Multi-user, dark mode, Git sync

ウェブアクセス

  1. ブラウザから Poznote にアクセス: https://<SERVER-IP>
  2. SSL警告 (自己署名証明書) を承認。
  3. Poznote の認証情報は以下に安全に保存されています: /root/poznote/.env

重要なパス

  • インストールディレクトリ: /root/poznote
  • 永続データ /root/poznote/data
  • 環境ファイル /root/poznote/.env
  • docker-compose ファイル: /root/poznote/docker-compose.yml
  • Nginxコンフィグ: /etc/nginx/sites-available/poznote
  • SSL証明書: /etc/nginx/ssl/

サービスの管理

Docker:

cd /root/poznote
docker compose ps
docker compose logs -f
docker compose restart

Nginx:

systemctl status nginx
systemctl restart nginx

ドメインでSSLを有効化する

1. ドメインをサーバーIPに向ける。

2. Nginxの設定を編集し、両方を置き換える server_name <IP>; あなたのドメイン (<your-domain>) をHTTP (ポート80) とHTTPS (ポート443) の両方のブロックに設定:

vim /etc/nginx/sites-available/poznote

3. Certbotをインストール:

apt install -y certbot python3-certbot-nginx

4. 有効なLet's Encrypt証明書を生成するには、次のコマンドを実行してください:

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

5. Nginx設定内のSSLパスを置き換える:

vim /etc/nginx/sites-available/poznote
# 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;

6. Nginxを再起動して変更を反映:

systemctl restart nginx

7. ブラウザを開いて次にアクセス: https://yourdomain.com

セルフホストの他の記事

関連アプリ。

今すぐ Poznote をデプロイ。 月額2.48ドルから。