Skip to content

Repository files navigation

Vault Web

Vault Web is the core project of the Vault Web ecosystem. It is a full-stack application combining a Spring Boot backend, an Angular frontend, and a PostgreSQL database.

Vault Web acts as a central dashboard for a modular, self-hosted home server ecosystem. It provides a single entry point where multiple services are integrated into one secure web interface.


What Vault Web Provides

Vault Web is responsible for:

  • 💬 Internal chats and collaboration tools
  • 🧑‍💻 User and session management
  • 🔐 Central authentication (JWT-based)
  • 🧩 Frontend integration of external services

Additional services are not implemented directly in this repository, but are embedded into the Vault Web frontend.

For example, file storage and file management are provided by the Cloud Page service: 👉 https://github.com/Vault-Web/cloud-page


Project Structure

  • 📁 DIRECTORY.md – generated project structure overview
  • 📚 Javadoc – backend API documentation

Modules and Dependencies

Vault Web is composed of multiple modules and services:

  • 📦 backend/
    Spring Boot backend providing authentication, user management, collaboration features, REST APIs, and database access.

  • 🌐 frontend/
    Angular frontend providing the Vault Web dashboard and user interface.

  • ☁️ Cloud Page File storage and file management service embedded into the Vault Web frontend.

  • 🔐 Auth API Gateway
    Authentication gateway service used within the Vault Web ecosystem.

  • 🚀 deploy
    Production deployment stack, including submodules and backup configuration.


Local Development

For local development, Vault Web uses Docker.

If you plan to contribute, clone your fork instead of the main repository.

Requirements

  • Docker & Docker Compose

1. Clone the Repository

git clone https://github.com/Vault-Web/vault-web.git
cd vault-web

2. Environment Configuration (.env)

⚠️ You do NOT need to create a .env file manually. A .env file already exists in the repository.

You may adjust the values if needed, but make sure that:

The database configuration in .env matches exactly with the backend application.properties.


3. Start PostgreSQL and pgAdmin

docker compose up -d

Notes

This project is intended for self-hosted and home-server environments.


Contributing

To contribute to this project, please fork the repository and create a feature branch in your fork.

Pull requests should be opened from your forked repository to the main branch of this repository.

If you are new to the project, feel free to open an issue before starting work to discuss your idea.


Troubleshooting

If you encounter setup or startup issues, see common_problems.md for platform-specific troubleshooting guidance and fixes.


About

Central web portal uniting all Vault-Web applications - secure access to cloud, password manager, chats, and more within a private VPN. Discord: https://discord.gg/YNN9EpqKd

Topics

Resources

Contributing

Stars

31 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages