Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added auralog/Screenshot 2026-04-20 070956.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added auralog/Screenshot 2026-04-20 071053.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added auralog/Screenshot 2026-04-20 071112.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions auralog/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: "3.7"

services:

app_proxy:
environment:
APP_HOST: auralog_web_1
APP_PORT: 80

web:
image: ghcr.io/nillawafa/auralog:v1.0.0@sha256:acfb4da8af0237a77e91c525829152a2942b6fa4c90bfbb6304c7590525fc055
restart: on-failure
stop_grace_period: 1m
depends_on:
- proxy
networks:
- default

proxy:
image: ghcr.io/nillawafa/auralog-proxy:v1.0.0@sha256:240a38c7250cfdafeb6d008e457389ccd90a620ad4672cbb8a34fe47dfdf945a
restart: on-failure
stop_grace_period: 1m
environment:
- ANTHROPIC_API_KEY=${APP_PASSWORD}
- PORT=3851
- NODE_ENV=production
- DATA_DIR=/data
volumes:

Check notice on line 28 in auralog/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Mounted file/directory "/auralog/data" doesn't exist

The volume "${APP_DATA_DIR}/data:/data" tries to mount the file/directory "/auralog/data", but it is not present. This can lead to permission errors!
- ${APP_DATA_DIR}/data:/data
networks:
- default
2 changes: 2 additions & 0 deletions auralog/exports.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
export APP_AURALOG_PORT=3850
Binary file added auralog/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions auralog/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
manifestVersion: 1
id: auralog
name: AuraLog
tagline: AI-powered private journal with mood tracking and insights
category: ai
submitter: nillawafa
submission: https://github.com/getumbrel/umbrel-apps/pull/5521
version: "1.0.0"
port: 3850
description: >-
AuraLog is a privacy-first journaling app that runs entirely on your Umbrel.
Your entries are stored on your device and never leave your local network —
except when you explicitly trigger an AI feature.


**What makes AuraLog different from other journaling apps:**


🧠 **Real AI insights** — Claude analyzes your actual entries to surface
non-obvious patterns, emotional trajectories, and behavioral blindspots.
Not keyword matching. Genuine synthesis.


📓 **Weekly Digest** — An AI-generated narrative of your week: highlights,
emotional patterns, growth observations, and a specific intention for the
week ahead.


💬 **Ask your journal** — Conversational search across all your entries.
Ask things like "when did I last feel good about my work?" and get
semantically relevant results.


⚡ **Smart Prompts** — Writing prompts tailored to your current mood,
journey category, and recent entry history.


📊 **Deep Analytics** — Mood trends, energy tracking, best days of the week,
journey breakdown, and recurring word themes. No AI key required.


🔒 **Complete Privacy** — Journal entries are stored on your Umbrel device
at a persistent data path. Optional encryption. Zero telemetry.


**Journey categories:** Personal, Work, Reading, Creative, Learning, Health


**AI features require an Anthropic API key.** All journaling and analytics
work without one. Enter your key in the app password field at install time.

developer: Robert Kobatzki
website: https://github.com/nillawafa/Auralog
repo: https://github.com/nillawafa/Auralog
support: https://github.com/nillawafa/Auralog/issues
gallery: []
releaseNotes: ""
dependencies: []
path: ""
defaultUsername: ""
defaultPassword: ""