Skip to content

journiv/journiv-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

360 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📘 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


Made with care for privacy-conscious journaling

Disclaimer: 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.