Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.88 KB

File metadata and controls

65 lines (44 loc) · 1.88 KB
VAULT Logo

VAULT

Securely encrypt and decrypt your files directly in your browser

 GitHub Release Docker Pulls


All processing happens locally on your device — no uploads, no servers involved.


VAULT

Installation

The recommended installation method is Docker.

Run with Docker CLI

docker run -d --name vault -p 80:80 poliuscorp/vault

Run with Docker Compose

services:
  vault:
    image: poliuscorp/vault
    container_name: vault
    ports:
      - "80:80"
    restart: unless-stopped

Run with Docker Compose (HTTPS Enabled)

  • Download both the docker-compose.yml and Caddyfile from the deploy folder.
  • Edit the Caddyfile and replace yourdomain.com to your actual domain name.
  • Start the stack:
docker-compose up -d

Caddy will automatically obtain and renew SSL certificates for your domain via Let's Encrypt.

  • (Optional) To stop and remove the stack:
docker-compose down

Accessing the Application

Once deployed, open your web browser and visit: