Skip to main content
50% off all plans, limited time. Starting at $2.48/mo
Jotty

Jotty

Jotty is a lightweight self-hosted app for managing personal checklists and notes. Extremely easy to deploy, keeps all data on your own server, and supports note encryption for peace of mind. AGPL-3.0 licensed with 1,900+ GitHub stars.

At a glance

1.9k

GitHub stars

6

Page views

License AGPL-3.0 Version Latest OS Ubuntu Server 24.04 LTS Min RAM 1 GB IP IPV4

Accessing Jotty

  1. Open in browser: http://<SERVER_IP>:1122
  2. You will automatically be redirected to: /auth/setup
  3. Create your first user account.
  4. The first created account automatically becomes the admin user.

Important Files & Directories

  • Install Path: /root/jotty
  • Compose File: /root/jotty/docker-compose.yml
  • Config Directory: /root/jotty/config
  • Data Directory: /root/jotty/data
  • Cache Directory: /root/jotty/cache
  • Checklists: /root/jotty/data/checklists
  • Notes: /root/jotty/data/notes
  • Users: /root/jotty/data/users
  • Sharing Data: /root/jotty/data/sharing
  • Encryption Keys: /root/jotty/data/encryption

Managing the Stack

Change into the installation directory:

cd /opt/rackula

Check container status:

docker compose ps

View logs:

docker compose logs -f

Restart services:

docker compose restart

Stop the stack:

docker compose down

Start the stack:

docker compose up -d

Notes

  • The application listens on port 1122.
  • The container runs using UID/GID 1000:1000 by default.
  • Back up the entire /root/jotty/data directory regularly.


More in Self Hosted

Related apps.

Deploy Jotty now. From $2.48/mo.