samihsoylu / journal
Document your life, daily happenings, special occasions, and reflections on your goals.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 68
Watchers: 1
Forks: 6
Open Issues: 4
Type:project
Requires
- php: ^7.4|^8.0
- ext-json: *
- defuse/php-encryption: ^2.2
- doctrine/annotations: ^1.13
- doctrine/migrations: ^3.1
- doctrine/orm: ^2.7
- erusev/parsedown: ^1.7
- jenssegers/blade: ^1.3
- nikic/fast-route: ^1.3
- psr/cache: ^1.0
- psy/psysh: ^0.10.8
- sentry/sdk: ^3.1
- symfony/cache: ^5.0
- symfony/console: ^5.2
- symfony/polyfill-php80: ^1.26
- symfony/polyfill-php81: ^1.26
- vlucas/phpdotenv: ^5.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4
- php-parallel-lint/php-parallel-lint: dev-master
- phpcompatibility/php-compatibility: ^9.3
- phpstan/phpstan: ^1.3
- phpunit/phpunit: ^9
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2025-01-09 00:50:56 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.
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
- You can use our Hosted version. This is the simplest way to use Journal.
- You can host it yourself
- You can join our Discord if you have questions
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