icon

Hoodik

A lightweight, secure, self-hosted cloud storage solution with end-to-end encryption.

template cover
部署次数1
发布者ridemountainpig
创建于2025-08-27
模版内的服务
service icon
标签
StorageSecurity

Hoodik

Hoodik is a lightweight, secure, and self-hosted cloud storage solution written in Rust and Vue.

Features

  • End-to-end encryption (RSA 2048 + AES Ascon-128a)
  • Keys encrypted with your passphrase
  • Encrypted search (no plaintext metadata stored)
  • Public link sharing with wrapped AES keys
  • Chunked file storage for fast parallel upload/download

Database Warning

  • Default database: SQLite (stored in /data)
  • Can switch to Postgres via DATABASE_URL
  • ⚠️ Databases are NOT interchangeable
    Changing from SQLite → Postgres (or vice versa) after usage will cause data loss