
Deploy Cryptgeon
Cryptgeon is a secure, open source sharing note or file service
Cryptgeon
Just deployed
Redis
Just deployed
/data
Deploy and Host Cryptgeon on Railway
Cryptgeon is an open-source, end-to-end encrypted note and file sharing service. Content is encrypted in the browser before being sent to the server, and notes can expire by time or number of views (burn-after-reading style). It is designed for securely sharing secrets without long-term storage.
About Hosting Cryptgeon
Hosting Cryptgeon on Railway requires deploying the Cryptgeon application service along with a Redis instance. Redis is used as the backing data store. No additional infrastructure or configuration is required beyond connecting the app to Redis via an environment variable. Railway will provide the public URL and HTTPS automatically once deployed.
The Cryptgeon application runs on port 8000.
Common Use Cases
- Securely sharing one-time secrets (passwords, API keys, tokens)
- Sending time-limited or view-limited encrypted notes
- Sharing small encrypted files with automatic expiration
Dependencies for Cryptgeon Hosting
- Cryptgeon application service
- Redis
Deployment Dependencies
- Official repository: https://github.com/cupcakearmy/cryptgeon
- Official Docker image: https://hub.docker.com/r/cupcakearmy/cryptgeon
Implementation Details
Required environment variable:
REDIS→ Redis connection URL (e.g., provided by Railway Redis service)
Exposed port:
8000
Why Deploy Cryptgeon on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying Cryptgeon on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content
Cryptgeon
cupcakearmy/cryptgeon:latestRedis
redis:8.2.1