cryptgeon_redis
cryptgeon_redis
Docker app from lamp's Repository
Overview
cryptgeon is a secure, open source sharing note or file service inspired by PrivNote.
each note has a generated id (256bit) and key 256(bit). The id is used to save & retrieve the note. the note is then encrypted with aes in gcm mode on the client side with the key and then sent to the server. data is stored in memory and never persisted to disk. the server never sees the encryption key and cannot decrypt the contents of the notes even if it tried to.
This container was built using SmartPhoneLover's cryptgeon but runs using Redis instead of memcache. Also has extra variables that can be configured.
This requires Redis to be already running.
I obtained SSL certificate through NGINX proxy manager and let's encrypt.
Requirements
Redis
HTTPS certificate (NPM/Nginx)
HTTPS certificate (NPM/Nginx)
Runtime arguments
- Web UI
http://[IP]:[PORT:5000]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
WebUIPorttcp
- Target
- 5000
- Default
- 5000
- Value
- 5000
REDISVariable
This assumes you did not setup a username/password when setting up your Redis container. The default port is 6379 for Redis. If you do have a username/pwd follow syntax here https://docs.rs/redis/latest/redis/#connection-parameters
- Default
- redis://<serverip>:6379
- Value
- redis://<serverip>:6379
SIZE_LIMITVariable
Max size for body (Default: 1KiB). Accepted values according to byte-unit. 512 MiB is the maximum allowed. The frontend will show that number including the ~35% encoding overhead.
- Default
- 1 KiB
MAX_VIEWSVariable
Maximal number of views.
- Default
- 100
- Value
- 1
MAX_EXPIRATIONVariable
Maximal expiration in minutes.
- Default
- 360
ALLOW_ADVANCEDVariable
Allow custom configuration. If set to false all notes will be one view only.
- Default
- true
Download Statistics
796,813
Total Downloads
34,771
This Month
32,395
Avg / Month
Total Downloads Over Time
Loading chart...
Details
Repository
cupcakearmy/cryptgeonLast Updated2025-02-27
First Seen2021-12-24
Run cryptgeon_redis on Unraid.
cryptgeon_redis is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.