samihsoylu / journal

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Journal

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.

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

About

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.

License:GNU General Public License v3.0


Languages

Language:PHP 72.0%Language:Blade 22.3%Language:CSS 3.8%Language:JavaScript 0.9%Language:Dockerfile 0.5%Language:Shell 0.4%