Lewati ke konten utama
diskon 50% semua paket, waktu terbatas. Mulai dari $2.48/mo
Poznote

Poznote

Poznote adalah platform pencatatan dan dokumentasi open source yang di-hosting sendiri dan dijalankan di browser Anda. Platform ini memadukan editor teks kaya dengan pencarian teks lengkap yang cepat, tag, lampiran berkas, Markdown, dan REST API, ditambah ruang kerja multipengguna, mode gelap, dan sinkronisasi Git. Berlisensi MIT dan diterapkan dengan Docker.

Sekilas

692

Bintang GitHub

227

Tampilan halaman

272

Instalasi aktif

Lisensi MIT Versi Latest OS Ubuntu Server 24.04 LTS Min RAM 1 GB IP IPV4,IPV6

Instalasi aktif adalah data sampel (pratinjau); metrik nyata akan terhubung sebelum peluncuran.

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

Akses Web

  1. Akses Poznote melalui browser web Anda: https://<SERVER-IP>
  2. Terima peringatan SSL (sertifikat self-signed).
  3. Kredensial Poznote tersimpan dengan aman di: /root/poznote/.env

Path Penting

  • Direktori Instalasi: /root/poznote
  • Data Persisten: /root/poznote/data
  • File Environment /root/poznote/.env
  • File docker-compose: /root/poznote/docker-compose.yml
  • Konfigurasi Nginx: /etc/nginx/sites-available/poznote
  • Sertifikat SSL: /etc/nginx/ssl/

Mengelola Layanan

Docker:

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

Nginx:

systemctl status nginx
systemctl restart nginx

Mengaktifkan SSL dengan Domain

1. Arahkan domain kamu ke IP server.

2. Edit konfigurasi Nginx dan ganti kedua server_name <IP>; dengan domainmu (<your-domain>) untuk blok HTTP (port 80) dan HTTPS (port 443):

vim /etc/nginx/sites-available/poznote

3. Install Certbot:

apt install -y certbot python3-certbot-nginx

4. Jalankan perintah berikut untuk membuat sertifikat Lets Encrypt yang valid:

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

5. Ganti path SSL di konfigurasi Nginx:

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. Restart Nginx untuk menerapkan perubahan:

systemctl restart nginx

7. Buka browser dan kunjungi: https://yourdomain.com

Lebih banyak di Self Hosted

Aplikasi terkait.

Deploy Poznote sekarang. Mulai $2,48/bln.