Home
Softono
journiv-app

journiv-app

Open source JavaScript
1.1K
Stars
46
Forks
83
Issues
7
Watchers
3 weeks
Last Commit

About journiv-app

Journiv - Self hosted private journaling app

Platforms

Web Self-hosted

Languages

JavaScript

📘 Journiv - Private Journal

⚠️ Beta Software

Journiv is currently in beta and under active development. While the developers aims to keep data backward-compatible, breaking changes may still occur. Please keep regular backups of your data to avoid loss during updates.

Journiv is a self-hosted private journal. It features comprehensive journaling capabilities including mood tracking, prompt-based journaling, media uploads, analytics, and advanced search with a clean and minimal UI.

Run on PikaPods

Visit Journiv Website    Docker Pulls    Join Journiv Discord    Join Journiv Reddit

Status: Beta Active Development Backups Recommended

👉 Watch Demo Videos          

Quick Start

Give Journiv a quick try with one docker command.

[!NOTE] This docker run command starts a minimal version of Journiv. It lack components needed for various features of Journiv like import/export etc. For a complete docker compose file use this.

Docker Run

docker run -d \
  --name journiv \
  -p 8000:8000 \
  -e SECRET_KEY=your-secret-key-here \
  -e DOMAIN_NAME=192.168.1.1 \
  -v journiv_data:/data \
  --restart unless-stopped \
  swalabtech/journiv-app:latest

Access Journiv: Open http://192.168.1.1:8000 (replace with your server IP) in your browser to try it out.

For complete installation guide see installation guide.

Demo

Want to just try a demo? (Thanks to JasonFieldz for hosting a demo instance).

Documentation

Read the docs to learn more about Journiv and configuring it.

Contributing

Contributions are welcome! Please see CONTRIBUTING.md and LICENSE for guidelines.

License

This project is licensed under the terms specified in the LICENSE file.

Support

Need help or want to report an issue?

Star History Chart


Disclaimer

AI/LLM Usage

This repository contains portions of code, documentation, or text generated with the assistance of AI/LLM tools. All outputs have been reviewed and adapted by the author to the best of their ability before inclusion.