cryptgeon_redis

cryptgeon_redis

Application Docker from lamp's Repository

Vue d'ensemble

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.

Exigences

Redis
HTTPS certificate (NPM/Nginx)

Arguments d'exécution

Interface utilisateur Web
http://[IP]:[PORT:5000]
Réseau
bridge
Coquille
sh
Privilégié
false

Configuration du modèle

WebUIPorttcp
Cible
5000
Défaut
5000
Valeur
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

Défaut
redis://<serverip>:6379
Valeur
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.

Défaut
1 KiB
MAX_VIEWSVariable

Maximal number of views.

Défaut
100
Valeur
1
MAX_EXPIRATIONVariable

Maximal expiration in minutes.

Défaut
360
ALLOW_ADVANCEDVariable

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

Défaut
true

Télécharger les statistiques

796,813
Total des téléchargements
34,771
Ce mois-ci
32,395
Moyenne / Mois

Total des téléchargements au fil du temps

Chargement du graphique...

Détails

Référentiel
cupcakearmy/cryptgeon
Dernière mise à jour2025-02-27
Première vue2021-12-24

Exécutez cryptgeon_redis sur Unraid.

cryptgeon_redis est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.