50% off tất cả các gói, thời gian có hạn. Bắt đầu từ $2.48/mo
Many Notes

Many Notes

Many Notes là ứng dụng ghi chú Markdown tự host. Thay thế nhẹ hơn cho Obsidian với tính năng đồng bộ, thẻ tag và giao diện web gọn gàng. Mã nguồn mở, tổ chức thư mục theo kiểu vault và tìm kiếm toàn văn nhanh. Dành cho người dùng muốn mô hình dữ liệu của Obsidian trên giao diện ưu tiên trình duyệt.

Version

Latest

Operating System

Ubuntu Server 24.04 LTS

Min. RAM

1 GB

IP Types

IPV4,IPV6

Access

  • Web UI: https://<server-ip>
  • Đăng ký và tạo tài khoản ngay sau lần truy cập đầu tiên.
  • Có thể hạn chế đăng ký sau từ phần cài đặt ứng dụng.

Các tệp và thư mục quan trọng

  • Application directory: /root/many-notes/
  • Tệp Docker Compose: /root/many-notes/docker-compose.yml
  • Database volume: /var/lib/docker/volumes/many-notes_database/_data
  • Logs storage: /var/lib/docker/volumes/many-notes_logs/_data
  • Dữ liệu ứng dụng riêng tư: /var/lib/docker/volumes/many-notes_private/_data
  • Typesense data: /var/lib/docker/volumes/many-notes_typesense/_data
  • Cấu hình site Nginx: /etc/nginx/sites-available/many-notes
  • SSL certificates: /etc/nginx/ssl/

Service Management

Docker:

cd /root/many-notes
docker compose ps
docker compose restart
docker compose logs -f

Nginx:

systemctl status nginx
systemctl restart nginx

Kích hoạt SSL với tên miền

1. Trỏ tên miền của bạn về địa chỉ IP của máy chủ.

2. Edit the /root/eigenfocus/docker-compose.yml để đặt tên miền của bạn: APP_URL=https://your.domain.com

3. Tạo lại các dịch vụ:

cd /root/many-notes/
docker compose up -d

4. Chỉnh sửa cấu hình Nginx và thay thế cả hai server_name <IP>; với tên miền của bạn (<your-domain>) cho cả HTTP (cổng 80) và HTTPS (cổng 443) như sau:

vim /etc/nginx/sites-available/many-notes

5. Install Certbot:

apt install -y certbot python3-certbot-nginx

6. Chạy lệnh sau để tạo chứng chỉ Let's Encrypt hợp lệ:

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

7. Thay thế đường dẫn SSL trong cấu hình Nginx (phần TLS):

vim /etc/nginx/sites-available/many-notes
# 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. Khởi động lại Nginx để áp dụng thay đổi:

systemctl restart nginx

9. Mở trình duyệt và truy cập: https://yourdomain.com

Xem thêm trong Self Hosted

Related apps.

Triển khai Many Notes ngay. From $2.48/mo.