cryptgeon_redis

cryptgeon_redis

Docker 应用程序 from lamp's Repository

概述

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.

要求

Redis
HTTPS certificate (NPM/Nginx)

运行时参数

网络用户界面
http://[IP]:[PORT:5000]
网络
bridge
外壳
sh
特权
false

模板配置

WebUIPorttcp
目标
5000
默认值
5000
价值
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

默认值
redis://<serverip>:6379
价值
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.

默认值
1 KiB
MAX_VIEWSVariable

Maximal number of views.

默认值
100
价值
1
MAX_EXPIRATIONVariable

Maximal expiration in minutes.

默认值
360
ALLOW_ADVANCEDVariable

Allow custom configuration. If set to false all notes will be one view only.

默认值
true

下载统计数据

796,813
下载总数
34,771
本月
32,395
平均每月

长期下载总量

加载图表...

详细信息

存储库
cupcakearmy/cryptgeon
最后更新2025-02-27
初见2021-12-24

在Unraid 上运行 cryptgeon_redis 。

cryptgeon_redis 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。