Skip to content

polius/VAULT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Securely encrypt and decrypt your files directly in your browser.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published