Update installation docs (#994)

This commit is contained in:
Leendert de Borst
2025-07-21 14:56:06 +02:00
committed by Leendert de Borst
parent 02f4b53670
commit 67d3519ff8
2 changed files with 7 additions and 13 deletions

View File

@@ -69,11 +69,9 @@ For full control over your own data you can self-host and install AliasVault on
This method uses pre-built Docker images and works on minimal hardware specifications:
- Linux VM with root access (Ubuntu/AlmaLinux recommended) or Raspberry Pi
- 1 vCPU
- 1GB RAM
- 16GB disk space
- Docker (20.10+) and Docker Compose (2.0+)
- 64-bit Linux VM (Ubuntu/AlmaLinux) or Raspberry Pi, with root access
- Minimum: 1 vCPU, 1GB RAM, 16GB disk
- Docker ≥ 20.10 and Docker Compose ≥ 2.0
```bash
# Download install script from latest stable release

View File

@@ -18,14 +18,10 @@ The following guide will walk you through the steps to install AliasVault on you
To get AliasVault up and running quickly, run the install script to pull pre-built Docker images. The install script will also configure the .env file and start the AliasVault containers. You can get up and running in less than 5 minutes.
### Hardware requirements
- Linux VM with root access (Ubuntu or RHEL based distros recommended)
- 1 vCPU
- 1GB RAM
- 16GB disk space
- Docker
- Docker CE (minimum version 20.10)
- Docker Compose (minimum version 2.0)
- Refer to the official installation instructions: [https://docs.docker.com/engine/install/](https://docs.docker.com/engine/install/)
- 64-bit Linux VM with root access (Ubuntu or RHEL-based recommended)
- Minimum: 1 vCPU, 1GB RAM, 16GB disk
- Docker (CE ≥ 20.10) and Docker Compose (≥ 2.0)
→ Installation guide: [Docker Docs](https://docs.docker.com/engine/install/)
### Installation steps
1. Download the install script to a directory of your choice. All AliasVault files and directories will be created in this directory.