Skip to main content

Cryptgeon

cryptgeon-deployment.png

Cryptgeon is a secure, open-source note and file sharing service inspired by PrivNote. It uses a 256-bit ID and key for each note, with client-side AES encryption in GCM mode to ensure that the server cannot decrypt the contents. Data is stored in memory without persistence, and features include view and time constraints for added security.

Visit Cryptgeon project on this link.

Get 20€ in cloud credits to get started with Hetzner on this link.

Installation

Follow this simple installation instruction video:

Installation file

version: '3.8'
services:
  redis:
    image: redis:alpine
    restart: always

  app:
    image: cupcakearmy/cryptgeon:latest
    depends_on:
      - redis
    environment:
      SIZE_LIMIT: 100 MiB #Set your own limit
      THEME_IMAGE: "https://images.webnestify.cloud/webnestify-logo-dark.svg" #change to your logo url
    ports:
      - 6880:8000
    restart: always

About Webnestify

Imagine a world where you can focus on your business and less time maintaining your cloud infrastrucure. With Webnestify cloud based solutions, we provide customized solutions for all types of companies to meet their needs; no matter how big or small they may be!

Read our reviews on Trustpilot!

Subscribe to our YouTube channel!

If you need to setup your own Docker instances or need help with security, visit our Docker deployment service.