samihsoylu/journal

Document your life, daily happenings, special occasions, and reflections on your goals.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 64

Watchers: 1

Forks: 5

Open Issues: 1

Type:project

v1.5.1 2023-12-14 11:00 UTC

This package is auto-updated.

Last update: 2024-04-18 23:06:07 UTC


README

Journal is a privacy first, self-hosted digital log book. It is designed to be accessible anywhere you go, allowing you to organize your thoughts, feelings and opinions in one place. Your Journals are stored with AES 256 encryption using your own password as the encryption key, resulting in a protected and inaccessible log book from outsiders.

68747470733a2f2f73616d6968736f796c752e6e6c2f646f776e6c6f6164732f64617368626f6172642d6a6f75726e616c76312e322e332e706e67

Feature highlights

  • Mobile friendly
  • Advanced content editor (supports image upload)
  • Organise entries using categories
  • Create predefined sets of templates for entries
  • Entries, Templates and Images have AES-256 Encryption
  • Order your favorite categories to appear on the top
  • Quickly add entries by enabling the quick-add widget
  • Advanced search
  • Create accounts for users
  • Export entries

Getting started

Try it out using Docker

curl -o docker-compose.yml https://raw.githubusercontent.com/samihsoylu/journal/master/docker-compose.yml

docker compose up -d

Visit: http://localhost:8080/ Username: demouser Password: demopass

Requirements

  • A Linux-based server with shell access
  • PHP 7.4 or later.
  • MySQL 5.6+

PHP Extensions

The listed extensions are usually installed and enabled by default in most PHP 7 installations

Documentation