Protect your sensitive information with a reliable, privacy-first messaging solution. Whether you are sharing passwords, API keys, or confidential notes, you can ensure your data remains completely secure. The platform encrypts your text locally before it even leaves your device, guaranteeing that no one else can intercept or read your private information. Once the recipient opens the link, the message automatically self-destructs, leaving no trace behind on any server.\n\nKey benefits include:\n* End-to-end encryption to keep your data hidden from prying eyes.\n* Automatic self-destruction ensuring messages are read only once and then permanently deleted.\n* No registration required, allowing you to maintain complete anonymity while sharing secrets.\n* Open-source transparency, giving you peace of mind that the security protocols are verifiable and trustworthy.\n\nKeep your communications strictly confidential without leaving a digital footprint.
services:
hemmelig:
image: hemmeligapp/hemmelig:latest
container_name: hemmelig
restart: unless-stopped
ports:
- 3000:3000
environment:
- HOST=0.0.0.0
- PORT=3000
- REDIS_HOST=redis
- REDIS_PORT=6379
depends_on:
- redis
redis:
image: redis:alpine
container_name: hemmelig_redis
restart: unless-stopped
volumes:
- ./redis-data:/data# No sensitive secrets are required for the default configuration.
# If you configure a Redis password or other secrets in the future, place them here.
# Example:
# REDIS_PASSWORD=your_secure_passwordAuto-fetched about 24 hours ago
Auto-fetched about 24 hours ago