Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.13 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.13 KB

Vault09

Vault09 is an application designed to provide secure and reliable file storage for users seeking to protect their valuable data.

Access the trial instance of the website at https://vault09.trailblaze.space/

You can register yourself or use these creds:

username: Test123
password: Test123.

Features:

  • Strong encryption
  • Supports all file types
  • Deploy easily with docker
  • Multi-User support
  • Doesn't store encryption passwords or hashes

Tech Stack

  • Go
  • MySQL
  • HTML5
  • CSS3
  • JavaScript

Installation

$ git clone https://github.com/TheAlpha16/Vault09
$ cd Vault09
$ docker compose up -d

Visit http://127.0.0.1:9909/ to access the site.

To know about docker installation check this

Things to be noted

Please consider changing default MYSQL_USER and MYSQL_PASSWORD for database in compose file.

Currently file size is capped at 1GB. You can change it in main.go line-15.

Glimpse

index-page register home upload