cryptgeon_redis

cryptgeon_redis

Aplicación Docker from lamp's Repository

Visión general

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.

Requisitos

Redis
HTTPS certificate (NPM/Nginx)

Argumentos en tiempo de ejecución

Interfaz web
http://[IP]:[PORT:5000]
Red
bridge
Concha
sh
Privilegiado
false

Configuración de plantillas

WebUIPorttcp
Objetivo
5000
Por defecto
5000
Valor
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

Por defecto
redis://<serverip>:6379
Valor
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.

Por defecto
1 KiB
MAX_VIEWSVariable

Maximal number of views.

Por defecto
100
Valor
1
MAX_EXPIRATIONVariable

Maximal expiration in minutes.

Por defecto
360
ALLOW_ADVANCEDVariable

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

Por defecto
true

Descargar estadísticas

796,813
Descargas totales
34,771
Este mes
32,395
Media / Mes

Descargas totales a lo largo del tiempo

Cargando gráfico...

Detalles

Repositorio
cupcakearmy/cryptgeon
Última actualización2025-02-27
Visto por primera vez2021-12-24

Ejecute cryptgeon_redis en Unraid.

cryptgeon_redis se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.