DailyTxT is a self-hosted web application for keeping a private, encrypted journal. It is designed for individuals who value privacy and want full control over their personal data. All your entries and files are encrypted on the server before being stored, which means not even an administrator can read your private thoughts.
This journal provides a comprehensive set of features to enhance your writing experience. Write your entries in Markdown with a live preview, and attach any file type, including images which are automatically organized into a gallery. The application is built for organization, allowing you to add tags to entries and use a powerful search to find any word, tag, or filename instantly.
Key features include:
services:
dailytxt:
image: phitux/dailytxt:latest
container_name: dailytxt
ports:
- 8080:8080
volumes:
- ./data:/app/data
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- SECRET_KEY=${SECRET_KEY}
restart: unless-stoppedSECRET_KEY=your_super_secret_key_hereAuto-fetched about 1 hour ago
Auto-fetched about 1 hour ago